-
Notifications
You must be signed in to change notification settings - Fork 125
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
Toggle not displayed #129
Comments
Sorry for completely forgetting about this issue! Can you create a jsFiddle to deomonstrate it? What browser? (toggle as svg and png is a workaround for IE, not sure if it's needed anymore.) |
Hi, i have the same issue as aludin, the toggle is here ( a litle white square) but not the arrow (picture). I am currently using leaflet 1.2.0 Thanks in advance |
Sorry for being late again! I'm not seeing this problem in the minimap examples using Chrome 65. Do you have a jsFiddle that demonstrates it? |
Im sorry the node module does not link the css directly . This should work. |
I am using L.Minimap with the latest 1.2 stable Leaflet release. I have set
toggleDisplay: true
. However the toggle is not shown on the minimap. I checked with Google Developer tools and I can see that toggle.svg is being accessed by the browser with no errors (and why toggle.svg and toggle.png?). I am also using my own "custom" tile provider. The tiles are displayed correcly on on the minimap though.Here is my code:
The text was updated successfully, but these errors were encountered: