mozilla-services / location-leaderboard

A leaderboard service for Mozilla Geolocation Stumbling
Mozilla Public License 2.0
4 stars 5 forks source link

Store all geometries as WGS84 #253

Closed jaredlockhart closed 8 years ago

jaredlockhart commented 8 years ago

We have to change our SRID and ensure that countries are parsed into the correct spatial projection.

jaredlockhart commented 8 years ago

The country shape files we use to import the country list stores all coordinates as WGS84. We should import and store it in WGS84. The client will send coordinates in EPSG:3785, we should convert them to WGS84 at data validation time.