Added mapview module

This commit is contained in:
Mark Qvist 2023-10-19 15:01:17 +02:00
parent 4a6dfa4a47
commit 404649f805
13 changed files with 2407 additions and 0 deletions

View file

@ -0,0 +1,5 @@
MIN_LATITUDE = -90.0
MAX_LATITUDE = 90.0
MIN_LONGITUDE = -180.0
MAX_LONGITUDE = 180.0
CACHE_DIR = "cache"