mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 15:05:32 +00:00
All iD sprite graphics are now prefixed with `iD-` Also includes support for sending the preset logos to taginfo
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"icon": "iD-category-rail",
|
|
"geometry": "line",
|
|
"name": "Rail Features",
|
|
"members": [
|
|
"railway/rail",
|
|
"railway/subway",
|
|
"railway/tram",
|
|
"railway/monorail",
|
|
"railway/disused",
|
|
"railway/abandoned"
|
|
]
|
|
}
|