Skip to content

Commit e348139

Browse files
committed
Use preferred tile.osm.org URL
1 parent 42ea4e6 commit e348139

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

www/whodidit.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ function init() {
2525
map = new OpenLayers.Map('map', {displayProjection: epsg4326});
2626

2727
map.addLayer(new OpenLayers.Layer.OSM('OpenStreetMap', [
28-
'https://a.tile.openstreetmap.org/${z}/${x}/${y}.png',
29-
'https://b.tile.openstreetmap.org/${z}/${x}/${y}.png',
30-
'https://c.tile.openstreetmap.org/${z}/${x}/${y}.png'
31-
])); //Standard mapnik tiles
28+
'https://tile.openstreetmap.org/${z}/${x}/${y}.png'
29+
]));
3230
map.baseLayer.attribution = '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors';
3331

3432
permalink = new OpenLayers.Control.Permalink('permalink', null, {createParams: myCreateArgs});

0 commit comments

Comments
 (0)