mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
add oneway to list of attribute-only tag (#10706)
This commit is contained in:
@@ -9,7 +9,7 @@ export function validationMissingTag(context) {
|
||||
var type = 'missing_tag';
|
||||
|
||||
function hasDescriptiveTags(entity) {
|
||||
var onlyAttributeKeys = ['description', 'name', 'note', 'start_date'];
|
||||
var onlyAttributeKeys = ['description', 'name', 'note', 'start_date', 'oneway'];
|
||||
var entityDescriptiveKeys = Object.keys(entity.tags)
|
||||
.filter(function(k) {
|
||||
if (k === 'area' || !osmIsInterestingTag(k)) return false;
|
||||
|
||||
Reference in New Issue
Block a user