Re: [mapserver-users] WFS GetFeature with filter for multiple layers

2013-01-24 Thread Arjen de Korte
Thanks Jukka. I think the trick is also to use a POST request instead of GET, which is what I'm doing now. Looking at the example you gave, it looks like multiple filters should work with a POST request, while it doesn't seem to work with GET. Thanks again! Arjen. On Wed, Jan 23, 2013, at 13:17

Re: [mapserver-users] WFS GetFeature with filter for multiple layers

2013-01-24 Thread Eichner, Andreas - SID-NLKM
Hi, when using KVP encoded request to retrieve features of multiple types you should supply one filter for each type, enclose each filter in parentheses and concatenate them as final value for the filter parameter like so: &FILTER=(..)(..)&TYPENAME=type1,type2 This is mostly equivalent to a

[mapserver-users] How to add ocean.map in the basemaps build before make osm-google.map?

2013-01-24 Thread Andrey Maraev
Hello guys! I need your help with my quest! I want to add in my basemaps build a new layer which is a global water. It is just the polygon with blue color which has 4 points. Where and how to should I do this? I've already done ocean.map and put it on basemaps directory. It looks like: LAYER NAM

[mapserver-users] Displaying overlapping linestrings

2013-01-24 Thread Jan Hartmann
Does anyone know a trick to do this: I'm making geographical indexes for the map series in our map library. Each map sheets is displayed as a polygonal linestring, based on its corner coordinates. Lots of sheets have exactly the same boundaries, so it's not clear where a polygon indicates just

Re: [mapserver-users] Displaying overlapping linestrings

2013-01-24 Thread Stephen Woodbridge
On 1/24/2013 11:13 AM, Jan Hartmann wrote: Does anyone know a trick to do this: I'm making geographical indexes for the map series in our map library. Each map sheets is displayed as a polygonal linestring, based on its corner coordinates. Lots of sheets have exactly the same boundaries, so it's

Re: [mapserver-users] Displaying overlapping linestrings

2013-01-24 Thread Jan Hartmann
On 01/24/2013 05:35 PM, Stephen Woodbridge wrote: On 1/24/2013 11:13 AM, Jan Hartmann wrote: Does anyone know a trick to do this: I'm making geographical indexes for the map series in our map library. Each map sheets is displayed as a polygonal linestring, based on its corner coordinates. Lots

Re: [mapserver-users] Displaying overlapping linestrings

2013-01-24 Thread Lime, Steve D (DNR)
You could try drawing the features with the same base color but with opacity set. The more times the same area is rendered you'd get a different hue. Steve From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jan Hartmann Sent: Thursday, Ja