martindholmes / BreezeMap

BreezeMap is a project to create a simple user interface for interactive map and facsimile editing based on TEI XML and OpenLayers 4+.
MIT License
11 stars 3 forks source link

Consider converting base map from 3857 to 4326 #9

Closed martindholmes closed 6 years ago

martindholmes commented 6 years ago

Since we're basically standardizing on GeoJSON, it makes little sense to have the base map constructed using EPSG 3857 and then have to keep converting coordinates all over the place. Try initializing in 4326 and removing all the conversions.

martindholmes commented 6 years ago

Rejecting this after more research; the industry norm is to use 4326 for storage and 3857 for display/rendering, so that's what we'll continue to support.