minor changes
This commit is contained in:
parent
f2260b3a76
commit
9f541916e3
|
|
@ -10,6 +10,9 @@
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
<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-draw/dist/leaflet.draw.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet-routing-machine/dist/leaflet-routing-machine.css" />
|
<link rel="stylesheet" href="https://unpkg.com/leaflet-routing-machine/dist/leaflet-routing-machine.css" />
|
||||||
|
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body, html {
|
body, html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -43,7 +46,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</style>
|
</style>
|
||||||
{% load static %}
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<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-control-geocoder/dist/Control.Geocoder.js"></script>
|
||||||
<script src="https://unpkg.com/leaflet-draw/dist/leaflet.draw.js"></script>
|
<script src="https://unpkg.com/leaflet-draw/dist/leaflet.draw.js"></script>
|
||||||
<!-- Scripts with helper functions -->
|
<!-- Scripts with helper functions -->
|
||||||
<script src="sidebar.js"></script>
|
|
||||||
|
<!-- <script src="sidebar.js"></script>
|
||||||
<script src="shapes_on_map.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>
|
<script>
|
||||||
// Initialize the map centered on Toruń, Poland
|
// Initialize the map centered on Toruń, Poland
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user