Re: [mapserver-users] wfs client question

2008-12-08 Thread bartvde
Hi Knut, Mapserver should be able to do this for you. Just use wfs_srs EPSG:31468 on your CONNECTIONTYPE WFS layer, and maybe add a PROJECTION block as well on the LAYER: PROJECTION init=epsg:31468 END On your MAP object you can use: PROJECTION init=epsg:4326 END Mapserver

[mapserver-users] wfs client question

2008-12-08 Thread Knut Behrends
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want to query a public wfs server for some data. Internally, in my DHTML frontend, all lat/lon coordinates are handled in geographic coordinates EPSG:4326. However, the WFS server only accepts lat/lon values given with particular BBOX parameters

Re: [mapserver-users] wfs client question

2008-12-08 Thread Knut Behrends
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks guys, the on-the-fly transforms seem to work now. Indeed, the PROJECTION entries in the MAP and in the LAYER sections must be specified exactly as Bart said. And I'll also get a copy of the proj4js Library, it might come in handy someday. - --