Update config.js

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

View File

@ -29,7 +29,7 @@ module.exports = function () {
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
'url': 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
'config': {
'maxZoom': 20,
'maxZoom': 19,
'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>'
}
},