go-spatial / fresco

An open source vector tile style editor
https://fresco.go-spatial.org
Apache License 2.0
228 stars 26 forks source link

Allow for other Jump to Location "bookmarks" #107

Open roblabs opened 4 years ago

roblabs commented 4 years ago

The "Jump to Location" in the upper right hand corner is very useful


Enhancement request

The demo below is a build of Fresco with the following changes in constants.js

{"key":"sk","label":"Sanikiluaq 0","lat":56.29,"lng":-78.69,"zoom":0},
{"key":"sk","label":"Sanikiluaq 2","lat":56.29,"lng":-78.69,"zoom":2},
{"key":"sk","label":"Sanikiluaq 4","lat":56.29,"lng":-78.69,"zoom":4},
{"key":"sk","label":"Sanikiluaq 6","lat":56.29,"lng":-78.69,"zoom":6},

Source

https://github.com/go-spatial/fresco/blob/ee65f3d88a898a2165630e09165f9fc23df19c1b/src/component/Map/constants.js#L1-L7


 Jump-to-Location


fresco-add-point-bookmarks 480