fixed merge error
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<picture>
|
<picture>
|
||||||
<img src="http://assets.velend.eu:2052/assets/velend_eu-tltmap/velendeulogo.jpg" alt="velendeulogojpg" style="width:auto";>
|
<img src="http://assets.velend.eu:2052/assets/velend_eu-tltmap/velendeulogo.jpg" alt="velendeulogojpg" style="float: right; margin-left: 15px; width: 25%;";>
|
||||||
</picture>
|
</picture>
|
||||||
<h2>TLT Location Finder</h2>
|
<h2>TLT Location Finder</h2>
|
||||||
<form id="search-form">
|
<form id="search-form">
|
||||||
@ -58,7 +58,6 @@
|
|||||||
|
|
||||||
map.addLayer(mapnik);
|
map.addLayer(mapnik);
|
||||||
map.setCenter(position, zoom);
|
map.setCenter(position, zoom);
|
||||||
|
|
||||||
|
|
||||||
// Function to handle form submission
|
// Function to handle form submission
|
||||||
document.getElementById('search-form').addEventListener('submit', function (event) {
|
document.getElementById('search-form').addEventListener('submit', function (event) {
|
||||||
|
Reference in New Issue
Block a user