forked from MapComplete/MapComplete
		
	Remove 'not:addr:<part>' tags if the freeform key is chosen
This commit is contained in:
		
							parent
							
								
									ab4fe9e7ae
								
							
						
					
					
						commit
						0d1f9ad48c
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -261,7 +261,8 @@ | ||||||
|             "en": "What is the sub-unit for this address? <div class='subtle'>Some named building or large complexes are split into sub-units (e.g. \"1\", \"Flat 2\", \"Unit C\")</div>" |             "en": "What is the sub-unit for this address? <div class='subtle'>Some named building or large complexes are split into sub-units (e.g. \"1\", \"Flat 2\", \"Unit C\")</div>" | ||||||
|           }, |           }, | ||||||
|           "freeform": { |           "freeform": { | ||||||
|             "key": "addr:unit" |             "key": "addr:unit", | ||||||
|  |             "addExtraTags": ["not:addr:unit="] | ||||||
|           }, |           }, | ||||||
|           "mappings": [ |           "mappings": [ | ||||||
|             { |             { | ||||||
|  | @ -390,7 +391,8 @@ | ||||||
|           "freeform": { |           "freeform": { | ||||||
|             "key": "addr:substreet", |             "key": "addr:substreet", | ||||||
|             "addExtraTags": [ |             "addExtraTags": [ | ||||||
|               "addr:street=" |               "addr:street=", | ||||||
|  |               "not:addr:substreet=" | ||||||
|             ] |             ] | ||||||
|           }, |           }, | ||||||
|           "mappings": [ |           "mappings": [ | ||||||
|  | @ -469,7 +471,8 @@ | ||||||
|             "en": "What is the parent street name for this address?<div class='subtle'>This street name will appear after the place name or first street name in the address</div>" |             "en": "What is the parent street name for this address?<div class='subtle'>This street name will appear after the place name or first street name in the address</div>" | ||||||
|           }, |           }, | ||||||
|           "freeform": { |           "freeform": { | ||||||
|             "key": "addr:parentstreet" |             "key": "addr:parentstreet", | ||||||
|  |             "addExtraTags": ["not:addr:parentstreet="] | ||||||
|           }, |           }, | ||||||
|           "mappings": [ |           "mappings": [ | ||||||
|             { |             { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue