Add Coordinates for OSM Module

This commit is contained in:
Bastian 2022-05-05 15:44:36 +00:00
parent 9557961335
commit 2e1d8fe605
1 changed files with 12 additions and 0 deletions

View File

@ -52,5 +52,17 @@
},
},
},
config_mode = {
geo_location = {
show_altitude = false,
osm = {
center = {
lat = 49.01384173771134,
lon = 12.096109539536478,
},
zoom = 12,
},
},
},
}
-- vim: set ft=lua:ts=2:sw=2:et