summaryrefslogtreecommitdiff
path: root/htdocs/streeteditor.js
diff options
context:
space:
mode:
authorMarkus Koch <markus@notsyncing.net>2020-04-20 00:02:28 +0200
committerMarkus Koch <markus@notsyncing.net>2020-04-20 00:02:28 +0200
commitbe16cf2f6e4548d3ba6f0554202c921b0c90b5a5 (patch)
tree1599a9c6552e43c049363840e8fdf7fba401b955 /htdocs/streeteditor.js
parentb2958f15d7534e50c8ac457c2e67e29aba868264 (diff)
downloadlifomapserver-be16cf2f6e4548d3ba6f0554202c921b0c90b5a5.tar.gz
lifomapserver-be16cf2f6e4548d3ba6f0554202c921b0c90b5a5.tar.bz2
lifomapserver-be16cf2f6e4548d3ba6f0554202c921b0c90b5a5.zip
Automatically disable anti-aliasing on high zoom levelsHEADmaster
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);