mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
Don't treat source_ref subtags as descriptive tags
This commit is contained in:
+1
-1
@@ -2,9 +2,9 @@ export function osmIsInterestingTag(key) {
|
||||
return key !== 'attribution' &&
|
||||
key !== 'created_by' &&
|
||||
key !== 'source' &&
|
||||
key !== 'source_ref' &&
|
||||
key !== 'odbl' &&
|
||||
key.indexOf('source:') !== 0 &&
|
||||
key.indexOf('source_ref') !== 0 && // purposely exclude colon
|
||||
key.indexOf('tiger:') !== 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user