mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add fields for level crossing (#194)
This commit is contained in:
parent
b2aefe913b
commit
754d07395f
6 changed files with 56 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing/barrier",
|
||||
"crossing/bell",
|
||||
"crossing/light"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"icon": "maki-cross",
|
||||
"fields": [
|
||||
"crossing/barrier",
|
||||
"crossing/bell",
|
||||
"crossing/light"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue