From bb59e89854612b1345cfe0ec3728d086f3e2df28 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 22 Jun 2022 20:28:59 +0200 Subject: [PATCH] Enable automatic conflation in the GRB theme --- assets/themes/grb_import/grb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/grb_import/grb.json b/assets/themes/grb_import/grb.json index 9ec8c5b06..d5875d0d4 100644 --- a/assets/themes/grb_import/grb.json +++ b/assets/themes/grb_import/grb.json @@ -700,7 +700,7 @@ "override": { "calculatedTags": [ "_overlapping=Number(feat.properties.zoom) >= 16 ? feat.overlapWith('grb').map(ff => ff.feat.properties) : undefined", - "_applicable=feat.get('_overlapping')?.filter(p => (p._imported_osm_object_found !== 'true' && p._intersects_with_other_features === ''))?.map(p => p.id)", + "_applicable=feat.get('_overlapping')?.filter(p => (p._imported_osm_object_found === 'true' || p._intersects_with_other_features === ''))?.map(p => p.id)", "_applicable_count=feat.get('_applicable')?.length" ], "tagRenderings": [