mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Don't treat various source tags as descriptive tags
This commit is contained in:
@@ -2,7 +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('tiger:') !== 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user