Opened 13 years ago

Last modified 11 years ago

#871 reopened enhancement

WFS-Search: Use actual SRS from mapframe/changeEPSG

Reported by: frankjaeger Owned by: dev
Priority: major Milestone: 2.8 release
Component: wfs Version: 2.7.1
Keywords: WFS-Search, SRS, EPSG, changeEPSG Cc:

Description

WFS-Search positions the Mapframe in the "initial" SRS of the gui. That's wrong, when the SRS has changed by using the "changeEPSG" gui element.

Let WFS-search ask for the actual SRS before processing a search. Then use actual SRS for positioning the mapframe.

See ALKIS (PostNAS) Mapbender-Plugin in http://trac.wheregroup.com/PostNAS/browser/trunk/data/mapbender/http/nav for var "$epsg" and "function sendGuiEpsg ()".

See also Ticket #712

Change History (5)

comment:1 by verenadiewald, 12 years ago

works for me, can you give more information?

comment:2 by verenadiewald, 12 years ago

Resolution: worksforme
Status: newclosed

current gui srs is used for WFS getFeature request, so Mapbender reacts correct -> you have to ensure your wfs can deal with parameter srsName for on-the-fly-transformation

in reply to:  2 comment:3 by armin11, 12 years ago

Resolution: worksforme
Status: closedreopened

Replying to verenadiewald:

current gui srs is used for WFS getFeature request, so Mapbender reacts correct -> you have to ensure your wfs can deal with parameter srsName for on-the-fly-transformation

The parameter srsName will only be handled up from wfs 1.1.0. The list of supported srs for a wfs was not handled by mapbender til 2 weeks ago. Maybe mapbenders gazetteer module don't react on this? Have to be tested. In trunk, there is now a handling of different srs for each featuretype. It is mangaged in the database on loadWFS and updateWFS. Also the latlonBboxes for each featuretype are managed since 2 weeks. This is needed to fullfil the INSPIRE demands for Download Services and to generate the metadata elements!

Please test if a srs from the featuretype_epsg table is added to the WFS getfeature request in case of WFS 1.1.0.

comment:4 by astrid_emde, 12 years ago

Milestone: 2.7.3 release2.7.4 release

comment:5 by verenadiewald, 11 years ago

Milestone: 2.7.4 release2.8 release
Note: See TracTickets for help on using tickets.