From 8d884241595b4f8cb395cbe76354bdcc4fdeb4eb Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 9 Sep 2023 20:48:02 +0800 Subject: [PATCH] Use own hosted osm tileserver for admin --- stude/config/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stude/config/settings.py b/stude/config/settings.py index 07721d2..69542e6 100644 --- a/stude/config/settings.py +++ b/stude/config/settings.py @@ -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' }