X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8b79f7ff0fb6e950a8ba4f243caca8503ef1f93e..c102580baa225ea5f8834d99f5a35c7010aa726a:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 9f6e4f32b..e9e8901d8 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -124,7 +124,7 @@ this.src = OpenLayers.Util.getImagesLocation() + "404.png"; } map = new OpenLayers.Map( "map", - {maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxZoomLevel:18, maxResolution:156543, units:'meters', projection: "EPSG:41001"} ); + {maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxZoomLevel:18, maxResolution:156543, units:'m', projection: "EPSG:41001"} ); layer = new OpenLayers.Layer.TMS( "Mapnik", "http://tile.openstreetmap.org/", {type:'png', getURL:getTileURL} ); map.addLayer(layer); layer = new OpenLayers.Layer.TMS( "Osmarender", "http://dev.openstreetmap.org/~ojw/Tiles/tile.php/", {type:'png', getURL:getTileURL} ); @@ -181,7 +181,7 @@ var box = document.getElementById( 'highlightinfo' ); box.innerHTML = html; closePopup(); - popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth + 100, box.offsetHeight + 20 ), html, OpenLayers.Marker.defaultIcon(), true ); + popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth, box.offsetHeight ), html, OpenLayers.Marker.defaultIcon(), true ); map.addPopup( popup ); }