[mapserver-users] Problems with getting geojson running as WFS response

2014-07-21 Thread Jacob Mendt
Hey List, i am right now trying to bring get my Mapserver (Version 6.0.0) WFS running with GeoJSON. But I always get back an empty response. I tried several approaches and my WFS runs with a GML response. So maybe somebody could give me hint. Here is my mapfile: MAP . PROJ

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-22 Thread Rahkonen Jukka (Tike)
Hi, Have you tried to request geojson with its MIMETYPE as &format=application/json; subtype=geojson ? -Jukka Rahkonen- Jacob Mendt wrote: > Hey List, > i am right now trying to bring get my Mapserver (Version 6.0.0) WFS running > with GeoJSON. But I always g

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-22 Thread Jacob Mendt
Hi Jukka, yes i tried this. But the behavior stays the same. JM Von: Rahkonen Jukka (Tike) [mailto:jukka.rahko...@mmmtike.fi] Gesendet: Dienstag, 22. Juli 2014 09:30 An: Jacob Mendt; mapserver-users@lists.osgeo.org Betreff: Re: [mapserver-users] Problems with getting geojson running

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-23 Thread Jacob Mendt
.com] Gesendet: Dienstag, 22. Juli 2014 09:51 An: 'Rahkonen Jukka (Tike)'; mapserver-users@lists.osgeo.org Betreff: AW: [mapserver-users] Problems with getting geojson running as WFS response Hi Jukka, yes i tried this. But the behavior stays the same. JM Von: Rahkonen Jukka (

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-24 Thread Jacob Mendt
EMPLATE" driver or to define a ID property for the "OGR/GEOJSON" driver? Kind regards, JM Von: Jacob Mendt [mailto:jacobme...@googlemail.com] Gesendet: Mittwoch, 23. Juli 2014 10:31 An: 'Rahkonen Jukka (Tike)'; mapserver-users@lists.osgeo.org Betreff: AW: [mapserv

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-24 Thread Lime, Steve D (MNIT)
-boun...@lists.osgeo.org] On Behalf Of Jacob Mendt Sent: Thursday, July 24, 2014 6:13 AM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problems with getting geojson running as WFS response Hi List, I dig a bit further in the Mapserver WFS behavior with GeoJSON. After removing the "M

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-26 Thread Rahkonen Jukka (Tike)
.osgeo.org Betreff: AW: [mapserver-users] Problems with getting geojson running as WFS response Hi Jukka, yes i tried this. But the behavior stays the same. JM Von: Rahkonen Jukka (Tike) [mailto:jukka.rahko...@mmmtike.fi] Gesendet: Dienstag, 22. Juli 2014 09:30 An: Jacob Mendt; mapse

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-28 Thread Jacob Mendt
: [mapserver-users] Problems with getting geojson running as WFS response How many features are being returned in your work? The template driver builds the response in memory, maybe there's a way to periodically flush the response, although that would require code changes. Steve

Re: [mapserver-users] Problems with getting geojson running as WFS response

2014-07-28 Thread Jacob Mendt
09:25 An: mapserver-users@lists.osgeo.org Betreff: Re: [mapserver-users] Problems with getting geojson running as WFS response Hi, I would say that if your service is advertising geojson as a supported WFS outputformat in GetCapabilities it should also support all standard WFS requests and