-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add source projection information to map-sources #787
base: main
Are you sure you want to change the base?
Conversation
52431a0
to
9da77ee
Compare
9da77ee
to
12e3fca
Compare
I'm not sure on this one. I'm getting JS Console errors, but I might be doing it wrong. Is there docs/test case for this? |
12e3fca
to
0fb8212
Compare
Add a `src-proj` property to WFS sources to make configuring the projection information more explicit.
0fb8212
to
f617244
Compare
@klassenjs see #542 for a test case. This latest version should be working properly with both EPSG:3857 layers and EPSG:4326 layers. |
f617244
to
ae0fc4b
Compare
Ensure projections are set properly when given src-srs
ae0fc4b
to
394cd61
Compare
16fc422
to
7ab0e6b
Compare
Display of WFS EPSG:4326 features works! But Identify and Select does not. GeoMoose/OL sends a GetFeature request with a Filter containing I think we ran across this problem when implementing WFS-T and added: Or maybe the problem is the coordinate def / order (such a nightmare for WFS 1.0, 1.1, 2.0). |
I think this needs a manual merge/rebase. I'm not seeing the vector parcels or pipelines layers on the map anymore (MapServer on the demo server is returning an error). Note: tested with a local checkout of this branch and then a local
|
Here's my mapbook for testing this PR (AKA Issue #542 ), as well as Issue #772
|
Just making a comment here to say that the reason for search and identify not working may be related to the issue described in #346 which effectively is an issue inherited from MapServer WFS |
Add a
src-proj
property to WFS sources to make configuring the projection information more explicit.This will work with a WFS in its preferred projection.