buskerudbyen / cycling-norway

3 stars 2 forks source link

Auto map location #90

Closed Beck-berry closed 9 months ago

Beck-berry commented 10 months ago

Added 5 cities:

How to locate the center of map:

  1. If there is a from/to param in the URL, map center will be the coordinates of from.
  2. If the user allowed location tracking, their location will be the center of the map, with zoom level 13.
  3. If there are a defined list of cities, one of them will be randomly chosen to be the center of the map, with zoom level 15.
  4. Otherwise the map center will be 59.868, 10.322 with zoom level 8.

Closes #79