forked from MapComplete/MapComplete
		
	Fix bugs with themes, add movement of tag renderings in custom theme generator
This commit is contained in:
		
							parent
							
								
									80f0dbe6e3
								
							
						
					
					
						commit
						b7b1bc13e4
					
				
					 180 changed files with 671 additions and 967 deletions
				
			
		|  | @ -34,7 +34,7 @@ export class StrayClickHandler { | |||
|             uiElement.Update(); | ||||
|             uiElement.Activate(); | ||||
|             self._lastMarker.addTo(map); | ||||
|             self._lastMarker.bindPopup(popup).openPopup(); | ||||
|             self._lastMarker.bindPopup(popup); | ||||
| 
 | ||||
|             self._lastMarker.on("click", () => { | ||||
|                 State.state.fullScreenMessage.setData(self._uiToShow()); | ||||
|  |  | |||
|  | @ -49,7 +49,8 @@ export class RegexTag extends TagsFilter { | |||
|                 return RegexTag.doesMatch(tag.v, this.value) != this.invert; | ||||
|             } | ||||
|         } | ||||
|         return false; | ||||
|         // The matching key was not found
 | ||||
|         return this.invert; | ||||
|     } | ||||
| 
 | ||||
|     substituteValues(tags: any) : TagsFilter{ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue