Sideband_CE/sbapp/mapview/constants.py

6 lines
106 B
Python
Raw Normal View History

2023-10-19 15:01:17 +02:00
MIN_LATITUDE = -90.0
MAX_LATITUDE = 90.0
MIN_LONGITUDE = -180.0
MAX_LONGITUDE = 180.0
CACHE_DIR = "cache"