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

Certain datasets from Socrata have incorrect spatial reference #65

Open
sirws opened this issue Sep 8, 2016 · 0 comments
Open

Certain datasets from Socrata have incorrect spatial reference #65

sirws opened this issue Sep 8, 2016 · 0 comments

Comments

@sirws
Copy link

sirws commented Sep 8, 2016

Here is an example:
http://koop.dc.esri.com/socrata/wastate/f9h8-rtz6/FeatureServer

Notice:
spatialReference: {
wkid: 4326,
latestWkid: 4326
},
initialExtent: {
xmin: -13610908.050271627,
ymin: 6061419.6999203265,
xmax: -13605556.778112192,
ymax: 6066753.658368595,
spatialReference: {
wkid: 4326,
latestWkid: 4326
}
},

It appears these coordinates xmin, xmax etc. are web mercator coordinates (wkid:3857) but Koop is saying they are lat/long by setting the wkid to 4326. We need something that will test for the proper coordinate system.

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