mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
const config = {
|
|
osmMention:'© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
|
showHighPower : true,
|
|
overrideQuery : true,
|
|
initialZoom : 12
|
|
}
|
|
export default config
|