]> git.openstreetmap.org Git - rails.git/commitdiff
Add KSJ2 tags to uninteresting list
authorPaul Norman <penorman@mac.com>
Thu, 6 Nov 2014 21:02:17 +0000 (13:02 -0800)
committerTom Hughes <tom@compton.nu>
Fri, 7 Nov 2014 08:20:40 +0000 (08:20 +0000)
The KSJ2 tags often appear on nodes with no interesting tags
as import cruft.

app/assets/javascripts/index/query.js

index b0fdd54ef0f6142fbd10add885d8bc49e6a50b1f..d0e9cc299e999058d9c4743aea95cba74f9adc36 100644 (file)
@@ -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 = {