From 5d7ddea4dfc822de7474bc172d646ac1aa03c72b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 4 Oct 2012 17:55:53 +0100 Subject: [PATCH] Remove redundant parameters from embedded map constructor --- public/export/embed.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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'; -- 2.43.2