forked from MapComplete/MapComplete
Chore: regenerate schemas
This commit is contained in:
parent
2a65a9f761
commit
b19d9ef077
34 changed files with 839 additions and 403 deletions
|
@ -1693,9 +1693,19 @@
|
|||
"question": "What icon should be used?",
|
||||
"suggestions": [
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=bug",
|
||||
|
@ -1703,25 +1713,20 @@
|
|||
"icon": "bug"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
},
|
||||
{
|
||||
"if": "value=clock",
|
||||
"then": "clock",
|
||||
|
@ -1732,11 +1737,66 @@
|
|||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=computer",
|
||||
"then": "computer",
|
||||
"icon": "computer"
|
||||
},
|
||||
{
|
||||
"if": "value=cross_bottom_right",
|
||||
"then": "cross_bottom_right",
|
||||
"icon": "cross_bottom_right"
|
||||
},
|
||||
{
|
||||
"if": "value=crosshair",
|
||||
"then": "crosshair",
|
||||
"icon": "crosshair"
|
||||
},
|
||||
{
|
||||
"if": "value=desktop",
|
||||
"then": "desktop",
|
||||
"icon": "desktop"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=gear",
|
||||
"then": "gear",
|
||||
"icon": "gear"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
|
@ -1752,6 +1812,16 @@
|
|||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=location",
|
||||
"then": "location",
|
||||
|
@ -1767,11 +1837,31 @@
|
|||
"then": "location_locked",
|
||||
"icon": "location_locked"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=note",
|
||||
"then": "note",
|
||||
"icon": "note"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
},
|
||||
{
|
||||
"if": "value=resolved",
|
||||
"then": "resolved",
|
||||
|
@ -1787,6 +1877,16 @@
|
|||
"then": "scissors",
|
||||
"icon": "scissors"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=teardrop",
|
||||
"then": "teardrop",
|
||||
|
@ -1803,84 +1903,9 @@
|
|||
"icon": "triangle"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
"if": "value=wifi",
|
||||
"then": "wifi",
|
||||
"icon": "wifi"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -10294,6 +10319,10 @@
|
|||
"if": "value=assembly_point",
|
||||
"then": "assembly_point - This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency."
|
||||
},
|
||||
{
|
||||
"if": "value=assisted_repair",
|
||||
"then": "assisted_repair - A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles."
|
||||
},
|
||||
{
|
||||
"if": "value=atm",
|
||||
"then": "atm - ATMs to withdraw money"
|
||||
|
@ -10834,6 +10863,10 @@
|
|||
"if": "value=toilet_at_amenity",
|
||||
"then": "toilet_at_amenity - A layer showing (public) toilets located at different places."
|
||||
},
|
||||
{
|
||||
"if": "value=tool_library",
|
||||
"then": "tool_library - A tool library is a place where people from the general public can borrow tools"
|
||||
},
|
||||
{
|
||||
"if": "value=trail",
|
||||
"then": "trail - Waymarked trails"
|
||||
|
@ -19505,7 +19538,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -19654,6 +19695,14 @@
|
|||
"hints": {
|
||||
"question": "What text should be shown to the contributor for this reason?"
|
||||
},
|
||||
"type": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"description": "The human explanation for the options"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -110,7 +110,224 @@
|
|||
"hints": {
|
||||
"typehint": "icon",
|
||||
"group": "basic",
|
||||
"question": "What icon should be used to represent this theme?"
|
||||
"question": "What icon should be used to represent this theme?",
|
||||
"suggestions": [
|
||||
{
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=bug",
|
||||
"then": "bug",
|
||||
"icon": "bug"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
},
|
||||
{
|
||||
"if": "value=clock",
|
||||
"then": "clock",
|
||||
"icon": "clock"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=computer",
|
||||
"then": "computer",
|
||||
"icon": "computer"
|
||||
},
|
||||
{
|
||||
"if": "value=cross_bottom_right",
|
||||
"then": "cross_bottom_right",
|
||||
"icon": "cross_bottom_right"
|
||||
},
|
||||
{
|
||||
"if": "value=crosshair",
|
||||
"then": "crosshair",
|
||||
"icon": "crosshair"
|
||||
},
|
||||
{
|
||||
"if": "value=desktop",
|
||||
"then": "desktop",
|
||||
"icon": "desktop"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=gear",
|
||||
"then": "gear",
|
||||
"icon": "gear"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=home",
|
||||
"then": "home",
|
||||
"icon": "home"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=location",
|
||||
"then": "location",
|
||||
"icon": "location"
|
||||
},
|
||||
{
|
||||
"if": "value=location_empty",
|
||||
"then": "location_empty",
|
||||
"icon": "location_empty"
|
||||
},
|
||||
{
|
||||
"if": "value=location_locked",
|
||||
"then": "location_locked",
|
||||
"icon": "location_locked"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=note",
|
||||
"then": "note",
|
||||
"icon": "note"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
},
|
||||
{
|
||||
"if": "value=resolved",
|
||||
"then": "resolved",
|
||||
"icon": "resolved"
|
||||
},
|
||||
{
|
||||
"if": "value=ring",
|
||||
"then": "ring",
|
||||
"icon": "ring"
|
||||
},
|
||||
{
|
||||
"if": "value=scissors",
|
||||
"then": "scissors",
|
||||
"icon": "scissors"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=teardrop",
|
||||
"then": "teardrop",
|
||||
"icon": "teardrop"
|
||||
},
|
||||
{
|
||||
"if": "value=teardrop_with_hole_green",
|
||||
"then": "teardrop_with_hole_green",
|
||||
"icon": "teardrop_with_hole_green"
|
||||
},
|
||||
{
|
||||
"if": "value=triangle",
|
||||
"then": "triangle",
|
||||
"icon": "triangle"
|
||||
},
|
||||
{
|
||||
"if": "value=wifi",
|
||||
"then": "wifi",
|
||||
"icon": "wifi"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "string",
|
||||
"description": "Used as logo in the more-screen and (for official themes) as favicon, webmanifest logo, ...\nEither a URL or a base64 encoded value (which should include 'data:image/svg+xml;base64)"
|
||||
|
@ -352,6 +569,10 @@
|
|||
"if": "value=assembly_point",
|
||||
"then": "<b>assembly_point</b> (builtin) - This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency."
|
||||
},
|
||||
{
|
||||
"if": "value=assisted_repair",
|
||||
"then": "<b>assisted_repair</b> (builtin) - A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles."
|
||||
},
|
||||
{
|
||||
"if": "value=atm",
|
||||
"then": "<b>atm</b> (builtin) - ATMs to withdraw money"
|
||||
|
@ -892,6 +1113,10 @@
|
|||
"if": "value=toilet_at_amenity",
|
||||
"then": "<b>toilet_at_amenity</b> (builtin) - A layer showing (public) toilets located at different places."
|
||||
},
|
||||
{
|
||||
"if": "value=tool_library",
|
||||
"then": "<b>tool_library</b> (builtin) - A tool library is a place where people from the general public can borrow tools"
|
||||
},
|
||||
{
|
||||
"if": "value=trail",
|
||||
"then": "<b>trail</b> (builtin) - Waymarked trails"
|
||||
|
@ -956,7 +1181,8 @@
|
|||
"if": "value=windturbine",
|
||||
"then": "<b>windturbine</b> (builtin) - Modern windmills generating electricity"
|
||||
}
|
||||
]
|
||||
],
|
||||
"title": "value[\"builtin\"] ?? value[\"id\"] ?? value"
|
||||
},
|
||||
"type": [
|
||||
{
|
||||
|
@ -1767,7 +1993,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -3708,9 +3942,19 @@
|
|||
"question": "What icon should be used?",
|
||||
"suggestions": [
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=bug",
|
||||
|
@ -3718,25 +3962,20 @@
|
|||
"icon": "bug"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
},
|
||||
{
|
||||
"if": "value=clock",
|
||||
"then": "clock",
|
||||
|
@ -3747,11 +3986,66 @@
|
|||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=computer",
|
||||
"then": "computer",
|
||||
"icon": "computer"
|
||||
},
|
||||
{
|
||||
"if": "value=cross_bottom_right",
|
||||
"then": "cross_bottom_right",
|
||||
"icon": "cross_bottom_right"
|
||||
},
|
||||
{
|
||||
"if": "value=crosshair",
|
||||
"then": "crosshair",
|
||||
"icon": "crosshair"
|
||||
},
|
||||
{
|
||||
"if": "value=desktop",
|
||||
"then": "desktop",
|
||||
"icon": "desktop"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=gear",
|
||||
"then": "gear",
|
||||
"icon": "gear"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
|
@ -3767,6 +4061,16 @@
|
|||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=location",
|
||||
"then": "location",
|
||||
|
@ -3782,11 +4086,31 @@
|
|||
"then": "location_locked",
|
||||
"icon": "location_locked"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=note",
|
||||
"then": "note",
|
||||
"icon": "note"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
},
|
||||
{
|
||||
"if": "value=resolved",
|
||||
"then": "resolved",
|
||||
|
@ -3802,6 +4126,16 @@
|
|||
"then": "scissors",
|
||||
"icon": "scissors"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=teardrop",
|
||||
"then": "teardrop",
|
||||
|
@ -3818,84 +4152,9 @@
|
|||
"icon": "triangle"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
"if": "value=wifi",
|
||||
"then": "wifi",
|
||||
"icon": "wifi"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -12584,6 +12843,10 @@
|
|||
"if": "value=assembly_point",
|
||||
"then": "assembly_point - This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency."
|
||||
},
|
||||
{
|
||||
"if": "value=assisted_repair",
|
||||
"then": "assisted_repair - A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles."
|
||||
},
|
||||
{
|
||||
"if": "value=atm",
|
||||
"then": "atm - ATMs to withdraw money"
|
||||
|
@ -13124,6 +13387,10 @@
|
|||
"if": "value=toilet_at_amenity",
|
||||
"then": "toilet_at_amenity - A layer showing (public) toilets located at different places."
|
||||
},
|
||||
{
|
||||
"if": "value=tool_library",
|
||||
"then": "tool_library - A tool library is a place where people from the general public can borrow tools"
|
||||
},
|
||||
{
|
||||
"if": "value=trail",
|
||||
"then": "trail - Waymarked trails"
|
||||
|
@ -22114,7 +22381,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -22270,6 +22545,14 @@
|
|||
"hints": {
|
||||
"question": "What text should be shown to the contributor for this reason?"
|
||||
},
|
||||
"type": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"description": "The human explanation for the options"
|
||||
},
|
||||
{
|
||||
|
@ -24592,9 +24875,19 @@
|
|||
"question": "What icon should be used?",
|
||||
"suggestions": [
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=bug",
|
||||
|
@ -24602,25 +24895,20 @@
|
|||
"icon": "bug"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=circle",
|
||||
"then": "circle",
|
||||
"icon": "circle"
|
||||
},
|
||||
{
|
||||
"if": "value=clock",
|
||||
"then": "clock",
|
||||
|
@ -24631,11 +24919,66 @@
|
|||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=computer",
|
||||
"then": "computer",
|
||||
"icon": "computer"
|
||||
},
|
||||
{
|
||||
"if": "value=cross_bottom_right",
|
||||
"then": "cross_bottom_right",
|
||||
"icon": "cross_bottom_right"
|
||||
},
|
||||
{
|
||||
"if": "value=crosshair",
|
||||
"then": "crosshair",
|
||||
"icon": "crosshair"
|
||||
},
|
||||
{
|
||||
"if": "value=desktop",
|
||||
"then": "desktop",
|
||||
"icon": "desktop"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=gear",
|
||||
"then": "gear",
|
||||
"icon": "gear"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
|
@ -24651,6 +24994,16 @@
|
|||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=location",
|
||||
"then": "location",
|
||||
|
@ -24666,11 +25019,31 @@
|
|||
"then": "location_locked",
|
||||
"icon": "location_locked"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=note",
|
||||
"then": "note",
|
||||
"icon": "note"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=pin",
|
||||
"then": "pin",
|
||||
"icon": "pin"
|
||||
},
|
||||
{
|
||||
"if": "value=resolved",
|
||||
"then": "resolved",
|
||||
|
@ -24686,6 +25059,16 @@
|
|||
"then": "scissors",
|
||||
"icon": "scissors"
|
||||
},
|
||||
{
|
||||
"if": "value=square",
|
||||
"then": "square",
|
||||
"icon": "square"
|
||||
},
|
||||
{
|
||||
"if": "value=square_rounded",
|
||||
"then": "square_rounded",
|
||||
"icon": "square_rounded"
|
||||
},
|
||||
{
|
||||
"if": "value=teardrop",
|
||||
"then": "teardrop",
|
||||
|
@ -24702,84 +25085,9 @@
|
|||
"icon": "triangle"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_square",
|
||||
"then": "brick_wall_square",
|
||||
"icon": "brick_wall_square"
|
||||
},
|
||||
{
|
||||
"if": "value=brick_wall_round",
|
||||
"then": "brick_wall_round",
|
||||
"icon": "brick_wall_round"
|
||||
},
|
||||
{
|
||||
"if": "value=gps_arrow",
|
||||
"then": "gps_arrow",
|
||||
"icon": "gps_arrow"
|
||||
},
|
||||
{
|
||||
"if": "value=checkmark",
|
||||
"then": "checkmark",
|
||||
"icon": "checkmark"
|
||||
},
|
||||
{
|
||||
"if": "value=help",
|
||||
"then": "help",
|
||||
"icon": "help"
|
||||
},
|
||||
{
|
||||
"if": "value=close",
|
||||
"then": "close",
|
||||
"icon": "close"
|
||||
},
|
||||
{
|
||||
"if": "value=invalid",
|
||||
"then": "invalid",
|
||||
"icon": "invalid"
|
||||
},
|
||||
{
|
||||
"if": "value=heart",
|
||||
"then": "heart",
|
||||
"icon": "heart"
|
||||
},
|
||||
{
|
||||
"if": "value=heart_outline",
|
||||
"then": "heart_outline",
|
||||
"icon": "heart_outline"
|
||||
},
|
||||
{
|
||||
"if": "value=link",
|
||||
"then": "link",
|
||||
"icon": "link"
|
||||
},
|
||||
{
|
||||
"if": "value=confirm",
|
||||
"then": "confirm",
|
||||
"icon": "confirm"
|
||||
},
|
||||
{
|
||||
"if": "value=direction",
|
||||
"then": "direction",
|
||||
"icon": "direction"
|
||||
},
|
||||
{
|
||||
"if": "value=not_found",
|
||||
"then": "not_found",
|
||||
"icon": "not_found"
|
||||
},
|
||||
{
|
||||
"if": "value=mastodon",
|
||||
"then": "mastodon",
|
||||
"icon": "mastodon"
|
||||
},
|
||||
{
|
||||
"if": "value=party",
|
||||
"then": "party",
|
||||
"icon": "party"
|
||||
},
|
||||
{
|
||||
"if": "value=addSmall",
|
||||
"then": "addSmall",
|
||||
"icon": "addSmall"
|
||||
"if": "value=wifi",
|
||||
"then": "wifi",
|
||||
"icon": "wifi"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -33743,6 +34051,10 @@
|
|||
"if": "value=assembly_point",
|
||||
"then": "assembly_point - This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency."
|
||||
},
|
||||
{
|
||||
"if": "value=assisted_repair",
|
||||
"then": "assisted_repair - A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles."
|
||||
},
|
||||
{
|
||||
"if": "value=atm",
|
||||
"then": "atm - ATMs to withdraw money"
|
||||
|
@ -34283,6 +34595,10 @@
|
|||
"if": "value=toilet_at_amenity",
|
||||
"then": "toilet_at_amenity - A layer showing (public) toilets located at different places."
|
||||
},
|
||||
{
|
||||
"if": "value=tool_library",
|
||||
"then": "tool_library - A tool library is a place where people from the general public can borrow tools"
|
||||
},
|
||||
{
|
||||
"if": "value=trail",
|
||||
"then": "trail - Waymarked trails"
|
||||
|
@ -43592,7 +43908,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -43755,6 +44079,14 @@
|
|||
"hints": {
|
||||
"question": "What text should be shown to the contributor for this reason?"
|
||||
},
|
||||
"type": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"description": "The human explanation for the options"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue