mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add icons to kerb fields, tweak label, drop from specialized presets
specialized presets should be switched using the preset selector, no need to duplicate that as a combo box. this effectively reverts https://github.com/openstreetmap/iD/issues/6360 (re icons, see also https://github.com/openstreetmap/id-tagging-schema/pull/1077#issuecomment-1966247784) also remove duplicates of translatable strings
This commit is contained in:
parent
e1e5a323f7
commit
982e632ec0
6 changed files with 16 additions and 28 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"icon": "temaki-kerb-flush",
|
||||
"fields": [
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"icon": "temaki-kerb-lowered",
|
||||
"fields": [
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"icon": "temaki-kerb-raised",
|
||||
"fields": [
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"icon": "temaki-kerb-rolled",
|
||||
"fields": [
|
||||
"kerb/kerb_barrier",
|
||||
"{barrier/kerb}",
|
||||
"kerb/height"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue