UNPKG

@openstreetmap/id-tagging-schema

Version:

The OpenStreetMap tagging model used by the iD editor

38 lines (37 loc) 1.05 kB
{ "key": "traffic_calming", "type": "typeCombo", "label": "Type", "terms": [ "flat top", "hump", "speed", "slow" ], "strings": { "options": { "bump": "Speed Bump", "chicane": "Traffic Chicane", "choker": "Traffic Choker", "choked_table": "Choked Speed Table", "cushion": "Speed Cushion", "dip": "Dip", "double_dip": "Double Dip", "hump": "Speed Hump", "island": "Traffic Calming Island", "mini_bumps": "Mini Speed Bumps", "rumble_strip": "Rumble Strip", "table": "Speed Table" } }, "icons": { "bump": "roentgen-bump", "cushion": "roentgen-traffic_cushion", "dip": "roentgen-dip", "double_dip": "roentgen-double_dip", "hump": "roentgen-hump", "mini_bumps": "roentgen-mini_bumps", "rumble_strip": "roentgen-rumble_strip", "table": "roentgen-traffic_table" } }