-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
The theme
option for the leafletLayer
function is marked as optional, however when I omit nothing gets shown on the map.
I.e.
// This works
protomapsL.leafletLayer({url:'FILE.pmtiles OR ENDPOINT/{z}/{x}/{y}.mvt',theme:"light"})
// This doesn't work
protomapsL.leafletLayer({url:'FILE.pmtiles OR ENDPOINT/{z}/{x}/{y}.mvt'})
I am keen to try to submit a PR to fix this one.
Metadata
Metadata
Assignees
Labels
No labels