forked from MapComplete/MapComplete
		
	Merge pull request #807 from pietervdvn/joostschouppe-patch-1
added filter for "import notes only"
This commit is contained in:
		
						commit
						853d2ca949
					
				
					 1 changed files with 14 additions and 1 deletions
				
			
		|  | @ -281,6 +281,12 @@ | ||||||
|     { |     { | ||||||
|       "id": "no_imports", |       "id": "no_imports", | ||||||
|       "options": [ |       "options": [ | ||||||
|  |          { | ||||||
|  |           "question": { | ||||||
|  |             "en": "All Notes", | ||||||
|  |             "nl": "Alle Notes" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|         { |         { | ||||||
|           "osmTags": "_is_import_note=", |           "osmTags": "_is_import_note=", | ||||||
|           "question": { |           "question": { | ||||||
|  | @ -288,6 +294,13 @@ | ||||||
|             "nl": "Verberg import Notes", |             "nl": "Verberg import Notes", | ||||||
|             "de": "Importnotizen ausblenden" |             "de": "Importnotizen ausblenden" | ||||||
|           } |           } | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |           "osmTags": "_is_import_note~*", | ||||||
|  |           "question": { | ||||||
|  |             "en": "Show only import Notes", | ||||||
|  |             "nl": "Toon enkel import Notes" | ||||||
|  |           } | ||||||
|         } |         } | ||||||
|       ] |       ] | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue