Unable to remove active source
See original GitHub issueI’m trying to figure out how to remove all active sources in the editor. For example, if you go to https://maputnik.github.io/editor, click the “Sources” menu, and try to remove #openmaptiles
from active sources, it doesn’t work and an error occurs:
layers[1]: source "openmaptiles" not found
layers[37]: source "openmaptiles" not found
How can I remove the default active source?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How can I remove sources from "current list" in word?
First delete all the citation from the document and then try to delete from the Source Manager.
Read more >Unable to remove network "has active endpoints" · Issue #17217
I just experienced the bug that makes impossible to remove a network that has no containers attached to. Restarting the docker daemon solved...
Read more >Unable to remove source folder from project.
Hello, I am running the latest version of MPLABX for linux (Ubuntu 13.04) and can't seem to remove a source folder.
Read more >Removing Conda environment - python - Stack Overflow
Save this question. Show activity on this post. I try running again the command to remove it and I still get the same...
Read more >How to remove Activation Lock - Apple Support
Learn what to do if you see the Activation Lock screen on your device, or if you're asked to remove Activation Lock on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah ok sorry I misunderstood. There is a
?style=
parameter for loading a style from the url if that helps.Example https://maputnik.github.io/editor/?style=https://raw.githubusercontent.com/lukasmartinelli/osm-liberty/gh-pages/style.json#3.81/50.40/20.75 replace with whatever style you’d like to load
Anyway it looks like your problem is solved, so I’ll close the issue.
Yes, I see that now. Sorry, that should have been obvious to me. Now once I figure out how to default to an empty style I’ll be all set. Thanks!