Re: [mapserver-users] wms works with version 1.1.1 but not with 1.3.0

2013-04-29 Thread Andre.Steinhaeuser
quot; > END > END > > LAYER > NAME 'Lawa-Typen' > EXTENT 5 47 15 55 > TYPE LINE > STATUS DEFAULT > INCLUDE "dbconnection.include" > DATA "the_geom from (Select gid, the_geom, ty_cd_rw, rwb_name FROM > raw.rwbody_wk_de) as FOO USING UNIQUE gid USING srid=4326" >

Re: [mapserver-users] Query one return multiple

2013-04-29 Thread Lime, Steve D (MNIT)
I don't have an example but I think you can just use index queries to build a larger result set: - Do a query that returns a single feature. - Use that features result index to do a series of layer queryByIndex() queries. There's an optional last argument that preserves the

Re: [mapserver-users] wms works with version 1.1.1 but not with 1.3.0

2013-04-29 Thread Daniel Morissette
And for a longer explanation about this axis order difference between WMS 1.1.1 and 1.3.0 as well as some examples to help understand it, see: http://dmorissette.blogspot.ca/2012/12/dont-upgrade-to-wms-130-unless-you.html On 13-04-29 9:02 AM, thomas bonfort wrote: Are you inverting the axis

Re: [mapserver-users] wms works with version 1.1.1 but not with 1.3.0

2013-04-29 Thread thomas bonfort
Are you inverting the axis order in your BBOX= param for the wms 1.3.0 requests (needed if you're requesting in epsg:4326) ? -- thomas On 29 April 2013 14:43, wrote: > Hello, > > I am trying to set up a wms server with one layer. Mapserver version is > 5.6.1. > > A getmap-request asking for Ve

[mapserver-users] wms works with version 1.1.1 but not with 1.3.0

2013-04-29 Thread Andre.Steinhaeuser
Hello, I am trying to set up a wms server with one layer. Mapserver version is 5.6.1. A getmap-request asking for Version 1.1.1 or 1.1.0 returns an image containing the information(lines) of the layer, including scale bar and legend. When i use a getmap-request for version 1.3.0 it returns a wh

Re: [mapserver-users] WFS in MapServer?

2013-04-29 Thread Rahkonen Jukka
No, it may just be that your question is a bit hard to answer. Could you give us a bit more information about your data, mapfile and WFS request you have been using? Ogrinfo report about the datasource, layer definitions from the mapfile and at least the extents from the map level are needed.

Re: [mapserver-users] WFS in MapServer?

2013-04-29 Thread Saka Royban
Have i banned by mailing list users or admin? From: Saka Royban To: MapServer Sent: Saturday, April 27, 2013 5:46 PM Subject: [mapserver-users] WFS in MapServer? Hi all As a newbie, i've got confused. I've set up a WFS server with mapserver and then get

Re: [mapserver-users] MapCache with GTiff Cache

2013-04-29 Thread thomas bonfort
I have added the TIFF write support parameter to the cmake build files, enable with -DWITH_TIFF_WRITE_SUPPORT=1 -- thomas On 29 April 2013 11:11, Arthur Wesley wrote: > Thanks for your help Thomas, > > now i am trying to deploy mapcache with tiff-write-support, but there are > no options which

Re: [mapserver-users] MapCache with GTiff Cache

2013-04-29 Thread Arthur Wesley
Thanks for your help Thomas,   now i am trying to deploy mapcache with tiff-write-support, but there are no options which i could set in the CMakeList or CMakeCache File. I am using the master branch from the git repository. Should i use another version or is their a simple option string which i