]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/js/nominatim-ui.js
HTML map: new button -show map bounds- in top right corner
[nominatim.git] / website / js / nominatim-ui.js
index 9622f821c56720650d73c3d059986588d9c01d8b..d1cd4548badf8b0bee5f65cab146ab54b8b8f615 100644 (file)
@@ -31,7 +31,7 @@ jQuery(document).on('ready', function(){
 
        var MapPositionControl = L.Control.extend({
                        options: {
-                                       position: 'bottomright'
+                                       position: 'topright'
                        },
 
                        onAdd: function (map) {