forked from hans/Nominatim
UI: allow copy&pasting lat,lon into the lat search field
This commit is contained in:
@@ -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"><></button>
|
||||
<a href="#" class="btn btn-default btn-xs" id="switch-coords" title="switch lat and lon"><></a>
|
||||
lon
|
||||
<input name="lon" type="text" class="form-control input-sm" placeholder="longitude" value="<?php echo $fLon; ?>" >
|
||||
max zoom
|
||||
|
||||
Reference in New Issue
Block a user