mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Add translatable strings to kerb field (#1029)
This commit is contained in:
parent
02f36be12a
commit
0d31467e43
7 changed files with 59 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"icon": "temaki-kerb-raised",
|
||||
"fields": [
|
||||
"kerb",
|
||||
"kerb/kerb_barrier",
|
||||
"tactile_paving",
|
||||
"wheelchair",
|
||||
"two_sided"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"icon": "temaki-kerb-flush",
|
||||
"fields": [
|
||||
"kerb",
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"icon": "temaki-kerb-lowered",
|
||||
"fields": [
|
||||
"kerb",
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"icon": "temaki-kerb-raised",
|
||||
"fields": [
|
||||
"kerb",
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"icon": "temaki-kerb-rolled",
|
||||
"fields": [
|
||||
"kerb",
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue