Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: No value provided for variable {s} #433

Open
pedrovgp opened this issue Dec 27, 2019 · 1 comment
Open

Uncaught Error: No value provided for variable {s} #433

pedrovgp opened this issue Dec 27, 2019 · 1 comment

Comments

@pedrovgp
Copy link

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)

@onurmatik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants