mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 07:13:53 +01:00
This is to follow the rules of the CMOS (see https://www.chicagomanualofstyle.org/qanda/data/faq/topics/Punctuation/faq0096.html)
24 lines
382 B
JSON
24 lines
382 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"
|
|
}
|