mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 06:50:53 -04:00
Added mapview module
This commit is contained in:
parent
4a6dfa4a47
commit
404649f805
13 changed files with 2407 additions and 0 deletions
5
sbapp/mapview/constants.py
Normal file
5
sbapp/mapview/constants.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
MIN_LATITUDE = -90.0
|
||||
MAX_LATITUDE = 90.0
|
||||
MIN_LONGITUDE = -180.0
|
||||
MAX_LONGITUDE = 180.0
|
||||
CACHE_DIR = "cache"
|
Loading…
Add table
Add a link
Reference in a new issue