node.style.fontStyle = 'italic';
}
}
-
+
node = document.getElementById("historyanchor");
if (node) {
if (zoom >= 11) {
typeof minlat == "number" &&
typeof maxlon == "number" &&
typeof maxlat == "number") {
-
+
minlon = Math.round(minlon * decimals) / decimals;
minlat = Math.round(minlat * decimals) / decimals;
maxlon = Math.round(maxlon * decimals) / decimals;
maxlat = Math.round(maxlat * decimals) / decimals;
args.bbox = minlon + "," + minlat + "," + maxlon + "," + maxlat;
}
-
+
node.href = setArgs("/history", args);
node.style.fontStyle = 'normal';
} else {
if (layers && (layers != "B000FTF") && (layers != "B000FTFT")) {
args["layers"] = layers;
}
+ else {
+ delete args["layers"];
+ }
// Here we're assuming that all parameters but ?layers= and
// ?{node,way,relation}= can be safely omitted from the shortlink
if (window.location.hostname.match(/^www\.openstreetmap\.org/i)) {
return "http://osm.org";
} else {
- return "";
+ return "";
}
}
for (var key in keys) {
var re_key = '\\[\\[' + key + '\\]\\]';
var re = new RegExp(re_key, "g");
-
+
string = string.replace(re, keys[key]);
}
-
+
return string;
-}
+}
function makeShortCode(lat, lon, zoom) {
char_array = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_@";