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
The html and pictures are locally stored and I am using "python -m http.server" to serve the html.
But the leaflet map does not load. I am getting the exception below.
Browser traceback:
Uncaught Error: No value provided for variable {s} at storymap-min.js:8
at String.replace ()
at Object.template (storymap-min.js:8)
at NewClass.getTileUrl (storymap-min.js:10)
at NewClass._loadTile (storymap-min.js:10)
at NewClass._addTile (storymap-min.js:10)
at NewClass._addTilesFromCenterOut (storymap-min.js:10)
at NewClass._update (storymap-min.js:10)
at NewClass.wrapperFn [as _limitedUpdate] (storymap-min.js:8)
at NewClass.fireEvent (storymap-min.js:8)
The text was updated successfully, but these errors were encountered:
I encountered the same exception. For my case, it was happening when all or none of the markers were set as "type": "overview". I set only the first one to be of type overview and the error is gone.
I am trying to follow the instructions here https://storymap.knightlab.com/advanced/ to render local pictures in a storymap.
The html and pictures are locally stored and I am using "python -m http.server" to serve the html.
But the leaflet map does not load. I am getting the exception below.
Browser traceback:
Uncaught Error: No value provided for variable {s} at storymap-min.js:8
at String.replace ()
at Object.template (storymap-min.js:8)
at NewClass.getTileUrl (storymap-min.js:10)
at NewClass._loadTile (storymap-min.js:10)
at NewClass._addTile (storymap-min.js:10)
at NewClass._addTilesFromCenterOut (storymap-min.js:10)
at NewClass._update (storymap-min.js:10)
at NewClass.wrapperFn [as _limitedUpdate] (storymap-min.js:8)
at NewClass.fireEvent (storymap-min.js:8)
The text was updated successfully, but these errors were encountered: