RE: [mapserver-users] Re: Combination of MapServer and Desktop GIS

2010-05-07 Thread David Alda Fernandez de Lezea
I'm using it with openlayers for a web app, can I take those tiles and use them with mapserver too?? How?? That could be the solution!! Thanks. Un saludo, ·· David Alda Fernández de Lezea Lurralde eta

[mapserver-users] Oracle Spatial and MAXFEATURES, not implemented?

2010-05-07 Thread Peter Hopfgartner
I'm trying to limit the maximum number of features, as in the map file snippet below. MapServer is 5.6.3. Anyway, the number of features drawn is not limited, as expected, but thousands of shapes are processed. Indeed, enabling -all_debug 5, the query passed to Oracle looks like; ---

Re: [mapserver-users] Oracle Spatial and MAXFEATURES, not implemented?

2010-05-07 Thread Yewondwossen Assefa
This was done as part of the http://trac.osgeo.org/mapserver/ticket/2605 and is only available in trunk right now (for the upcoming 6.0 release). regards, On 07/05/2010 9:45 AM, Peter Hopfgartner wrote: I'm trying to limit the maximum number of features, as in the map file snippet below.

Re: [mapserver-users] Oracle Spatial and MAXFEATURES, not implemented?

2010-05-07 Thread Peter Hopfgartner
On Fri, 2010-05-07 at 10:03 -0400, Yewondwossen Assefa wrote: This was done as part of the http://trac.osgeo.org/mapserver/ticket/2605 and is only available in trunk right now (for the upcoming 6.0 release). regards, Hello Yewondwossen. Thank you for the pointer! I've applied the diff

[mapserver-users] Testing KML support

2010-05-07 Thread Peter Hopfgartner
Hi, I'm would like to look at the KML functionality in the current MapServer trunk. There does not seem to be any specific option in configure, so I enabled it by setting the environment variable CPPFLAGS: $ export CPPFLAGS=-DUSE_KML $ ./configure --with-proj --with-postgis --with-cairovim

[mapserver-users] wms layer query

2010-05-07 Thread Eric Weisbender
Hello, I have a wms layer defined in my map file coming from a USGS service that is supposed to be queryable but when I query it I get nothing in return. It draws fine and the GetCapabilities request says Layer queryable=1. I wondering if it's my layer definition or if you just can't do

Re: [mapserver-users] Testing KML support

2010-05-07 Thread Yewondwossen Assefa
Hi Peter, There is supposed to be --with-kml. I have added the OUTPUT=KML if built with the flag. Note that the driver is still in development/cleanup state. I will update the RFC (http://mapserver.org/development/rfc/ms-rfc-58.html) once this phase is over. regards, On 07/05/2010 12:23