You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like Mapbox, but it's nice to have other options.
Actions are adaptors. A package like ulysses.leaflet or ulysses.google would just need to implement standard actions that expect a leaflet.Map or google.Map object, instead of Mapbox GL. It's just a contract.
The core actions are: flyTo, fitBounds, noop. And maybe showAll if we can figure that one out.
The text was updated successfully, but these errors were encountered:
I like Mapbox, but it's nice to have other options.
Actions are adaptors. A package like
ulysses.leaflet
orulysses.google
would just need to implement standard actions that expect aleaflet.Map
orgoogle.Map
object, instead of Mapbox GL. It's just a contract.The core actions are:
flyTo
,fitBounds
,noop
. And maybeshowAll
if we can figure that one out.The text was updated successfully, but these errors were encountered: