mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Don't suggest connection fix for highway-building crossings (re: #5891)
This commit is contained in:
@@ -193,7 +193,6 @@ export function validationCrossingWays() {
|
||||
} else {
|
||||
var featureTypes = [featureType1, featureType2];
|
||||
if (featureTypes.indexOf('highway') !== -1) {
|
||||
if (featureTypes.indexOf('building') !== -1) return {};
|
||||
if (featureTypes.indexOf('railway') !== -1) {
|
||||
if (pathHighways.indexOf(entity1.tags.highway) !== -1 ||
|
||||
pathHighways.indexOf(entity2.tags.highway) !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user