2024-12-17 11:53:02 +01:00
|
|
|
const config = {
|
|
|
|
osmMention:'© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
|
|
|
showHighPower : true,
|
|
|
|
overrideQuery : true,
|
2024-12-22 23:39:17 +01:00
|
|
|
initialZoom : 12,
|
|
|
|
tileServers:{
|
|
|
|
osm : 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
|
|
|
cycle : 'https://{s}.tile.opencyclemap.org/{z}/{x}/{y}.png',
|
|
|
|
cartodb : 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
|
|
|
|
stamen : 'https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png',
|
|
|
|
transport : 'https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png'
|
|
|
|
}
|
2024-12-17 11:53:02 +01:00
|
|
|
}
|
|
|
|
export default config
|