libre-charge-map/js/config.js

44 lines
1.1 KiB
JavaScript
Raw Normal View History

2024-12-17 11:53:02 +01:00
const config = {
osmMention:'&copy; <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',
2024-12-23 00:02:46 +01:00
cycle : 'https://{s}.tile.thunderforest.org/{z}/{x}/{y}.png',
2024-12-22 23:39:17 +01:00
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-28 17:00:21 +01:00
},
tags_to_display_in_popup: [
'name',
'capacity',
'description',
'date_start',
'charging_station:output',
'socket:type_2',
'socket:type2:output',
'socket:typee',
'socket:typee:output',
'socket:type2_combo',
'socket:type2_combo:output',
'socket:chademo',
'operator', 'ref:EU:EVSE',
'network',
'opening_hours',
'contact',
'phone',
'contact:phone',
'website',
'contact:website',
'ref',
'fee',
'payment',
'payment:contactless',
'authentication:app',
'authentication:debit_card',
]
}
2024-12-17 11:53:02 +01:00
export default config