mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
HTML map: new button -show map bounds- in top right corner
This commit is contained in:
@@ -53,7 +53,7 @@ form label {
|
||||
#map-position {
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
right: 20px;
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
|
||||
@@ -31,7 +31,7 @@ jQuery(document).on('ready', function(){
|
||||
|
||||
var MapPositionControl = L.Control.extend({
|
||||
options: {
|
||||
position: 'bottomright'
|
||||
position: 'topright'
|
||||
},
|
||||
|
||||
onAdd: function (map) {
|
||||
|
||||
Reference in New Issue
Block a user