You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried loading the dist.js file into my document and that caused a big headache because this file apparently includes an old version of Leaflet. I guess it's just meant for running the examples, and I should have used index.js instead.
It would be helpful to show in the README how to load the library from a CDN.
<!-- load Leaflet first --><scriptsrc="https://unpkg.com/proj4@2.5.0/dist/proj4.js"></script><scriptsrc="https://unpkg.com/proj4leaflet@1.0.2/src/proj4leaflet.js"></script><scriptsrc="https://unpkg.com/leaflet-tilejson@1.0.0-rc4/index.js"></script>
The text was updated successfully, but these errors were encountered:
I tried loading the
dist.js
file into my document and that caused a big headache because this file apparently includes an old version of Leaflet. I guess it's just meant for running the examples, and I should have usedindex.js
instead.It would be helpful to show in the README how to load the library from a CDN.
The text was updated successfully, but these errors were encountered: