@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 652 B
JSON
{
"icon": "temaki-train_steam",
"fields": [
"railway",
"{railway/light_rail}"
],
"moreFields": [
"{railway/light_rail}"
],
"geometry": [
"line"
],
"tags": {
"railway": "*",
"railway:preserved": "yes"
},
"addTags": {
"railway": "rail",
"railway:preserved": "yes"
},
"reference": {
"key": "railway:preserved"
},
"terms": [
"historic train",
"preserved rail",
"steam train",
"tourist train"
],
"name": "Heritage Railway Track",
"aliases": [
"Preserved Railway Track"
]
}