minor changes

This commit is contained in:
Jan Kiljanski 2024-06-11 20:53:52 +02:00
parent f2260b3a76
commit 9f541916e3
7 changed files with 10 additions and 3 deletions

View File

@ -10,6 +10,9 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet-draw/dist/leaflet.draw.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet-routing-machine/dist/leaflet-routing-machine.css" />
{% load static %}
<style>
body, html {
height: 100%;
@ -43,7 +46,6 @@
}
</style>
</style>
{% load static %}
</head>
<body>
<div class="sidebar">
@ -105,9 +107,14 @@
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<script src="https://unpkg.com/leaflet-draw/dist/leaflet.draw.js"></script>
<!-- Scripts with helper functions -->
<script src="sidebar.js"></script>
<!-- <script src="sidebar.js"></script>
<script src="shapes_on_map.js"></script>
<script src="parsing_files.js"></script>
<script src="parsing_files.js"></script> -->
<script src="{%static 'pt_map/sidebar.js'%}"></script>
<script src="{%static 'pt_map/shapes_on_map.js'%}"></script>
<script src="{%static 'pt_map/parsing_files.js'"%}></script>
<script>
// Initialize the map centered on Toruń, Poland