forked from MapComplete/MapComplete
		
	Enable automatic conflation in the GRB theme
This commit is contained in:
		
							parent
							
								
									5370fb7c6d
								
							
						
					
					
						commit
						a839e6e820
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -700,7 +700,7 @@
 | 
				
			||||||
      "override": {
 | 
					      "override": {
 | 
				
			||||||
        "calculatedTags": [
 | 
					        "calculatedTags": [
 | 
				
			||||||
          "_overlapping=Number(feat.properties.zoom) >= 16 ? feat.overlapWith('grb').map(ff => ff.feat.properties) : undefined",
 | 
					          "_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"
 | 
					          "_applicable_count=feat.get('_applicable')?.length"
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "tagRenderings": [
 | 
					        "tagRenderings": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue