v5.1.1 hotfix:

> Revert "restrict usage of Traffic Calming presets on lines/areas:"
> This reverts commit 033e5f48ac.
This commit is contained in:
Martin Raifer 2023-01-14 22:53:50 +01:00
parent e295acf026
commit 30d68dc35c
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
22 changed files with 89 additions and 44 deletions

View file

@ -17,6 +17,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# 5.2.1
#### Bugfixes
* Revert restriction of Traffic Calming presets to vertices, which had unintended side effects with iD's validation mechanism ([#733])
[#733]: https://github.com/openstreetmap/id-tagging-schema/issues/733
# 5.2.0
#### Bugfixes

View file

@ -29,7 +29,6 @@
"oneway/bicycle",
"smoothness",
"toll",
"traffic_calming",
"trolley_wire",
"width"
],

View file

@ -24,7 +24,6 @@
"not/name",
"oneway/bicycle",
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
],

View file

@ -21,7 +21,6 @@
"maxwidth",
"oneway/bicycle",
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
],

View file

@ -6,7 +6,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "*"

View file

@ -5,7 +5,9 @@
"{traffic_calming}"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "yes"

View file

@ -5,7 +5,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"terms": [
"hump",

View file

@ -5,7 +5,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"terms": [
"driveway link",

View file

@ -5,7 +5,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"terms": [
"speed",

View file

@ -5,7 +5,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"terms": [
"bump",

View file

@ -5,7 +5,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"terms": [
"speed",

View file

@ -5,7 +5,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"terms": [
"bump",

View file

@ -5,13 +5,13 @@
],
"geometry": [
"vertex",
"line",
"area"
],
"terms": [
"circle",
"roundabout",
"slow",
"traffic calming"
"slow"
],
"tags": {
"traffic_calming": "island"

View file

@ -4,7 +4,8 @@
"traffic_calming": "mini_bumps"
},
"geometry": [
"vertex"
"vertex",
"line"
],
"fields": [
"surface",

View file

@ -4,7 +4,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"terms": [
"audible lines",

38
dist/presets.json vendored
View file

@ -12148,7 +12148,6 @@
"oneway/bicycle",
"smoothness",
"toll",
"traffic_calming",
"trolley_wire",
"width"
],
@ -12239,7 +12238,6 @@
"not/name",
"oneway/bicycle",
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
],
@ -12394,7 +12392,6 @@
"maxwidth",
"oneway/bicycle",
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
],
@ -26003,7 +26000,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "*"
@ -26017,7 +26016,9 @@
"{traffic_calming}"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "yes"
@ -26032,7 +26033,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"traffic_calming": "bump"
@ -26045,7 +26047,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "chicane"
@ -26058,7 +26062,9 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line",
"area"
],
"tags": {
"traffic_calming": "choker"
@ -26071,7 +26077,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"traffic_calming": "cushion"
@ -26084,7 +26091,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"traffic_calming": "dip"
@ -26097,7 +26105,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"traffic_calming": "hump"
@ -26110,6 +26119,7 @@
],
"geometry": [
"vertex",
"line",
"area"
],
"tags": {
@ -26122,7 +26132,8 @@
"traffic_calming": "mini_bumps"
},
"geometry": [
"vertex"
"vertex",
"line"
],
"fields": [
"surface",
@ -26135,7 +26146,8 @@
"direction_vertex"
],
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"traffic_calming": "rumble_strip"

File diff suppressed because one or more lines are too long

35
dist/taginfo.json vendored
View file

@ -13217,7 +13217,9 @@
"key": "traffic_calming",
"description": "🄿 Traffic Calming, 🄵 Raised, 🄵 Type",
"object_types": [
"node"
"node",
"way",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/diamond.svg"
},
@ -13226,7 +13228,9 @@
"value": "yes",
"description": "🄿 Traffic Calming (Unspecified Type) (unsearchable)",
"object_types": [
"node"
"node",
"way",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/diamond.svg"
},
@ -13235,7 +13239,8 @@
"value": "bump",
"description": "🄿 Speed Bump, 🄵🅅 Type: Speed Bump",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speed_bump.svg"
},
@ -13244,7 +13249,9 @@
"value": "chicane",
"description": "🄿 Traffic Chicane, 🄵🅅 Type: Traffic Chicane",
"object_types": [
"node"
"node",
"way",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/chicane_arrow.svg"
},
@ -13253,7 +13260,9 @@
"value": "choker",
"description": "🄿 Traffic Choker, 🄵🅅 Type: Traffic Choker",
"object_types": [
"node"
"node",
"way",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/diamond.svg"
},
@ -13262,7 +13271,8 @@
"value": "cushion",
"description": "🄿 Speed Cushion, 🄵🅅 Type: Speed Cushion",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speed_hump.svg"
},
@ -13271,7 +13281,8 @@
"value": "dip",
"description": "🄿 Dip, 🄵🅅 Type: Dip",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speed_dip.svg"
},
@ -13280,7 +13291,8 @@
"value": "hump",
"description": "🄿 Speed Hump, 🄵🅅 Type: Speed Hump",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speed_hump.svg"
},
@ -13290,6 +13302,7 @@
"description": "🄿 Traffic Island, 🄵🅅 Type: Traffic Island",
"object_types": [
"node",
"way",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/diamond.svg"
@ -13299,7 +13312,8 @@
"value": "mini_bumps",
"description": "🄿 Mini Speed Bumps, 🄵🅅 Type: Mini Speed Bumps",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speed_bump.svg"
},
@ -13308,7 +13322,8 @@
"value": "rumble_strip",
"description": "🄿 Rumble Strip, 🄵🅅 Type: Rumble Strip",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/rumble_strip.svg"
},

File diff suppressed because one or more lines are too long

View file

@ -3107,7 +3107,6 @@
},
"traffic_calming": {
"label": "Type",
"terms": "flat top,hump,speed,slow",
"options": {
"bump": "Speed Bump",
"chicane": "Traffic Chicane",
@ -8957,7 +8956,7 @@
},
"traffic_calming/island": {
"name": "Traffic Island",
"terms": "circle,roundabout,slow,traffic calming"
"terms": "circle,roundabout,slow"
},
"traffic_calming/mini_bumps": {
"name": "Mini Speed Bumps",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@openstreetmap/id-tagging-schema",
"version": "5.2.0",
"version": "5.2.1",
"description": "The OpenStreetMap tagging model used by the iD editor",
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",