mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
ce3b33e374
Also - use field inheritance to simplify presets - rename multipurpose to "Golf Cartpath / Service Road" (I think users would understand this better) - add `maxspeed` to "Golf Cartpath / Service Road"
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"icon": "maki-golf",
|
|
"geometry": "line",
|
|
"name": "Golf Features",
|
|
"members": [
|
|
"golf/hole",
|
|
"golf/cartpath",
|
|
"golf/cartpath_service",
|
|
"golf/path"
|
|
]
|
|
}
|