mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 07:23:40 +00:00
Update min+max age fields
This commit is contained in:
@@ -1047,6 +1047,9 @@ en:
|
||||
playground/max_age:
|
||||
# max_age=*
|
||||
label: Maximum Age
|
||||
playground/min_age:
|
||||
# max_age=*
|
||||
label: Minimum Age
|
||||
population:
|
||||
# population=*
|
||||
label: Population
|
||||
|
||||
@@ -1390,9 +1390,14 @@
|
||||
},
|
||||
"playground/max_age": {
|
||||
"key": "max_age",
|
||||
"type": "text",
|
||||
"type": "number",
|
||||
"label": "Maximum Age"
|
||||
},
|
||||
"playground/min_age": {
|
||||
"key": "max_age",
|
||||
"type": "number",
|
||||
"label": "Minimum Age"
|
||||
},
|
||||
"population": {
|
||||
"key": "population",
|
||||
"type": "text",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "max_age",
|
||||
"type": "text",
|
||||
"type": "number",
|
||||
"label": "Maximum Age"
|
||||
}
|
||||
|
||||
5
data/presets/fields/playground/min_age.json
Normal file
5
data/presets/fields/playground/min_age.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "max_age",
|
||||
"type": "number",
|
||||
"label": "Minimum Age"
|
||||
}
|
||||
@@ -9497,6 +9497,7 @@
|
||||
"operator",
|
||||
"surface",
|
||||
"playground/max_age",
|
||||
"playground/min_age",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -11601,7 +11602,7 @@
|
||||
"name": "Seesaw"
|
||||
},
|
||||
"playground/slide": {
|
||||
"icon": "entrance",
|
||||
"icon": "playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
@@ -56344,6 +56345,7 @@
|
||||
"operator",
|
||||
"surface",
|
||||
"playground/max_age",
|
||||
"playground/min_age",
|
||||
"access_simple"
|
||||
],
|
||||
"suggestion": true
|
||||
@@ -56364,6 +56366,7 @@
|
||||
"operator",
|
||||
"surface",
|
||||
"playground/max_age",
|
||||
"playground/min_age",
|
||||
"access_simple"
|
||||
],
|
||||
"suggestion": true
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"operator",
|
||||
"surface",
|
||||
"playground/max_age",
|
||||
"playground/min_age",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1961,6 +1961,9 @@
|
||||
"playground/max_age": {
|
||||
"label": "Maximum Age"
|
||||
},
|
||||
"playground/min_age": {
|
||||
"label": "Minimum Age"
|
||||
},
|
||||
"population": {
|
||||
"label": "Population"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user