Re: [mapserver-users] WFS query slow on large postgis table (and small table disappointing as well)

2014-11-03 Thread Lime, Steve D (MNIT)
MapServer 7.0 should fix issues like this. A more general solution to the one presented in #4049 has been added to that version. You might try the development version and see how it goes. I'm surprised simple queries aren't working well though since older versions of MapServer have optimization

[mapserver-users] WFS query slow on large postgis table (and small table disappointing as well)

2014-11-03 Thread deduikertjes
Hi List, I'm experiencing real slow performance when doing WFS queries on a postgis table with about 150 records. A simple spatial query (which features in a box) takes about 1 to 2 minutes. In postgis the same query takes less than a second. Same story for attribute queries. Indeed on a post

Re: [mapserver-users] Problem with Colon in WFS Layer Name

2014-11-03 Thread Rahkonen Jukka (Tike)
Hi, Colons are absolutely denied in WFS feature type names and if you want to have a standard compliant WFS service you must remove the colon from the name. https://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg20012.html -Jukka Rahkonen- Lähettäjä: mapserver-users-boun...@li

[mapserver-users] Problem with Colon in WFS Layer Name

2014-11-03 Thread Hari Pradhan
Hello List, I am getting the following error when requesting for WFS getfeature on the layer which includes colon in it's name (example: Analysis1:VolumeOut:VECTOR). Failed to parse QName 'ms:Analysis1:'. It looks like mapserver failed to parse the layer including colon. But as per the documen