Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Leehan
Thanks for all these links.
I read most of them and understood a very few. I tried to find the simplest
solution for me.
In OL doc, I noticed a gutter option for ol/source/TileWMS. According to
this, on Mapserver side, there was a parameter to adjust :
tile_map_edge_buffer, I never found where to modify it !
So as a start, I only added a "gutter: 50" on my js file. As far as I
understand : a buffer is created around red circle so symbols are "cut" but
farther so they appear entirely. It was enough.
 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Leehan
following your advice, I added quedalle classe :

...
LAYER
NAME "nombre de cas"
TYPE POINT
PROJECTION
"init=epsg:2154"
END
EXTENT 276838.0988 4584246.823 909596.998 8872270.142
CONNECTIONTYPE POSTGIS
CONNECTION blabla
LABELITEM "nb_cas"
CLASS
 EXPRESSION "quedalle"
 STYLE
SYMBOL "circle"
SIZE 150
COLOR 0 0 0
 END
END
CLASS
STYLE 
SYMBOL "cas"
SIZE [ln_nb_cas]
COLOR [couleur]
OPACITY 70  
END #fin style
LABEL
COLOR 0 0 0
OUTLINECOLOR 255 255 255
FONT "verdana-gras"
TYPE truetype
SIZE 8
END
END #fin class

And indeed I am using an attribute for red circle size.
But the result is still the same.
(I can't believe I am the first to experience this issue!)
If it can help, here is a snap with the dummy class :
 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-26 Thread Leehan
I am not using qgis : It s an Openlayers + Mapserver application ; 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread Leehan
By cities, you mean extent for the grey polygons ?
If so, nope.
So I can try with an EXTENT definition.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread Leehan
Hello,

Here i am again with nealry the same problem : it now seems that red circles
are cut by osm tiles.
Whatever symbol, the result is the same. I am running out of idea.


 






--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] layer with "truncated" symbols

2020-03-18 Thread Leehan
Hello,

I want to display a layer with symbol TYPE ELLIPSE. 
SIZE depends on an attribute.
When loading the layer in Qgis, symbols are "cut" by, I guess, the extent of
the layer (?). But I can't fix it.

LAYER
NAME "nombre de cas"
TYPE POINT
PROJECTION
"init=epsg:2154"
END
CONNECTIONTYPE POSTGIS
CONNECTION ...
DATA "geom from ...
SIZEUNITS KILOMETERS
CLASS
STYLE 
SYMBOL "isolat"
SIZE [nb_cas]
COLOR 255 150 0 
END #fin style
STYLE #just to see what's happening
SYMBOL "isolat" 
WIDTH 50
OUTLINECOLOR 255 0 0 
END #fin style
END #fin class unique
METADATA
"wms_title" "nombre de cas"
END
ENDa

 

Thanks for help.




--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] wms/ows_enabe request and invalid layer and Qgis

2017-01-11 Thread Leehan
problem solved.
Indeed, at least wms_onlineressource was not correct : the file mentionned
was not existing any more or  the path was wrong.
Thanks a lot



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/wms-ows-enabe-request-and-invalid-layer-and-Qgis-tp5302807p5302954.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] wms/ows_enabe request and invalid layer and Qgis

2017-01-11 Thread Leehan
The mapfile is on a computer with windows server and ms4w.
There is no problem to display the layer with Qgis on the server.
Problem happens from distant computer, there I get 
 
weird...

I will try jeff and Junka solutions as well.
Thanks 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/wms-ows-enabe-request-and-invalid-layer-and-Qgis-tp5302807p5302916.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] wms/ows_enabe request and invalid layer and Qgis

2017-01-10 Thread Leehan
jratike80 wrote
> Hi,
> 
> Have a look at the access.log and check what request QGIS has sent. And
> even 10.210.1.32 does not seem to be open to internet it is not a good
> habit to reveal your passwords in mailing lists. I suggest to change that
> password everywhere you are using it.
> 
> Another thing to check is if the "wms_onlineresource" is correct for just
> this mapfile. QGIS is using the advertised URL for GetMaps if you do not
> select "Ignore GetMap/GetTile URI reported in capabilities". Is this your
> current mapfile or the one that you copied?
> 
> http://127.0.0.1:8080/cgi-bin/mapserv.exe?MAP=C:/ms4w/map/prescr_test.map
> 
> -Jukka Rahkonen-

When it failed with my complete mapfile, I just created and tested the
mapfile I have pasted here. So this one is not my current mapfile. And in
both cases, the error is the same :P
In my complete mapfile, all works fine (layers from postgis and request
enabled) but this layer doesn't.

___
mapserver-users mailing list
mapserver-users@.osgeo
http://lists.osgeo.org/mailman/listinfo/mapserver-users





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/wms-ows-enabe-request-and-invalid-layer-and-Qgis-tp5302807p5302824.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] wms/ows_enabe request and invalid layer and Qgis

2017-01-10 Thread Leehan
Hi,

Here's my map file :

MAP
NAME "Mapserver"
FONTSET "./fonts/fonts.txt"
OUTPUTFORMAT
NAME "png"
DRIVER "AGG/PNG"
MIMETYPE "image/png"
IMAGEMODE RGB
END #fin format

EXTENT 679286.0 6153539.5 679580.0 6153724.6 #xmin ymin xmax ymax
UNITS METERS
DEBUG 5
CONFIG "CPL_DEBUG" "ON"
CONFIG "PROJ_DEBUG" "ON"
CONFIG MS_ERRORFILE "C:/ms4w/errorMapFile.txt"

PROJECTION # proj de sortie
"init=epsg:2154"
END

WEB 
METADATA
"wms_title" "WMS, aide au montage des opérations"
"wms_onlineresource"
"http://127.0.0.1:8080/cgi-bin/mapserv.exe?MAP=C:/ms4w/map/prescr_test.map;
"wms_enable_request" "*" #active les getcapabilities, 
getmap,
getfeatureinfo, getfeature
"wms_srs" "EPSG:2154 EPSG:3857 EPSG:900913"
"wms_encoding" "UTF-8"
END #fin metadata
END #end web

LAYER
NAME "prescriptions"
#STATUS ON
TYPE POLYGON
PROJECTION
"init=epsg:2154"
END #fin projection
CONNECTIONTYPE POSTGIS
CONNECTION "host=10.210.1.32 dbname=activite user=PostGIS
password=CAVIAR2016 port=5432"
DATA "geom from (select gid, geom, numope, numprescr, annee, nomope, ro,
typope from activite.prescription) as foo using unique gid SRID=2154"
PROCESSING "CLOSE_CONNECTION=DEFER"
MAXSCALEDENOM 8
LABELITEM "numprescr"
CLASS
NAME "prescriptions"
STYLE
COLOR 200 125 0
OPACITY 50
OUTLINECOLOR 200 125 0
WIDTH 1
LINECAP round
END #end Style
LABEL
FONT "verdana"
SIZE 4
COLOR 0 0 0
OUTLINECOLOR 255 255 255
OUTLINEWIDTH 1
POSITION auto #uc
MAXSCALEDENOM 8
TYPE truetype
END #fin label
TEMPLATE "bidon.html"   
END #fin class
METADATA
"gml_include_items" "all"
"wms_title" "prescriptions"
#"wms_srs" "EPSG:2154"
END #fin metadata prescriptions
END #fin layer prescriptions

END

I have a correct image in Firefox. But in QGIS I can't get anything, it says
: 


msWMSLoadGetMapParams(): WMS server error. Invalid 
layer(s) given in the
LAYERS parameter. A layer might be disabled for this request. Check
wms/ows_enable_request settings.

Layer name is right. 
Besides this layer is just a copy of another one working perfectly, with the
request available ! So I can't figure out the reason why I can't display
this layer.
Any idea ?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/wms-ows-enabe-request-and-invalid-layer-and-Qgis-tp5302807.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Can't get capabilities xml error message

2016-11-23 Thread Leehan
It seems that, for some reason, bbox is not created like in the other layer. 

départements
départements
EPSG:2154

-5.52188
10.6995
41.3035
51.0898


3e+006


pollution
sites pollués

http://osgeo-org.1560.x6.nabble.com/Can-t-get-capabilities-xml-error-message-tp5296958p5297113.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Can't get capabilities xml error message

2016-11-23 Thread Leehan
Besides I forgot to mention that mapfile was working fine with mapserver 6.4



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Can-t-get-capabilities-xml-error-message-tp5296958p5297077.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Can't get capabilities xml error message

2016-11-23 Thread Leehan
I made the change you have suggested.
It has just changed the error message : 
"Numéro de ligne 144, colonne 17 :
-p"



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Can-t-get-capabilities-xml-error-message-tp5296958p5297075.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Can't get capabilities xml error message

2016-11-22 Thread Leehan
hello,

Mapserver 7 & Apache are installed using ms4w 3.1.4. All is running fine
with windows server 2008.
I can get a map in FireFox. 
I can't get the WMS with Qgis : failed to load capabilities (traduction from
french, sorry)
Indeed, I can't get the capabilities in FF either with  : 
http://10.210.1.32:8080/cgi-bin/mapserv.exe?...\fond_mapserver.map=1.3.0=WMS=GetCapabilities;

here's the message :
 

Previously I had a message beginning by "mandatory metadata...'. I worked on
my mapfile and then get this last message just above.

here's my mapfile : 
MAP
 WEB
METADATA
"wms_title" "WMS-Inrap, aide au montage des opérations"
"wms_onlineresource"
"http://10.210.1.32:8080/Apache/cgi-bin/mapserv.exe?MAP=C:/ms4w/map/fond_mapserver.map&;
"wms_enable_request" "*" 
"wms_srs" "EPSG:2154 EPSG:3857 EPSG:900913"
"wms_encoding" "UTF-8"

END
END

All layers have METADATA with wms_title and wms_srs (even if this last param
is not required because I have a PROJECTION object).
I feel a little lost.
Thanks






--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Can-t-get-capabilities-xml-error-message-tp5296958.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapserver, qgis, legend and encoding

2016-08-02 Thread Leehan
I followed your advice, and finally re-write  my mapfile with a big attention
to my text editor and its encoding. Besides, I have checked layer by layer
that the legend was correct, and it was. I didn't finish yet, but until now
it seems in order.
Thanks a lot



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapserver-qgis-legend-and-encoding-tp5278901p5279098.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] mapserver, qgis, legend and encoding

2016-08-01 Thread Leehan
Hello,

I have created a wms to use it in qgis 2.14. In the legend, some layers have
accents and other don't : you see a small square for example instead of 'ô'.

 

 The difference in the mapfile is that some letters have been replaced...but
I didn't do that or i don't remember how !

mapfile : 
CLASS
NAME "fossé"
EXPRESSION ("[interpret]" in "fossé,fossé ?")
STYLE
OUTLINECOLOR "#FF8C00"
WIDTH 0.5
END #end Style
END # fin class fossé

it gives 'fossé' in the legend (qgis). fine !

but 
CLASS
NAME "Côte d'Or"
EXPRESSION '21'
STYLE
COLOR 200 60 70
OUTLINECOLOR 0 0 0
WIDTH 0.5
END #end Style
LABEL
FONT "dejavu"
COLOR 125 125 125
OUTLINECOLOR 255 255 255
OUTLINEWIDTH 1
POSITION cc
SIZE 5
TYPE TRUETYPE
END #ENd
END #end class 21 comm

..gives C*square*e d'Or' : 2 letters missing. You see that in capture above.

In the mapfile, encoded in UTF-8, I just added at the top : 
LEGEND
LABEL
FONT "Arial"
TYPE TRUETYPE
SIZE 8
ENCODING "UTF-8"
END # fin label
END #fin legend

The question is : how to fix accents in class name in the legend ?
Thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapserver-qgis-legend-and-encoding-tp5278901.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapserver vrt et mapfile : file not found or unsupported format

2016-07-27 Thread Leehan
full file path in CONNECTION solve the problem.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapserver-vrt-et-mapfile-file-not-found-or-unsupported-format-tp5278305p5278309.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] mapserver vrt et mapfile : file not found or unsupported format

2016-07-27 Thread Leehan
Hello,
I try to create a mapfile with data in a csv file. I have failed to draw the
layer with a Virtual Format and a OGR connectiontype directly in the
mapfile. So I have decided to store the connection in a different file like
here
http://mapserver.org/input/vector/VirtualSpatialData.html#steps-for-display
mapfile :

LAYER
CONNECTION "basol_auv.ovf"
CONNECTIONTYPE OGR
DATA "test"
METADATA
"wms-srs" "2154"
"wms-title" "test"
END
NAME "pollution"
TYPE POINT
CLASS
NAME "pollution"
STYLE
SYMBOL "pollution"
SIZE 10
END #fin style
  END #-fin class
END #-fin layer sols pollués

basol_auv.ovf :


   
C:\OSGeo4W\Apache\htdocs\data\test.csv
test
wkbPoint


I have a new error message :

msDrawMap(): Image handling error. Failed to draw layer named 'pollution'.
msOGRFileOpen(): OGR error. Open failed for OGR connection in layer
`pollution'. File not found or unsupported format.

I dont'know what to do to verify if it is a matter of path or format.
ogrinfo command gives the correct answer : ogrinfo basol_auv.ovf test



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapserver-vrt-et-mapfile-file-not-found-or-unsupported-format-tp5278305.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] no featurecount in cluster

2014-11-12 Thread Leehan
I am experiencing an issue using cluster with mapserver 6.
I am using Cluster: FeatureCount as label in the layer but depending on
the scale, some clusters are empty.
I can't find the reason why.
Look in the center and on bottom left of the image.
Thx

http://osgeo-org.1560.x6.nabble.com/file/n5172621/cluster.png 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/no-featurecount-in-cluster-tp5172621.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] [EXTERNAL] no featurecount in cluster

2014-11-12 Thread Leehan
LABELITEM Cluster_FeatureCount does not work : Query error. Error executing
query: column cluster_featureCount doesn't exist.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/no-featurecount-in-cluster-tp5172621p5172718.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] itemquery mode with mapserver 6.4.1

2014-07-16 Thread Leehan
Hello,

I m looking for an example of mapserver application using itemquery mode
successfully.
I'd like to study the mapfile and validation part, and the template.
Because i can't set this functionnality for now.
Can anyone help please ? 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/itemquery-mode-with-mapserver-6-4-1-tp5151332.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] itemquery and validation

2014-06-03 Thread Leehan
hi and back

I found this :
http://lists.maptools.org/pipermail/ms4w-users/2012-June/002025.html

it seems i have to install a perl library PCRE
http://sourceforge.net/projects/pcre/files/pcre/
and validation should pass...
now next step : how to install librairies without setup.exe...




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-post-to-be-accepted-tp5142386p5143781.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] itemquery and validation

2014-05-28 Thread Leehan
very well thx.

it ll be very helpful if had an example to study.
do you have one or wher can i find one ? I didn t find that on mapserver
site unfortunately.. 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-post-to-be-accepted-tp5142386p5142850.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WEB GIS data selection

2014-05-28 Thread Leehan
hi,

did you check http://mapserver.org/tutorial/section1.html and
http://mapserver.org/tutorial/section2.html. ?
These two sections are a very good start, it seems they ansxer to what you
ask for.
Sincerely,

Leehan



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WEB-GIS-data-selection-tp5142851p5142854.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] itemquery and validation

2014-05-26 Thread Leehan
of course and thx.

here s the url : 
http://localhost/cgi-bin/mapserv.exe?map=C%3A%5COSGeo4W%5Capache%5Chtdocs%5Cpostgis.mapimgext=459919.257821+6611950.676783+660865.099955+6762581.441074imgxy=320+240layer=communeslayer=empriselayer=+mode=browsesubmit=Refreshzoom=1map_emprise_tolerance=%5Bemprise_tolerance%5Dqlayer=%5Bqlayer%5Dqitem=%5Bqitem%5Dqstring=%5Bqstring%5D

here s the part of the mapfile :
 LAYER
NAME emprise
STATUS on
TYPE POLYGON
CONNECTIONTYPE POSTGIS
CONNECTION host=10.3.1.51 dbname=xxx user=xxx
password=xxx port=5432
DATA geom from activite.emprise using unique gid using srid = 2154
TOLERANCE 1 #tampon autour du clic souris
TOLERANCEUNITS kilometers
VALIDATION 
numope ^[A-Z]{1}[0-9]{6}$
END #end validation 
CLASSITEM tpeope 

and here s part of template :
div align=centerMap Mode:br
select name=mode
  option value=browse [browse_select]Naviguer/option
  option value=query [query_select]Requete une couche, une
réponse/option
  option value=nquery [nquery_select]Requete une couche, n
réponses/option
  option value=itemquery [itemquery_select]Requete
attributaire/option
/select
  /div
...
 tr

  couche requetée (qlayer) :


  input type =text name=qlayer size=10 value=[qlayer]


  


  (qitem) :


  input type =text name=qitem size=10 value=[qitem]





   (qstring) :


  input type =text name=qstring size=10 value=[qstring]



Finally, i have no hidden mapserver variables defined (like for example :
input type=hidden name=map value=[map]) concerning queryitem.

Does it help ?



Eichner, Andreas - SID-NLKM wrote
 Can you post the URL of your request and at least the relevant MAP file
 part? Enabling the debug options is probably a good idea.
 
 I  did set mode = itemquery like i did for query and nquery.
 These 2 work fine.
 ___
 mapserver-users mailing list

 mapserver-users@.osgeo

 http://lists.osgeo.org/mailman/listinfo/mapserver-users





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-post-to-be-accepted-tp5142386p5142486.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] post to be accepted

2014-05-25 Thread Leehan
First, sorry did a mistake:2posts same subject .

I  did set mode = itemquery like i did for query and nquery.
These 2 work fine.
Weird ...
Thx 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-post-to-be-accepted-tp5142386p5142387.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users