mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
6 lines
106 B
Python
6 lines
106 B
Python
MIN_LATITUDE = -90.0
|
|
MAX_LATITUDE = 90.0
|
|
MIN_LONGITUDE = -180.0
|
|
MAX_LONGITUDE = 180.0
|
|
CACHE_DIR = "cache"
|