mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Fix bug that was causing google validation warnings to appear over changesets with the approved google africa building dataset.
This commit is contained in:
@@ -17,7 +17,7 @@ export function validationIncompatibleSource() {
|
||||
{
|
||||
id: 'google',
|
||||
regex: /google/i,
|
||||
exceptRegex: /((books|drive)\.google|google\s?(books|drive|plus))/i
|
||||
exceptRegex: /((books|drive)\.google|google\s?(books|drive|plus))|(esri\/Google_Africa_Buildings)/i
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user