Closed jmccarth closed 4 years ago
@jmccarth I believe this is resolved now; can you confirm please?
@sbobkin Yep, that did the trick. Looks good now. Thanks.
Good to hear @jmccarth let me know if you find any other issues while you make the transition.
The
/v3/Locations/geojson
endpoint returns geojson with the x and y coordinates in the wrong order as part of the geometry definition.GeoJSON expects the coordinates to be in x, y order (which is longitude, latitude), but the returned value is in y, x order (latitude, longitude).
This results in the locations appearing like this (using geojson.io as an example):