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:
parent
6b09732854
commit
758e6da9a8
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue