Don't suggest connection fix for highway-building crossings (re: #5891)

This commit is contained in:
Quincy Morgan
2019-02-18 10:12:47 -05:00
parent e48f8cfc48
commit 7021985aec
-1
View File
@@ -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) {