all visible lat/lng coordinates are truncated after 6 digits (this

includes inputboxes, osmbugs link, route link, gpx link),
moved all events from html to javascript
This commit is contained in:
shiin
2012-04-08 19:50:30 +02:00
parent 13f0a3fb6b
commit 0fd8d4d8cf
9 changed files with 90 additions and 61 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ supported_languages: ["en", "de"],
init: function() {
// create dropdown menu
var select = document.createElement('select');
select.id = "language-toggle";
select.id = "gui-language-toggle";
select.onchange = function() { OSRM.Localization.change(this.value); };
// fill dropdown menu