bsudekum / MapTab

Tab Chrome extension for viewing local date, time and location on a map.
62 stars 34 forks source link

Migrate to Modern Static Tiles Endpoint #22

Open riastrad opened 4 years ago

riastrad commented 4 years ago

Currently this browser plugin points to a legacy API that loads "classic" (i.e. legacy) Mapbox styles.

Updating it to either use Mapbox GL JS or simply request tiles/styles from the modern Static Tiles endpoint would ensure stability and longevity for the plugins many users.

Helpful guide for migration is available here:

cc/ @rmrice