feat: Use own style to make use of selfhosted versatiles server
This commit is contained in:
parent
70e105eb22
commit
6f10bfca80
@ -11,9 +11,10 @@
|
|||||||
|
|
||||||
<!-- start map -->
|
<!-- start map -->
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
let map = new maplibregl.Map({
|
let map = new maplibregl.Map({
|
||||||
container: 'map',
|
container: 'map',
|
||||||
style: '{% settings_value "MAP_TILE_SERVER" %}/assets/styles/colorful.json',
|
style: '{% static "/fellchensammlung/map/styles/colorful.json" %}',
|
||||||
center: [10.49, 50.68],
|
center: [10.49, 50.68],
|
||||||
zoom: 5
|
zoom: 5
|
||||||
}).addControl(new maplibregl.NavigationControl());
|
}).addControl(new maplibregl.NavigationControl());
|
||||||
|
Loading…
Reference in New Issue
Block a user