mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +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.
18 lines
257 B
JSON
18 lines
257 B
JSON
{
|
|
"icon": "shop",
|
|
"fields": [
|
|
"shop",
|
|
"address",
|
|
"opening_hours"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"shop": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Shop"
|
|
} |