forked from MapComplete/MapComplete
		
	Split crab-addresses and addresses into separate layers, recreate a grb-fixme-theme (with CRAB-addresses)
This commit is contained in:
		
							parent
							
								
									7cfbb49bab
								
							
						
					
					
						commit
						a7085d0339
					
				
					 8 changed files with 122 additions and 19 deletions
				
			
		|  | @ -1,4 +1,26 @@ | ||||||
| { | { | ||||||
|  |     "address": { | ||||||
|  |         "description": "Adressen", | ||||||
|  |         "name": "Bekannte Adressen in OSM", | ||||||
|  |         "tagRenderings": { | ||||||
|  |             "housenumber": { | ||||||
|  |                 "mappings": { | ||||||
|  |                     "0": { | ||||||
|  |                         "then": "Dieses Gebäude hat keine Hausnummer" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "question": "Wie lautet die Nummer dieses Hauses?", | ||||||
|  |                 "render": "Die Hausnummer ist <b>{addr:housenumber}</b>" | ||||||
|  |             }, | ||||||
|  |             "street": { | ||||||
|  |                 "question": "In welcher Straße befindet sich diese Adresse?", | ||||||
|  |                 "render": "Diese Adresse befindet sich in der Straße <b>{addr:street}</b>" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "title": { | ||||||
|  |             "render": "Bekannte Adresse" | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|     "ambulancestation": { |     "ambulancestation": { | ||||||
|         "description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.", |         "description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.", | ||||||
|         "name": "Karte der Rettungswachen", |         "name": "Karte der Rettungswachen", | ||||||
|  |  | ||||||
|  | @ -1,4 +1,29 @@ | ||||||
| { | { | ||||||
|  |     "address": { | ||||||
|  |         "description": "Addresses", | ||||||
|  |         "name": "Known addresses in OSM", | ||||||
|  |         "tagRenderings": { | ||||||
|  |             "fixme": { | ||||||
|  |                 "question": "What should be fixed here? Please explain" | ||||||
|  |             }, | ||||||
|  |             "housenumber": { | ||||||
|  |                 "mappings": { | ||||||
|  |                     "0": { | ||||||
|  |                         "then": "This building has no house number" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "question": "What is the number of this house?", | ||||||
|  |                 "render": "The housenumber is <b>{addr:housenumber}</b>" | ||||||
|  |             }, | ||||||
|  |             "street": { | ||||||
|  |                 "question": "What street is this address located in?", | ||||||
|  |                 "render": "This address is in street <b>{addr:street}</b>" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "title": { | ||||||
|  |             "render": "Known address" | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|     "ambulancestation": { |     "ambulancestation": { | ||||||
|         "description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.", |         "description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.", | ||||||
|         "name": "Map of ambulance stations", |         "name": "Map of ambulance stations", | ||||||
|  |  | ||||||
|  | @ -1,4 +1,17 @@ | ||||||
| { | { | ||||||
|  |     "address": { | ||||||
|  |         "description": "Adressen", | ||||||
|  |         "tagRenderings": { | ||||||
|  |             "housenumber": { | ||||||
|  |                 "mappings": { | ||||||
|  |                     "0": { | ||||||
|  |                         "then": "Dit gebouw heeft geen huisnummer" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "render": "Het huisnummer is <b>{addr:housenumber}</b>" | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|     "artwork": { |     "artwork": { | ||||||
|         "description": "Verschillende soorten kunstwerken", |         "description": "Verschillende soorten kunstwerken", | ||||||
|         "name": "Kunstwerken", |         "name": "Kunstwerken", | ||||||
|  | @ -2042,6 +2055,13 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|  |     "crab_address": { | ||||||
|  |         "tagRenderings": { | ||||||
|  |             "render_crab": { | ||||||
|  |                 "render": "Volgens het CRAB ligt hier <b>{STRAATNM}</b> {HUISNR} (label: {HNRLABEL})" | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|     "crossings": { |     "crossings": { | ||||||
|         "description": "Oversteekplaatsen voor voetgangers en fietsers", |         "description": "Oversteekplaatsen voor voetgangers en fietsers", | ||||||
|         "name": "Oversteekplaatsen", |         "name": "Oversteekplaatsen", | ||||||
|  |  | ||||||
|  | @ -1,4 +1,7 @@ | ||||||
| { | { | ||||||
|  |     "address": { | ||||||
|  |         "description": "Адреса" | ||||||
|  |     }, | ||||||
|     "ambulancestation": { |     "ambulancestation": { | ||||||
|         "name": "Карта станций скорой помощи", |         "name": "Карта станций скорой помощи", | ||||||
|         "presets": { |         "presets": { | ||||||
|  |  | ||||||
|  | @ -1016,8 +1016,6 @@ | ||||||
|         "description": "Tragen Sie zu OpenStreetMap bei, indem Sie Adressinformationen ausfüllen", |         "description": "Tragen Sie zu OpenStreetMap bei, indem Sie Adressinformationen ausfüllen", | ||||||
|         "layers": { |         "layers": { | ||||||
|             "2": { |             "2": { | ||||||
|                 "description": "Adressen", |  | ||||||
|                 "name": "Bekannte Adressen in OSM", |  | ||||||
|                 "tagRenderings": { |                 "tagRenderings": { | ||||||
|                     "uk_addresses_explanation_osm": { |                     "uk_addresses_explanation_osm": { | ||||||
|                         "render": "Diese Adresse ist in OpenStreetMap gespeichert" |                         "render": "Diese Adresse ist in OpenStreetMap gespeichert" | ||||||
|  | @ -1035,9 +1033,6 @@ | ||||||
|                         "question": "In welcher Straße befindet sich diese Adresse?", |                         "question": "In welcher Straße befindet sich diese Adresse?", | ||||||
|                         "render": "Diese Adresse befindet sich in der Straße <b>{addr:street}</b>" |                         "render": "Diese Adresse befindet sich in der Straße <b>{addr:street}</b>" | ||||||
|                     } |                     } | ||||||
|                 }, |  | ||||||
|                 "title": { |  | ||||||
|                     "render": "Bekannte Adresse" |  | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|  | @ -843,6 +843,17 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|  |     "grb_fixme": { | ||||||
|  |         "layers": { | ||||||
|  |             "0": { | ||||||
|  |                 "tagRenderings": { | ||||||
|  |                     "building type": { | ||||||
|  |                         "question": "What kind of building is this?" | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     }, | ||||||
|     "hackerspaces": { |     "hackerspaces": { | ||||||
|         "description": "On this map you can see hackerspaces, add a new hackerspace or update data directly", |         "description": "On this map you can see hackerspaces, add a new hackerspace or update data directly", | ||||||
|         "layers": { |         "layers": { | ||||||
|  | @ -1190,8 +1201,6 @@ | ||||||
|                 } |                 } | ||||||
|             }, |             }, | ||||||
|             "2": { |             "2": { | ||||||
|                 "description": "Addresses", |  | ||||||
|                 "name": "Known addresses in OSM", |  | ||||||
|                 "tagRenderings": { |                 "tagRenderings": { | ||||||
|                     "address-sign-image": { |                     "address-sign-image": { | ||||||
|                         "render": "{image_carousel(image:address)}<br/>{image_upload(image:address, Add image of the address)}" |                         "render": "{image_carousel(image:address)}<br/>{image_upload(image:address, Add image of the address)}" | ||||||
|  | @ -1215,9 +1224,6 @@ | ||||||
|                         "question": "What street is this address located in?", |                         "question": "What street is this address located in?", | ||||||
|                         "render": "This address is in street <b>{addr:street}</b>" |                         "render": "This address is in street <b>{addr:street}</b>" | ||||||
|                     } |                     } | ||||||
|                 }, |  | ||||||
|                 "title": { |  | ||||||
|                     "render": "Known address" |  | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|  | @ -751,7 +751,7 @@ | ||||||
|         "title": "Witte Fietsen" |         "title": "Witte Fietsen" | ||||||
|     }, |     }, | ||||||
|     "grb": { |     "grb": { | ||||||
|         "description": "GRB Fixup", |         "description": "Dit thema helpt het GRB importeren.", | ||||||
|         "layers": { |         "layers": { | ||||||
|             "1": { |             "1": { | ||||||
|                 "tagRenderings": { |                 "tagRenderings": { | ||||||
|  | @ -787,6 +787,46 @@ | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |         "shortDescription": "Grb import helper tool", | ||||||
|  |         "title": "GRB import helper" | ||||||
|  |     }, | ||||||
|  |     "grb_fixme": { | ||||||
|  |         "description": "Gebouwen met een FIXME - wss GRB-import die gefixed moeten worden", | ||||||
|  |         "layers": { | ||||||
|  |             "0": { | ||||||
|  |                 "tagRenderings": { | ||||||
|  |                     "grb-fixme": { | ||||||
|  |                         "mappings": { | ||||||
|  |                             "0": { | ||||||
|  |                                 "then": "Geen fixme" | ||||||
|  |                             } | ||||||
|  |                         }, | ||||||
|  |                         "question": "Wat zegt de fixme?", | ||||||
|  |                         "render": "De fixme is <b>{fixme}</b>" | ||||||
|  |                     }, | ||||||
|  |                     "grb-housenumber": { | ||||||
|  |                         "mappings": { | ||||||
|  |                             "0": { | ||||||
|  |                                 "then": "Geen huisnummer" | ||||||
|  |                             } | ||||||
|  |                         }, | ||||||
|  |                         "question": "Wat is het huisnummer?", | ||||||
|  |                         "render": "Het huisnummer is <b>{addr:housenumber}</b>" | ||||||
|  |                     }, | ||||||
|  |                     "grb-min-level": { | ||||||
|  |                         "question": "Hoeveel verdiepingen ontbreken?", | ||||||
|  |                         "render": "Dit gebouw begint maar op de {building:min_level} verdieping" | ||||||
|  |                     }, | ||||||
|  |                     "grb-street": { | ||||||
|  |                         "question": "Wat is de straat?", | ||||||
|  |                         "render": "De straat is <b>{addr:street}</b>" | ||||||
|  |                     }, | ||||||
|  |                     "grb-unit": { | ||||||
|  |                         "render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> " | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|         "shortDescription": "Grb Fixup", |         "shortDescription": "Grb Fixup", | ||||||
|         "title": "GRB Fixup" |         "title": "GRB Fixup" | ||||||
|     }, |     }, | ||||||
|  | @ -999,7 +1039,6 @@ | ||||||
|         "description": "Draag bij aan OpenStreetMap door adresinformatie in te vullen", |         "description": "Draag bij aan OpenStreetMap door adresinformatie in te vullen", | ||||||
|         "layers": { |         "layers": { | ||||||
|             "2": { |             "2": { | ||||||
|                 "description": "Adressen", |  | ||||||
|                 "tagRenderings": { |                 "tagRenderings": { | ||||||
|                     "uk_addresses_housenumber": { |                     "uk_addresses_housenumber": { | ||||||
|                         "mappings": { |                         "mappings": { | ||||||
|  |  | ||||||
|  | @ -530,12 +530,5 @@ | ||||||
|         "description": "Нанесите все деревья на карту!", |         "description": "Нанесите все деревья на карту!", | ||||||
|         "shortDescription": "Карта деревьев", |         "shortDescription": "Карта деревьев", | ||||||
|         "title": "Деревья" |         "title": "Деревья" | ||||||
|     }, |  | ||||||
|     "uk_addresses": { |  | ||||||
|         "layers": { |  | ||||||
|             "2": { |  | ||||||
|                 "description": "Адреса" |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue