X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/075846bdff73e51251b0a8c7b39a756c85dda8dd..d04e3ac9f86d04fbb30a71d5d10f59bd70a25d9e:/public/export/embed.html
diff --git a/public/export/embed.html b/public/export/embed.html
index f3dab11bf..3559f8f35 100644
--- a/public/export/embed.html
+++ b/public/export/embed.html
@@ -1,112 +1,67 @@
+
+
+ OpenStreetMap Embedded
-
-
-
+
+
- function init(){
- OpenLayers.Lang.en.permalink = "Larger Map";
- map = new OpenLayers.Map ("map", {
- controls: [
- new OpenLayers.Control.Attribution(),
- new OpenLayers.Control.ArgParser(),
- new OpenLayers.Control.Navigation(),
- new OpenLayers.Control.Permalink(null, "http://openstreetmap.org/", { updateLink: localUpdateLink })
- ],
- 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")
- });
+
+
+
-
-
-