mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-16 22:09:25 +08:00
Use own hosted osm tileserver for admin
This commit is contained in:
parent
122938a8b5
commit
8d88424159
1 changed files with 2 additions and 1 deletions
|
@ -259,5 +259,6 @@ LEAFLET_CONFIG = {
|
|||
'DEFAULT_ZOOM': 19,
|
||||
'MAX_ZOOM': 20,
|
||||
'MIN_ZOOM': 3,
|
||||
'SCALE': 'both'
|
||||
'SCALE': 'both',
|
||||
'TILES': 'https://openstreetmap.keannu1.duckdns.org/tile/{z}/{x}/{y}.png'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue