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

Demo.html isn't working anymore, due to mixing HTTP and HTTPS requests #60

Open
jules43 opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@jules43
Copy link

jules43 commented Jun 19, 2024

Line 25 of demo.html triggers a mixed content exception due to 'http://maps.stamen.com/js/tile.stamen.js' being loaded with http.

From this post:
https://stackoverflow.com/questions/48874337/how-to-use-leaflet-js-plugin-with-stamen-maps

The secure version is here:

<script src="https://stamen-maps.a.ssl.fastly.net/js/tile.stamen.js"></script>
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

1 participant