UI: allow copy&pasting lat,lon into the lat search field

This commit is contained in:
marc tobias
2017-10-21 14:28:28 +02:00
parent 3cee2d185d
commit 2361ca2c71
2 changed files with 16 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
<input name="format" type="hidden" value="html">
lat
<input name="lat" type="text" class="form-control input-sm" placeholder="latitude" value="<?php echo $fLat; ?>" >
<button class="btn btn-default btn-xs" id="switch-coords" title="switch lat and lon">&lt;&gt;</button>
<a href="#" class="btn btn-default btn-xs" id="switch-coords" title="switch lat and lon">&lt;&gt;</a>
lon
<input name="lon" type="text" class="form-control input-sm" placeholder="longitude" value="<?php echo $fLon; ?>" >
max zoom