Skip to content
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

change axis order in config when EPSG 4326 #11

Open
dncpax opened this issue Feb 22, 2021 · 0 comments
Open

change axis order in config when EPSG 4326 #11

dncpax opened this issue Feb 22, 2021 · 0 comments

Comments

@dncpax
Copy link

dncpax commented Feb 22, 2021

For some reason, in config file I have to switch south/north to longitude and east/west to longitude to get data from a wfs service. Have to try other services to understande if it's just my service. For instance:
bbox:
west: 37.621
south: -8.410
east: 38.602
north: -7.311

When in fact this is latlon notation, not west/south (lonlat).

The real coordinates are: -8.410 37.621 for minx miny, and -7.311 38.602 for maxx maxy.

Otherwise I get no data...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant