mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
* Having separate presets for Surveillance and Surveillance Camera means we can show the camera related fields only if `surveillance:type=camera` * Generally use Upper Case for labels and keep it short * if list of values is really fixed, use options strings to make them translateable * if list of values is not fixed, avoid adding placeholder, iD will fetch from taginfo * Seems like value "ALPR" is preferred over "alpr"
7 lines
141 B
JSON
7 lines
141 B
JSON
{
|
|
"key": "camera:direction",
|
|
"type": "number",
|
|
"label": "Direction (Degrees Clockwise)",
|
|
"placeholder": "45, 90, 180, 270"
|
|
}
|