X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f2ae082a1f360c25621f73dd872c746659c61ef2..1120eb77ffab476d9f5de589691d555ba64b8da1:/public/export/embed.html?ds=inline
diff --git a/public/export/embed.html b/public/export/embed.html
index 76ad24a4e..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")
- });
+
+
+
-
-
-