X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6c8845d62fdb3768647ad6fdcb356bf0e6a33302..ec6f14df0ce68192b9815a3895d1cc2737f23b6b:/public/export/embed.html
diff --git a/public/export/embed.html b/public/export/embed.html
index c638725ad..c0036b632 100644
--- a/public/export/embed.html
+++ b/public/export/embed.html
@@ -32,34 +32,26 @@
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';
var args = OpenLayers.Util.getParameters();
if (!args.layer || args.layer == "mapnik" || args.layer == "osmarender") {
var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", {
- displayOutsideMaxExtent: true,
wrapDateLine: true,
attribution: attribution
});
map.addLayer(mapnik);
} else if (args.layer == "cyclemap" || args.layer == "cycle map") {
var cyclemap = new OpenLayers.Layer.OSM.CycleMap("Cycle Map", {
- displayOutsideMaxExtent: true,
wrapDateLine: true,
attribution: attribution
});
map.addLayer(cyclemap);
} else if (args.layer == "transportmap") {
var transportmap = new OpenLayers.Layer.OSM.TransportMap("Transport Map", {
- displayOutsideMaxExtent: true,
wrapDateLine: true,
attribution: attribution
});
@@ -70,7 +62,6 @@
"http://otile2.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png",
"http://otile3.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png",
"http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"], {
- displayOutsideMaxExtent: true,
wrapDateLine: true,
attribution: "Tiles courtesy of MapQuest "
});