jieter / Leaflet.Sync

Synchronized view of two maps.
http://jieter.github.io/Leaflet.Sync/examples/dual.html
BSD 3-Clause "New" or "Revised" License
235 stars 53 forks source link

Proper https in examples #39

Closed jjimenezshaw closed 7 years ago

jjimenezshaw commented 7 years ago

Since github.io is https for new accounts, the links inside must be also secure. I replace the http://cdn.leafletjs.com/leaflet/v1.0.3/leaflet-src.js with https://unpkg.com/leaflet@1.0.3/dist/leaflet-src.js, the one sugested by github.

jieter commented 7 years ago

@jjimenezshaw thanks!

jjimenezshaw commented 7 years ago

@jieter You are welcome :)