From: Tom Hughes Date: Thu, 4 Oct 2012 16:55:53 +0000 (+0100) Subject: Remove redundant parameters from embedded map constructor X-Git-Tag: live~5845 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/5d7ddea4dfc822de7474bc172d646ac1aa03c72b?ds=sidebyside Remove redundant parameters from embedded map constructor --- diff --git a/public/export/embed.html b/public/export/embed.html index c638725ad..997893693 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -32,13 +32,8 @@ new OpenLayers.Control.Attribution(), new OpenLayers.Control.Navigation() ], - maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34, - 20037508.34,20037508.34), numZoomLevels: 20, - maxResolution: 156543.0339, - displayProjection: new OpenLayers.Projection("EPSG:4326"), - units: 'm', - projection: new OpenLayers.Projection("EPSG:900913") + displayProjection: new OpenLayers.Projection("EPSG:4326") }); var attribution = '© OpenStreetMap and contributors, under an open license';