getsmap / smap-responsive

A JavaScript framework for simple creation of web maps with responsive design supporting a range of different browsers and devices
GNU General Public License v3.0
14 stars 12 forks source link

Allow specifying center parameter with custom projection #195

Closed johanlahti closed 8 years ago

johanlahti commented 8 years ago

Currently, the map center position can only be set specifying EPSG:4326-coordinates. An extended parameter should look like this:

# Project from EPSG:3008 before centering the map
… center=120552,6161341,3008 …