mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 19:59:35 +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.
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"fields": [
|
|
"historic"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"historic": "*"
|
|
},
|
|
"name": "Historic Site"
|
|
} |