Use own hosted osm tileserver for admin

This commit is contained in:
Keannu Bernasol 2023-09-09 20:48:02 +08:00
parent 122938a8b5
commit 8d88424159

View file

@ -259,5 +259,6 @@ LEAFLET_CONFIG = {
'DEFAULT_ZOOM': 19, 'DEFAULT_ZOOM': 19,
'MAX_ZOOM': 20, 'MAX_ZOOM': 20,
'MIN_ZOOM': 3, 'MIN_ZOOM': 3,
'SCALE': 'both' 'SCALE': 'both',
'TILES': 'https://openstreetmap.keannu1.duckdns.org/tile/{z}/{x}/{y}.png'
} }