Re: [mapserver-users] MapServer crash with WFS GetFeature request using multiple typenames

2011-12-05 Thread Dejan Gambin
Hi Jukka Accroding to your suggestions, I am trying to use ogc:Contains instead of ogc:BBOX in my OL request, but it fails with Invalid or Unsupported FILTER in GetFeature error. So, using something like this: protocol: OpenLayers.Protocol.WFS({ version: 1.1.0,

Re: [mapserver-users] MapServer crash with WFS GetFeature request using multiple typenames

2011-12-05 Thread Rahkonen Jukka
Hi, First, I have been thinking that there is perhaps not so often special advantage in using Contains. It will find features which are containing the whole reference geometry and that makes sense if point is used as the reference and features to find are polygons. With lines and polygons as

Re: [mapserver-users] Mapcache question.

2011-12-05 Thread forums
Ahh, ok that explains it. Thanks for the information. Jerl On Mon, Dec 5, 2011 at 1:05 AM, thomas bonfort thomas.bonf...@gmail.comwrote: only the wms and wmts services support dimensions (there is no spec defining this support for the others). you can either adapt your gmaps/js code to

[mapserver-users] Specify resolution (or pixel size) in WMS requests

2011-12-05 Thread Peter Hopfgartner
Basically, I am looking for a way to something analogous to DEFRESOLUTION in a WMS request. The standard says, that a pixel is 0.28 mm x 0.28 mm (25.4/0.28 ~= 90.71 DPI). I could not found a way to change this in the WMS 1.3.0 standard. Is there a MapServer vendor parameter, similar to the one

[mapserver-users] Reloading MapCache configuration file on changes?

2011-12-05 Thread John Taranu
Thomas, Is there a better way force MapCache to reload its configuration script than restarting apache? I'm working on an application that will use two load-balanced web servers running MapCache, all pointing to a single central tile repository and a single central .xml configuration file.