summaryrefslogtreecommitdiff
path: root/htdocs/streeteditor.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/streeteditor.js')
-rw-r--r--htdocs/streeteditor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/htdocs/streeteditor.js b/htdocs/streeteditor.js
index 6cc8e18..2d9f074 100644
--- a/htdocs/streeteditor.js
+++ b/htdocs/streeteditor.js
@@ -94,7 +94,6 @@ if (editor_mode) {
window.addEventListener("mouseup", onDragEnd, false); // Workaround as polyline.on(dragend, ) doesn't seem to work
// Configure map for better editing
- document.getElementById('mapid').classList.add("no-aa");
mymap.setMaxZoom(14);
mymap.off('click', onMapClick);