Skip to content

Commit

Permalink
HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Sep 4, 2017
1 parent 96449fe commit 003fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/esri-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("http://{s}.tile.osm.org/{z}/{x}/{y}.png", {
L.tileLayer("//{s}.tile.osm.org/{z}/{x}/{y}.png", {
attribution: "&copy; <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
}).addTo(map);

Expand Down

0 comments on commit 003fa4a

Please sign in to comment.