mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
use lodash-es everywhere, replace custom clamp methods with lodash
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ export function isColourValid(value) {
|
||||
}
|
||||
|
||||
// https://wiki.openstreetmap.org/wiki/Special:WhatLinksHere/Property:P44
|
||||
export var osmMutuallyExclusiveTagPairs = [
|
||||
export const osmMutuallyExclusiveTagPairs = [
|
||||
['noname', 'name'],
|
||||
['noref', 'ref'],
|
||||
['nohousenumber', 'addr:housenumber'],
|
||||
|
||||
Reference in New Issue
Block a user