mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-09 03:25:37 +02:00
831b67beae
presets with universal=true show up for any preset if the key is present
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"type": "address",
|
|
"keys": [
|
|
"addr:housename",
|
|
"addr:housenumber",
|
|
"addr:street",
|
|
"addr:city"
|
|
],
|
|
"universal": true
|
|
}
|