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

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 arwes...@web.de wrote: Thanks for your help Thomas, now i am trying to deploy mapcache with tiff-write-support, but there are no

Re: [mapserver-users] WFS in MapServer?

2013-04-29 Thread Saka Royban
Have i banned by mailing list users or admin? From: Saka Royban sakaroy...@yahoo.com To: MapServer mapserver-users@lists.osgeo.org Sent: Saturday, April 27, 2013 5:46 PM Subject: [mapserver-users] WFS in MapServer? Hi all As a newbie, i've got confused.

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.

[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

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, andre.steinhaeu...@lung.mv-regierung.de wrote: Hello, I am trying to set up a wms server with one layer. Mapserver version is

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] 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 Andre.Steinhaeuser
/attachments/20130429/141d2b45/attachment-0001.html -- Message: 3 Date: Mon, 29 Apr 2013 09:27:08 -0400 From: Daniel Morissette dmorisse...@mapgears.com To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] wms works with version 1.1.1 but not with1.3.0