mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove service road exception for adding highway=crossing during crossing way fix (re: #5976)
This commit is contained in:
@@ -147,7 +147,7 @@ export function validationCrossingWays() {
|
||||
path: true, footway: true, cycleway: true, bridleway: true,
|
||||
pedestrian: true, steps: true, corridor: true
|
||||
};
|
||||
var nonCrossingHighways = { service: true, track: true };
|
||||
var nonCrossingHighways = { track: true };
|
||||
|
||||
function tagsForConnectionNodeIfAllowed(entity1, entity2) {
|
||||
var featureType1 = getFeatureTypeForTags(entity1.tags);
|
||||
|
||||
Reference in New Issue
Block a user