add test and split codebase

This commit is contained in:
Tykayn 2024-12-17 11:53:02 +01:00 committed by tykayn
parent 0614feaa03
commit be0ea5263c
8 changed files with 6928 additions and 117 deletions

7
js/config.js Normal file
View file

@ -0,0 +1,7 @@
const config = {
osmMention:'&copy; <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
showHighPower : true,
overrideQuery : true,
initialZoom : 12
}
export default config