mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-07 15:33:54 +02:00
25 lines
384 B
JSON
25 lines
384 B
JSON
{
|
|
"icon": "maki-entrance-alt1",
|
|
"fields": [
|
|
"ref",
|
|
"entrance",
|
|
"door",
|
|
"access_simple",
|
|
"wheelchair",
|
|
"level",
|
|
"address"
|
|
],
|
|
"geometry": [
|
|
"vertex"
|
|
],
|
|
"tags": {
|
|
"entrance": "*"
|
|
},
|
|
"terms": [
|
|
"entrance",
|
|
"exit",
|
|
"door"
|
|
],
|
|
"name": "Entrance / Exit"
|
|
}
|