mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Adjust matchscore, feature filters to boost physical tags over boundary
(closes #6162)
This commit is contained in:
@@ -138,7 +138,13 @@ export function rendererFeatures(context) {
|
||||
) && !(
|
||||
traffic_roads[tags.highway] ||
|
||||
service_roads[tags.highway] ||
|
||||
paths[tags.highway]
|
||||
paths[tags.highway] ||
|
||||
tags.waterway ||
|
||||
tags.railway ||
|
||||
tags.landuse ||
|
||||
tags.natural ||
|
||||
tags.building ||
|
||||
tags.power
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user