mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-14 01:32:53 +00:00
21 lines
298 B
JSON
21 lines
298 B
JSON
{
|
|
"fields": [
|
|
"address"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"addr:*": "*"
|
|
},
|
|
"addTags": {},
|
|
"removeTags": {},
|
|
"reference": {
|
|
"key": "addr"
|
|
},
|
|
"name": "Address",
|
|
"matchScore": 0.15
|
|
}
|