mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Remove accidental mismatch of "PAMAP" (#8889)
This commit is contained in:
@@ -8,7 +8,7 @@ export function validationIncompatibleSource() {
|
||||
const incompatibleRules = [
|
||||
{
|
||||
id: 'amap',
|
||||
regex: /(amap|autonavi|mapabc|高德)/i
|
||||
regex: /(^amap$|^amap\.com|autonavi|mapabc|高德)/i
|
||||
},
|
||||
{
|
||||
id: 'baidu',
|
||||
|
||||
Reference in New Issue
Block a user