We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c782ca commit ab5c37dCopy full SHA for ab5c37d
README.md
@@ -47,7 +47,7 @@ var options = {
47
limit: 10,
48
};
49
var control = L.Control.openCageGeocoding(options).addTo(map);
50
-L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+L.tileLayer('http://tile.osm.org/{z}/{x}/{y}.png', {
51
attribution:
52
'© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
53
}).addTo(map);
0 commit comments