mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-25 09:34:05 +02:00
26 lines
407 B
JSON
26 lines
407 B
JSON
{
|
|
"icon": "maki-entrance-alt1",
|
|
"fields": [
|
|
"ref",
|
|
"entrance",
|
|
"door",
|
|
"access_simple",
|
|
"wheelchair",
|
|
"level",
|
|
"address"
|
|
],
|
|
"geometry": [
|
|
"vertex"
|
|
],
|
|
"tags": {
|
|
"entrance": "*"
|
|
},
|
|
"terms": [
|
|
"entrance",
|
|
"exit",
|
|
"door"
|
|
],
|
|
"matchScore": 0.8,
|
|
"name": "Entrance / Exit"
|
|
}
|