[mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
I everebody, this is my first post. I'm an italian GFOSS user, I developed several service using mapserver before this, but never I had this error and I cannot found a solution. I developed a WFS service, the GetCapabilities work well but when I try the GetFeatures it return an error

Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
2010/5/19 Rahkonen Jukka jukka.rahko...@mmmtike.fi: Hi, hi, thank's for your fast reply I believe it is not an error, it is just an empty collection. Perhaps you have not done all that is needed to activate the WFS gml output, like adding to LAYER definitions DUMP TRUE and

Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-19 Thread Luca Delucchi
2010/5/19 Rahkonen Jukka jukka.rahko...@mmmtike.fi: Hi, Everything seems to be OK. Your layer is visible through WMS, getCapabilities works as well as describeFeatureType. Only odd thing is the getCapabilities informs that the featureType is in EPSG:900913, but I do not understand how it

Re: [mapserver-users] wfs error gml:nullmissing/gml:null

2010-05-21 Thread Luca Delucchi
2010/5/19 Luca Delucchi lucadel...@gmail.com: In web section I set the metadata wfs_srs like this   EPSG:900913 EPSG:4326, but the web section would be for the output... i solve removing EPSG:900913 from wfs_srs and reprojecting the wfs layer in openlayers thank's Luca

[mapserver-users] python mapscript error

2011-09-21 Thread Luca Delucchi
Hi everybody, I'm starting to use python mapscript to create web services, but I have a problem when I try to create a new layer. I saw this [0] thread, and I try to apply the patch but it didn't work. I'm running svn version of branches 6 on a Ubuntu OS

[mapserver-users] WCS server, getcoverage request fail

2012-10-26 Thread Luca Delucchi
Hi everybody, I'm testing WCS server with MapServer 6.0 compiled from svn in a Debian system. GetCapabilities and DescribeCoverage works fine; GetCoverage instead as some problems when I try to use RESX and RESY, I obtain this Premature end of script headers: mapserv i error.log of Apache. My

Re: [mapserver-users] WCS server, getcoverage request fail

2012-10-26 Thread Luca Delucchi
2012/10/26 Rahkonen Jukka jukka.rahko...@mmmtike.fi: Hi, Hi First thing is that BBOX seems odd but perhaps it is a typo BBOX=2168000,7716750,77,%205447750 ops sorry I didn't see it. Now it return me an error because the width and height are to big [Fri Oct 26 10:42:57 2012].537605

[mapserver-users] [TinyOWS] Unable to open config file

2013-05-03 Thread Luca Delucchi
Hi everybody, I'm just starting to play with TinyOWS for WFS-T. I installed TinyOWS on a ubuntu server and I'm using mapfile to configure TinyOWS. If I run ./tinyows --check from command line it work well TinyOWS version: 1.0.0 administrator@webcrev3:/usr/lib/cgi-bin$ TinyOWS version: 1.0.0

Re: [mapserver-users] [TinyOWS] Unable to open config file

2013-05-09 Thread Luca Delucchi
Sorry for boring you, someone can help me with this problem? On 3 May 2013 14:49, Luca Delucchi lucadel...@gmail.com wrote: Hi everybody, I'm just starting to play with TinyOWS for WFS-T. I installed TinyOWS on a ubuntu server and I'm using mapfile to configure TinyOWS. If I run ./tinyows

Re: [mapserver-users] [TinyOWS] Unable to open config file

2013-05-13 Thread Luca Delucchi
On 9 May 2013 17:19, Worth Lutz w...@mindspring.com wrote: I have not used TinyOWS but it sounds like a permission problem on the config file. Is it readable by the web user (www-data in ubuntu) Yes it is readable... Worth thanks -- ciao Luca http://gis.cri.fmach.it/delucchi/

[mapserver-users] error with SQL query

2013-11-12 Thread Luca Delucchi
Hi all, I'm trying to use a complex SQL query on my layer but it return an error. My definition on the mapfile is grid_5x5.geom, grid_5x5.gid, count(occurrence.specie) AS count FROM (occurrence JOIN grid_5x5 ON (st_intersects(occurrence.wkb_geometry, grid_5x5.geom))) WHERE specie='ursarc' GROUP

Re: [mapserver-users] wps

2015-06-11 Thread Luca Delucchi
On 11 June 2015 at 16:53, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: Take a look into the popular ZOO-Project (http://zoo-project.org). You can chain processes together, through any GDAL/OGR backend, and serve them through MapServer OGC standards such as WMS, WFS, WCS, WFS-T (see

Re: [mapserver-users] shp2img line-command to output mapfile with multiple layers

2016-03-11 Thread Luca Delucchi
Il 11/mar/2016 12:02 PM, "nino formica" ha scritto: > > I want to use "shp2img" command to create a map image (PNG) from a > mapfile that contains 3 layer. > So I write on terminal (Ubuntu): > shp2img -m my_map.map -o my_map.png -l "layer1" "layer2" "layer3" > > But I always

Re: [mapserver-users] Fwd: Promotion Video

2017-12-15 Thread Luca Delucchi
Hi Jeff, On 16 December 2017 at 06:05, Jeff McKenna wrote: > Forwarding a fun video made by a highschool student as part of Google's > Code-in contest... > Sunveer is doing well, could I ask you to change the License, you could choose a CC license.. -- ciao Luca

[mapserver-users] LABELITEM in TEMPLATE or dynamic template

2018-04-16 Thread Luca Delucchi
Hi all, I have a WMS service based on a Postgis table, it has several columns used by several layers in MapServer to classify it. Is it possibile to use the LABELITEM value in the template? Is there any other way to change the value in the template without extra parameter in the WMS request?

Re: [mapserver-users] LABELITEM in TEMPLATE or dynamic template

2018-04-23 Thread Luca Delucchi
On 20 April 2018 at 17:22, Lime, Steve D (MNIT) wrote: > You can’t get at core properties through the template tags. You can get at > anything you pass in to a request so if you’re dynamically setting the > labelitem then you could exploit that. I believe you can also get

Re: [mapserver-users] LABELITEM in TEMPLATE or dynamic template

2018-04-16 Thread Luca Delucchi
Il lun 16 apr 2018, 22:09 Lime, Steve D (MNIT) ha scritto: > I don’t get what you mean by template - are you really talking about a > query template (either via TEMPLATE or a template-driven output format) or > something else? --Steve > A query template, in the template

[mapserver-users] connect label to features

2021-06-24 Thread Luca Delucchi
Hi all, I would like to know if it is possible to link a feature with its label, something like QGIS is doing in Labels -> Callouts. thanks a lot -- ciao Luca www.lucadelu.org ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] connect label to features

2021-06-24 Thread Luca Delucchi
On Thu, 24 Jun 2021 at 19:08, Jeff McKenna wrote: > > Hi Luca, > Hi Jeff, > I had created that page that Thomas pointed to, I see that my test files > are still available that I used to generate those map images > (https://download.osgeo.org/mapserver/tickets/label-leader.zip). Give > that

Re: [mapserver-users] connect label to features

2021-06-24 Thread Luca Delucchi
Hi Jeff, On Thu, 24 Jun 2021 at 21:37, Jeff McKenna wrote: > > Luca, I've done more testing and in fact I can get point & line features > (with label leader lines) to work with that mapfile. I can now see > Thomas' point, that this is a documentation issue (likely when I > originally

Re: [mapserver-users] Floating point exception

2022-04-03 Thread Luca Delucchi
On Fri, 1 Apr 2022 at 14:39, Jeff McKenna wrote: > > Ciao Luca, > Ciao Jeff, > I had earlier documented by usual PostGIS debugging steps at > https://mapserver.org/optimization/vector.html#debugging-speed-issues-with-postgis > > Also, instead of the "-map_debug 3" option with shp2img, try

[mapserver-users] Floating point exception

2022-04-01 Thread Luca Delucchi
Hi all, I'm getting "Floating point exception" error running shp2img, also running with the debug option I don't get any other information. The mapfile read data from PostGIS database, and If I use the same mapfile with different database with the same tables I don't get this error, so I think

Re: [mapserver-users] Floating point exception

2022-04-09 Thread Luca Delucchi
On Fri, 8 Apr 2022 at 15:35, Jeff McKenna wrote: > > Ciao Luca, > Jeff, > What happens when you pass the full query through ogrinfo with the > "-sql" switch: > >ogrinfo -ro PG:"user= password= host=127.0.0.1 port=5432 > dbname=" -sql "select

Re: [mapserver-users] Floating point exception

2022-04-08 Thread Luca Delucchi
Hi, I compiled the github master version and used map2img, the output is not helping so much... map2img -m eurodeer_new.map -o eurodeer.png -all_debug 5 Cannot open configuration file /usr/local/etc/mapserver.conf. msLoadConfig(): Unable to access file. See mapserver.org/config_file.html for

Re: [mapserver-users] Mapscript Python module version 7.6.0 not working with Python 3 > 3.6

2022-04-14 Thread Luca Delucchi
Il gio 14 apr 2022, 13:13 Marco Beri ha scritto: > Dear Mapserver Users, > Dear Marco, I was not able to find a way to open an issue with this project > https://pypi.org/project/mapscript/7.6.0/ > > If you try to import the current mapserver module with Python 3 version > major than 3.6 (which

Re: [mapserver-users] Floating point exception

2022-04-08 Thread Luca Delucchi
On Fri, 8 Apr 2022 at 11:03, Rahkonen Jukka (MML) wrote: > > Hi, > Hi, > Mapserver 8 has increased security and requires a special config file. The > best link for the documentation at the moment is probably > https://mapserver.org/development/rfc/ms-rfc-135.html (The message "See >

Re: [mapserver-users] Floating point exception

2022-04-08 Thread Luca Delucchi
On Fri, 8 Apr 2022 at 13:43, Jeff McKenna wrote: > > Ciao Luca, > Ciao, > I am wondering also if you tried to access the PostGIS data through > ogrinfo yet (to confirm there is no data issue). Note that I'd > recommend GDAL 3.4.2, PROJ 8.2.1 with MapServer-main. > > ogrinfo -ro PG:"user=