mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +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
|
|
@ -29,5 +29,11 @@
|
|||
"description": "Some sort of curb is present at this location, unknown whether it is raised, lowered, flush etc."
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"raised": "temaki-kerb-raised",
|
||||
"lowered": "temaki-kerb-lowered",
|
||||
"flush": "temaki-kerb-flush",
|
||||
"rolled": "temaki-kerb-rolled"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue