Update config.js

This commit is contained in:
stebifan 2019-05-07 16:39:07 +02:00 committed by GitHub
parent 8a89c0f5db
commit e083ed13a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>' 'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>'
} }
}, },