forked from MapComplete/MapComplete
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									99739727d1
								
							
						
					
					
						commit
						e6812f3577
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -86,7 +86,7 @@ export default class FilteringFeatureSource implements FeatureSourceForLayer, Ti | ||||||
|             for (const filter of tagsFilter) { |             for (const filter of tagsFilter) { | ||||||
|                 const neededTags: TagsFilter = filter?.currentFilter |                 const neededTags: TagsFilter = filter?.currentFilter | ||||||
|                 if (neededTags !== undefined && !neededTags.matchesProperties(f.feature.properties)) { |                 if (neededTags !== undefined && !neededTags.matchesProperties(f.feature.properties)) { | ||||||
|                     // Hidden by the filter on the layer itself - we want to hide it no matter wat
 |                     // Hidden by the filter on the layer itself - we want to hide it no matter what
 | ||||||
|                     return false; |                     return false; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue