Skip to content

Commit

Permalink
Merge pull request #27 from davidpiesse/patch-1
Browse files Browse the repository at this point in the history
Add https to OSM layer
  • Loading branch information
JamesLMilner authored Sep 7, 2017
2 parents 70cd700 fd580f5 commit 082b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/leaflet/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ var labelEngine;

// Leaflet map
var map = L.map("map").setView([0, 0], 6);
L.tileLayer("//tile.osm.org/{z}/{x}/{y}.png", {
L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
attribution: "&copy; <a href=\"https://osm.org/copyright\">OpenStreetMap</a> contributors"
}).addTo(map);

Expand Down

0 comments on commit 082b068

Please sign in to comment.