mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Include low-frequency tag values if they have a wiki entry
This commit is contained in:
@@ -55,7 +55,7 @@ iD.taginfo = function() {
|
||||
}
|
||||
|
||||
function popularValues() {
|
||||
return function(d) { return parseFloat(d.fraction) > 0.01; };
|
||||
return function(d) { return parseFloat(d.fraction) > 0.01 || d.in_wiki; };
|
||||
}
|
||||
|
||||
function valKey(d) { return { value: d.key }; }
|
||||
|
||||
Reference in New Issue
Block a user