gluonhq / maps

https://gluonhq.com/labs/maps/
GNU General Public License v3.0
140 stars 36 forks source link

Allow for custom projections #14

Open johanvos opened 6 years ago

johanvos commented 6 years ago

Currently, Gluon Maps uses Web Mercator projections. The conversion between lat/lon and points is hard-coded in impl/maps/BaseMap.

In order to allow for different projections (e.g. polar projections), we need to allow for custom projections that can easily be plugged in.