Skip to content

Commit

Permalink
Merge pull request #83 from tordans/introduce-directioncombo
Browse files Browse the repository at this point in the history
Rename `cycleway` to `directionalCombo`
  • Loading branch information
tyrasd committed Jan 20, 2023
2 parents 6f88158 + 1f0fe38 commit 9745051
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
[#x]: https://github.com/ideditor/schema-builder/issues/x
-->

# Unreleased
##### 2023-Jan-xx

* :warning: Rename field type `cycleway` to `directionalCombo`

# 5.3.0
##### 2022-Dec-09

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ A string specifying the UI and behavior of the field. Must be one of the followi

* `access` - Block of dropdowns for defining the `access=*` tags on a highway
* `address` - Block of text and dropdown fields for entering address information (localized for editing location)
* `cycleway` - Block of dropdowns for adding `cycleway:left` and `cycleway:right` tags on a highway
* `directionalCombo` - Block of dropdowns for adding `*:left` and `*:right` tags on a linear way (this field was named `cycleway` until [`v5.3.0`](CHANGELOG.md#540))
* `roadspeed` - Numeric text field for speed and dropdown for "mph" / "km/h", defaulting to the speed unit used for roads in the feature's region
* `roadheight` - Numeric text field for height and dropdowns for "m" / "ft" and "in", defaulting to the height unit used for roads in the feature's region
* `restrictions` - Graphical field for editing turn restrictions
Expand Down
8 changes: 4 additions & 4 deletions schemas/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"check",
"colour",
"combo",
"cycleway",
"defaultCheck",
"directionalCombo",
"email",
"lanes",
"identifier",
"lanes",
"localized",
"manyCombo",
"multiCombo",
Expand All @@ -66,13 +66,13 @@
"onewayCheck",
"radio",
"restrictions",
"roadspeed",
"roadheight",
"roadspeed",
"semiCombo",
"structureRadio",
"tel",
"textarea",
"text",
"textarea",
"typeCombo",
"url",
"wikidata",
Expand Down

0 comments on commit 9745051

Please sign in to comment.