Re: [mapserver-users] Accessing WFS- Service: unexpected output (junk?)

2019-04-03 Thread Rahkonen Jukka (MML)
Hi, I could make some progress by using "wfs_request_method" "GET". Now the error was "WFS server error. Unable to get extents for this layer." Then I set "wfs_extent" "-999 -999 999 999" but now I get "Search returned no results. No matching record(s) found." Hope that this

[mapserver-users] Accessing WFS- Service: unexpected output (junk?)

2019-04-03 Thread Feinen , Jörg
Hi all, i´m quite a noob to WFS and now trying to access a wfs-service (see Mapfile). In QGIS it works well, so service seems ok. As you can see in this mapfile, we tried a lot - but it didnt succeed. Any help ? jörg (i searched the archive for this error - nothing found) -error M

Re: [mapserver-users] mapserver 7.4 beta phpng build error

2019-04-03 Thread Richard Greenwood
Seth, I understand that there are two php versions and the native one builds fine for me. But the swig one (phpng) does not. I installed swig 3.0.12. My build fails with error: /rwg/src/mapserver-branch-7-4/build/mapscript/phpng/mapscriptPHP7_wrap.c: No such file or directory I can't find the fi

Re: [mapserver-users] mapserver 7.4 beta phpng build error

2019-04-03 Thread Seth G
There are now 2 PHP MapScripts. See https://mapserver.org/development/rfc/ms-rfc-117.html for details. The "native" one has been updated to work with PHP7 in the MapServer 7.4 release, and also a new SWIG based PHP MapScript is now available. The first does not require SWIG, the latter does.

Re: [mapserver-users] mapserver 7.4 beta phpng build error

2019-04-03 Thread Richard Greenwood
On Wed, Apr 3, 2019 at 10:39 AM Seth G wrote: > Hi Richard, > > If you had previous errors it may be best to delete the whole > /rwg/src/mapserver/build/ and start the build from scratch again. > I did do that. Also to note is PHP 7 support was only added in SWIG-3.0.11. I'm trying to > get thi

Re: [mapserver-users] mapserver 7.4 beta phpng build error

2019-04-03 Thread Seth G
Hi Richard, If you had previous errors it may be best to delete the whole /rwg/src/mapserver/build/ and start the build from scratch again. Also to note is PHP 7 support was only added in SWIG-3.0.11. I'm trying to get this set up on Travis and can do so with the following command: sudo wget