From: Paul Norman Date: Thu, 6 Nov 2014 21:02:17 +0000 (-0800) Subject: Add KSJ2 tags to uninteresting list X-Git-Tag: live~4294^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/758e6da9a80e2e53a171ebc3119f813f8ff4141c Add KSJ2 tags to uninteresting list The KSJ2 tags often appear on nodes with no interesting tags as import cruft. --- diff --git a/app/assets/javascripts/index/query.js b/app/assets/javascripts/index/query.js index b0fdd54ef..d0e9cc299 100644 --- a/app/assets/javascripts/index/query.js +++ b/app/assets/javascripts/index/query.js @@ -4,7 +4,7 @@ OSM.Query = function(map) { var protocol = document.location.protocol === "https:" ? "https:" : "http:", url = protocol + OSM.OVERPASS_URL, queryButton = $(".control-query .control-button"), - uninterestingTags = ['source', 'source_ref', 'source:ref', 'history', 'attribution', 'created_by', 'tiger:county', 'tiger:tlid', 'tiger:upload_uuid'], + uninterestingTags = ['source', 'source_ref', 'source:ref', 'history', 'attribution', 'created_by', 'tiger:county', 'tiger:tlid', 'tiger:upload_uuid', 'KSJ2:curve_id', 'KSJ2:lat', 'KSJ2:lon', 'KSJ2:coordinate', 'KSJ2:filename', 'note:ja'], marker; var featureStyle = {