forked from MapComplete/MapComplete
		
	Fix #1748
This commit is contained in:
		
							parent
							
								
									dd25650d9c
								
							
						
					
					
						commit
						003430131b
					
				
					 2 changed files with 35 additions and 84 deletions
				
			
		|  | @ -130,7 +130,12 @@ | |||
|       }, | ||||
|       "mappings": [ | ||||
|         { | ||||
|           "if": "highway=living_street", | ||||
|           "if": { | ||||
|             "and": [ | ||||
|               "highway=living_street", | ||||
|               "_country=be" | ||||
|             ] | ||||
|           }, | ||||
|           "then": { | ||||
|             "en": "This is a living street, which has a maxspeed of 20km/h", | ||||
|             "nl": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h", | ||||
|  |  | |||
|  | @ -1,19 +1,13 @@ | |||
| { | ||||
|   "id": "mapcomplete-changes", | ||||
|   "title": { | ||||
|     "en": "Changes made with MapComplete", | ||||
|     "de": "Mit MapComplete vorgenommene Änderungen", | ||||
|     "ca": "Canvis fets amb MapComplete" | ||||
|     "en": "Changes made with MapComplete" | ||||
|   }, | ||||
|   "shortDescription": { | ||||
|     "en": "Shows changes made by MapComplete", | ||||
|     "de": "Zeigt die von MapComplete vorgenommenen Änderungen an", | ||||
|     "ca": "Mostra els canvis fets amb MapComplete" | ||||
|     "en": "Shows changes made by MapComplete" | ||||
|   }, | ||||
|   "description": { | ||||
|     "en": "This maps shows all the changes made with MapComplete", | ||||
|     "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen", | ||||
|     "ca": "Aquest mapa mostra tots els canvis fets amb MapComplete" | ||||
|     "en": "This maps shows all the changes made with MapComplete" | ||||
|   }, | ||||
|   "icon": "./assets/svg/logo.svg", | ||||
|   "hideFromOverview": true, | ||||
|  | @ -26,8 +20,7 @@ | |||
|     { | ||||
|       "id": "mapcomplete-changes", | ||||
|       "name": { | ||||
|         "en": "Changeset centers", | ||||
|         "de": "Zentrum der Änderungssätze" | ||||
|         "en": "Changeset centers" | ||||
|       }, | ||||
|       "minzoom": 0, | ||||
|       "source": { | ||||
|  | @ -38,55 +31,41 @@ | |||
|       }, | ||||
|       "title": { | ||||
|         "render": { | ||||
|           "en": "Changeset for {theme}", | ||||
|           "de": "Änderungssatz für {theme}", | ||||
|           "ca": "Conjunt de canvis per a {theme}" | ||||
|           "en": "Changeset for {theme}" | ||||
|         } | ||||
|       }, | ||||
|       "description": { | ||||
|         "en": "Shows all MapComplete changes", | ||||
|         "de": "Zeigt alle MapComplete-Änderungen", | ||||
|         "ca": "Mostra tots els canvis de MapComplete" | ||||
|         "en": "Shows all MapComplete changes" | ||||
|       }, | ||||
|       "tagRenderings": [ | ||||
|         { | ||||
|           "id": "show_changeset_id", | ||||
|           "render": { | ||||
|             "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>", | ||||
|             "de": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>", | ||||
|             "ca": "Conjunt de canvi <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>" | ||||
|             "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>" | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|           "id": "contributor", | ||||
|           "question": { | ||||
|             "en": "What contributor did make this change?", | ||||
|             "de": "Wer hat diese Änderung vorgenommen?", | ||||
|             "ca": "Quin col·laborador va fer aquest canvi?" | ||||
|             "en": "What contributor did make this change?" | ||||
|           }, | ||||
|           "freeform": { | ||||
|             "key": "user" | ||||
|           }, | ||||
|           "render": { | ||||
|             "en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>", | ||||
|             "de": "Änderung von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>", | ||||
|             "ca": "Canvi fet per <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>" | ||||
|             "en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>" | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|           "id": "theme-id", | ||||
|           "question": { | ||||
|             "en": "What theme was used to make this change?", | ||||
|             "de": "Welches Theme wurde für diese Änderung verwendet?", | ||||
|             "ca": "Quin tema es va utilitzar per fer aquest canvi?" | ||||
|             "en": "What theme was used to make this change?" | ||||
|           }, | ||||
|           "freeform": { | ||||
|             "key": "theme" | ||||
|           }, | ||||
|           "render": { | ||||
|             "en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>", | ||||
|             "de": "Geändert mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>", | ||||
|             "ca": "Canvi amb el tema <a href='https://mapcomplete.org/{theme}'>{theme}</a>" | ||||
|             "en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>" | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|  | @ -95,27 +74,19 @@ | |||
|             "key": "locale" | ||||
|           }, | ||||
|           "question": { | ||||
|             "en": "What locale (language) was this change made in?", | ||||
|             "de": "In welcher Benutzersprache wurde diese Änderung vorgenommen?", | ||||
|             "ca": "Amb quina configuració regional (idioma) s'ha fet aquest canvi?" | ||||
|             "en": "What locale (language) was this change made in?" | ||||
|           }, | ||||
|           "render": { | ||||
|             "en": "User locale is {locale}", | ||||
|             "de": "Benutzersprache {locale}", | ||||
|             "ca": "La configuració regional de l'usuari és {locale}" | ||||
|             "en": "User locale is {locale}" | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|           "id": "host", | ||||
|           "render": { | ||||
|             "en": "Change with with <a href='{host}'>{host}</a>", | ||||
|             "de": "Geändert über <a href='{host}'>{host}</a>", | ||||
|             "ca": "Canviat amb <a href='{host}'>{host}</a>" | ||||
|             "en": "Change with with <a href='{host}'>{host}</a>" | ||||
|           }, | ||||
|           "question": { | ||||
|             "en": "What host (website) was this change made with?", | ||||
|             "de": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?", | ||||
|             "ca": "Amb quin amfitrió (lloc web) es va fer aquest canvi?" | ||||
|             "en": "What host (website) was this change made with?" | ||||
|           }, | ||||
|           "freeform": { | ||||
|             "key": "host" | ||||
|  | @ -136,14 +107,10 @@ | |||
|         { | ||||
|           "id": "version", | ||||
|           "question": { | ||||
|             "en": "What version of MapComplete was used to make this change?", | ||||
|             "de": "Welche Version von MapComplete wurde verwendet, um diese Änderung vorzunehmen?", | ||||
|             "ca": "Quina versió de MapComplete es va utilitzar per fer aquest canvi?" | ||||
|             "en": "What version of MapComplete was used to make this change?" | ||||
|           }, | ||||
|           "render": { | ||||
|             "en": "Made with {editor}", | ||||
|             "de": "Erstellt mit {editor}", | ||||
|             "ca": "Fet amb {editor}" | ||||
|             "en": "Made with {editor}" | ||||
|           }, | ||||
|           "freeform": { | ||||
|             "key": "editor" | ||||
|  | @ -493,9 +460,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Themename contains {search}", | ||||
|                 "de": "Themename enthält {search}", | ||||
|                 "ca": "El nom del tema conté {search}" | ||||
|                 "en": "Themename contains {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -511,8 +476,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Themename does <b>not</b> contain {search}", | ||||
|                 "de": "Der Name enthält <b>nicht</b> {search}" | ||||
|                 "en": "Themename does <b>not</b> contain {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -528,9 +492,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Made by contributor {search}", | ||||
|                 "de": "Der Name enthält <b>nicht</b> {search}", | ||||
|                 "ca": "Fet pel col·laborador {search}" | ||||
|                 "en": "Made by contributor {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -546,9 +508,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "<b>Not</b> made by contributor {search}", | ||||
|                 "de": "<b>Nicht</b> erstellt von {search}", | ||||
|                 "ca": "<b>No</b> fet pel col·laborador {search}" | ||||
|                 "en": "<b>Not</b> made by contributor {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -565,9 +525,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Made before {search}", | ||||
|                 "de": "Erstellt vor {search}", | ||||
|                 "ca": "Fet abans de {search}" | ||||
|                 "en": "Made before {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -584,9 +542,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Made after {search}", | ||||
|                 "de": "Erstellt nach {search}", | ||||
|                 "ca": "Fet després de {search}" | ||||
|                 "en": "Made after {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -602,9 +558,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "User language (iso-code) {search}", | ||||
|                 "de": "Benutzersprache (ISO-Code) {search}", | ||||
|                 "ca": "Idioma de l'usuari (codi iso) {search}" | ||||
|                 "en": "User language (iso-code) {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -620,9 +574,7 @@ | |||
|                 } | ||||
|               ], | ||||
|               "question": { | ||||
|                 "en": "Made with host {search}", | ||||
|                 "de": "Erstellt mit Host {search}", | ||||
|                 "ca": "Fet amb l'amfitrió {search}" | ||||
|                 "en": "Made with host {search}" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -633,9 +585,7 @@ | |||
|             { | ||||
|               "osmTags": "add-image>0", | ||||
|               "question": { | ||||
|                 "en": "Changeset added at least one image", | ||||
|                 "de": "Änderungssatz hat mindestens ein Bild hinzugefügt", | ||||
|                 "ca": "El conjunt de canvis ha afegit almenys una imatge" | ||||
|                 "en": "Changeset added at least one image" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -646,8 +596,7 @@ | |||
|             { | ||||
|               "osmTags": "theme!=grb", | ||||
|               "question": { | ||||
|                 "en": "Exclude GRB theme", | ||||
|                 "de": "GRB-Theme ausschließen" | ||||
|                 "en": "Exclude GRB theme" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -658,8 +607,7 @@ | |||
|             { | ||||
|               "osmTags": "theme!=etymology", | ||||
|               "question": { | ||||
|                 "en": "Exclude etymology theme", | ||||
|                 "de": "Etymologie-Thema ausschließen" | ||||
|                 "en": "Exclude etymology theme" | ||||
|               } | ||||
|             } | ||||
|           ] | ||||
|  | @ -674,9 +622,7 @@ | |||
|           { | ||||
|             "id": "link_to_more", | ||||
|             "render": { | ||||
|               "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>", | ||||
|               "de": "Mehr Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>", | ||||
|               "ca": "Es pot trobar més estadística <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>aquí</a>" | ||||
|               "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>" | ||||
|             } | ||||
|           }, | ||||
|           { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue