Skip to content

Commit

Permalink
Add KSJ2 tags to uninteresting list
Browse files Browse the repository at this point in the history
The KSJ2 tags often appear on nodes with no interesting tags
as import cruft.
  • Loading branch information
pnorman authored and tomhughes committed Nov 7, 2014
1 parent 6b09732 commit 758e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/index/query.js
Expand Up @@ -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 = {
Expand Down

0 comments on commit 758e6da

Please sign in to comment.