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

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"
},