Add KSJ2 tags to uninteresting list

The KSJ2 tags often appear on nodes with no interesting tags
as import cruft.
This commit is contained in:
Paul Norman 2014-11-06 13:02:17 -08:00 committed by Tom Hughes
parent 6b09732854
commit 758e6da9a8

View file

@ -4,7 +4,7 @@ OSM.Query = function(map) {
var protocol = document.location.protocol === "https:" ? "https:" : "http:", var protocol = document.location.protocol === "https:" ? "https:" : "http:",
url = protocol + OSM.OVERPASS_URL, url = protocol + OSM.OVERPASS_URL,
queryButton = $(".control-query .control-button"), 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; marker;
var featureStyle = { var featureStyle = {