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

esri leaflet samples need leaflet version bumped #33

Closed
jgravois opened this issue Sep 11, 2015 · 1 comment
Closed

esri leaflet samples need leaflet version bumped #33

jgravois opened this issue Sep 11, 2015 · 1 comment
Assignees

Comments

@jgravois
Copy link
Contributor

the 'latest' cdn flag in our CDN script tag is now causing an incompatible version of esri-leaflet to be loaded in our samples. time to upgrade to leaflet-1.0.0beta.1

<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.js"></script>
@jgravois
Copy link
Contributor Author

downgrading esri-leaflet to 1.0.0 works too b265ef5

(and is more appropriate until update the doc on the esri leaflet website)

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