X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5d7ddea4dfc822de7474bc172d646ac1aa03c72b..d04e3ac9f86d04fbb30a71d5d10f59bd70a25d9e:/public/export/embed.html
diff --git a/public/export/embed.html b/public/export/embed.html
index 997893693..3559f8f35 100644
--- a/public/export/embed.html
+++ b/public/export/embed.html
@@ -7,7 +7,7 @@
html {
width: 100%;
height: 100%;
- }
+ }
body {
width: 100%;
height: 100%;
@@ -17,87 +17,51 @@
width: 100%;
height: 100%;
}
- .olControlAttribution {
- bottom: 3px!important;
- }
-
-
-
+
+
- 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
- });
- map.addLayer(transportmap);
- } else if (args.layer == "mapquest") {
- var mapquestmap = new OpenLayers.Layer.OSM("MapQuest Open Map", [
- "http://otile1.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png",
- "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 "
- });
- map.addLayer(mapquestmap);
- }
+