Skip to content

Commit db81bff

Browse files
Update fieldwork.html
1 parent 329d4cf commit db81bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fieldwork.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3>Field Data Collection Example</h3>
5858
var lat = 0;
5959
var lon = 0;
6060

61-
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
61+
L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
6262
maxZoom: 18,
6363
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
6464
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +

0 commit comments

Comments
 (0)