mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
66b9054e38
This makes the .json files the one-stop-shop for adding/modifying presets. You don't have to remember to also update presets.yaml.
15 lines
204 B
JSON
15 lines
204 B
JSON
{
|
|
"fields": [
|
|
"man_made"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"man_made": "*"
|
|
},
|
|
"name": "Man Made"
|
|
} |