minor fixes
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
<script src="{%static 'pt_map/sidebar.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/shapes_on_map.js'%}"></script>
|
||||||
<script src="{%static 'pt_map/parsing_files.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
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function importGTFS() {
|
function importGTFS() {
|
||||||
//imported_data = JSON.parse('{{ data }}');
|
imported_data = JSON.parse('{{ data }}');
|
||||||
alert("Import existing GTFS clicked");
|
alert("Import existing GTFS clicked");
|
||||||
// Logic to import existing GTFS would go here
|
// Logic to import existing GTFS would go here
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user