Skip to content

Commit

Permalink
Merge remote-tracking branch 'k-yle/oneway-seamarks' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 28, 2022
2 parents fca9a67 + 35e5289 commit 8c54287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Radio-button based presets fields can be in an non-unique state (e.g. a tunnel which is also a ford) – this is now rendered like a multi selection with conflicting states ([#8796])
* Add colours for preset categories ([#8799])
* Activate new access values (`customers` and `unknown`) introduced in `id-tagging-schema` v3.2 ([#8876])
* Handle implied `oneway=yes` by `seamark:type=separation_lane` and `seamark:type=separation_roundabout` tags ([#8880], thanks [@k-yle])
#### :hammer: Development
* Switch test runner to [karma](https://karma-runner.github.io/) ([#8764], thanks [@wvanderp])
* Switch to `chalk` package for build scripts
Expand Down Expand Up @@ -112,6 +113,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#8860]: https://github.com/openstreetmap/iD/pull/8860
[#8871]: https://github.com/openstreetmap/iD/issues/8871
[#8876]: https://github.com/openstreetmap/iD/pull/8876
[#8880]: https://github.com/openstreetmap/iD/pull/8880
[#8906]: https://github.com/openstreetmap/iD/pull/8906
[@k-yle]: https://github.com/k-yle
[@tpetillon]: https://github.com/tpetillon
Expand Down
4 changes: 4 additions & 0 deletions modules/osm/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ export var osmOneWayTags = {
'sled': true,
'yes': true
},
'seamark:type': {
'separation_lane': true,
'separation_roundabout': true
},
'waterway': {
'canal': true,
'ditch': true,
Expand Down

0 comments on commit 8c54287

Please sign in to comment.