Skip to content

Commit

Permalink
Use recommended osm tile url
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper authored and nyalldawson committed Jan 9, 2023
1 parent 0e533cd commit 7a5a13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developersmap.html
Expand Up @@ -20,7 +20,7 @@
<body>
<div id="developers-map"></div>
<script>
var developersMapTiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
var developersMapTiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZooom: 18,
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
});
Expand Down

0 comments on commit 7a5a13a

Please sign in to comment.