Skip to content

Commit ab5c37d

Browse files
committed
tile.osm.org no longer needs subdomains, with http/s it is faster without
1 parent 9c782ca commit ab5c37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var options = {
4747
limit: 10,
4848
};
4949
var control = L.Control.openCageGeocoding(options).addTo(map);
50-
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
50+
L.tileLayer('http://tile.osm.org/{z}/{x}/{y}.png', {
5151
attribution:
5252
'&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
5353
}).addTo(map);

0 commit comments

Comments
 (0)