forked from MapComplete/MapComplete
		
	Add multi-apply box/feature, use it in etymology-theme to apply tags onto all segments of the same street
This commit is contained in:
		
							parent
							
								
									d0dfe9f607
								
							
						
					
					
						commit
						d3550fefbe
					
				
					 22 changed files with 355 additions and 78 deletions
				
			
		|  | @ -64,12 +64,12 @@ export default class MetaTagging { | |||
|                     if(metatag.isLazy){ | ||||
|                         somethingChanged = true; | ||||
|                          | ||||
|                         metatag.applyMetaTagsOnFeature(feature, freshness) | ||||
|                         metatag.applyMetaTagsOnFeature(feature, freshness, layer) | ||||
|                          | ||||
|                     }else{ | ||||
|                          | ||||
|                      | ||||
|                         const newValueAdded = metatag.applyMetaTagsOnFeature(feature, freshness) | ||||
|                         const newValueAdded = metatag.applyMetaTagsOnFeature(feature, freshness, layer) | ||||
|                         /* Note that the expression: | ||||
|                         * `somethingChanged = newValueAdded || metatag.applyMetaTagsOnFeature(feature, freshness)` | ||||
|                         * Is WRONG | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue