Remove unused code

This commit is contained in:
Edward Betts 2021-05-15 15:28:09 +02:00
parent e8a2ac4c39
commit 3c19d06b1b
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@
var start_lat = {{ lat | tojson }};
var start_lng = {{ lng | tojson }};
var zoom = {{ zoom | tojson }};
var bbox_list = {{ (bbox_list or []) | tojson }};
</script>
<script src="https://unpkg.com/axios@latest"></script>