Update config.js
This commit is contained in:
parent
8a89c0f5db
commit
e083ed13a7
@ -27,10 +27,9 @@ module.exports = function () {
|
|||||||
{
|
{
|
||||||
'name': 'OSM',
|
'name': 'OSM',
|
||||||
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
|
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
|
||||||
'url': 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
'url': 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||||
'config': {
|
'config': {
|
||||||
'maxZoom': 20,
|
'maxZoom': 20,
|
||||||
'subdomains': '1234',
|
|
||||||
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>'
|
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user