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

Coordinate order typo #113

Closed
prushforth opened this issue Apr 5, 2018 · 2 comments · Fixed by #114
Closed

Coordinate order typo #113

prushforth opened this issue Apr 5, 2018 · 2 comments · Fixed by #114

Comments

@prushforth
Copy link

I think there's a coordinate order error in one of the examples

<wfs:Spatial crs="http://www.opengis.net/def/crs/OGC/1.3/CRS84"> <wfs:LowerCorner>-54.9311103820801 -179.878326416016</wfs:LowerCorner> <wfs:UpperCorner>79.52944183349609 179.339859008789</wfs:UpperCorner> </wfs:Spatial>

should (maybe) be:

<wfs:Spatial crs="http://www.opengis.net/def/crs/OGC/1.3/CRS84"> <wfs:LowerCorner>-179.878326416016 -54.9311103820801</wfs:LowerCorner> <wfs:UpperCorner>179.339859008789 79.52944183349609</wfs:UpperCorner> </wfs:Spatial>

@cportele
Copy link
Member

cportele commented Apr 5, 2018

Oops, indeed. I will fix that.

Thanks!

@pvretano
Copy link
Contributor

pvretano commented Apr 5, 2018

Doh! My bad ... I hand crafted those examples and I always mess that up!

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

Successfully merging a pull request may close this issue.

3 participants