2024-12-31 22:56:45 +01:00
|
|
|
const lcm_config = {
|
2025-04-18 17:53:07 +02:00
|
|
|
osmMention: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
|
|
|
showHighPower: true,
|
|
|
|
overrideQuery: true,
|
|
|
|
initialZoom: 12,
|
|
|
|
hide_osmose_markers_if_close_to_existing_charging_stations: true,
|
|
|
|
hide_osmose_markers_if_close_to_existing_charging_stations_distance: 5, // meters
|
|
|
|
|
|
|
|
max_possible_station_output: 400,
|
|
|
|
tileServers: {
|
|
|
|
osm: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
|
|
|
cycle: 'https://{s}.tile.thunderforest.org/cycle/{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-28 17:00:21 +01:00
|
|
|
},
|
|
|
|
tags_to_display_in_popup: [
|
2024-12-31 23:27:19 +01:00
|
|
|
'description',
|
2024-12-28 17:00:21 +01:00
|
|
|
'name',
|
|
|
|
'capacity',
|
|
|
|
'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',
|
|
|
|
]
|
2025-04-18 17:53:07 +02:00
|
|
|
}
|
2024-12-28 17:00:21 +01:00
|
|
|
|
2024-12-31 22:56:45 +01:00
|
|
|
export default lcm_config
|