Skip to content

Commit 4a0ecce

Browse files
Add a field for the key "model"
Hi, the key "model" ( https://wiki.openstreetmap.org/wiki/Key%3Amodel ) describes the model designation of a manufactured object. Formerly, it has been used for power=generator mainly, but now its usage has increased and is spread around over vrious objects which can have a model-designation / model-name. For example public telephones, elevators, street cabinets, substations and so on. ***It is used over 32000 times.*** So I think it's worth adding it. The kind of field should be free-text generally, but I chose the field type "combo" so that people can orientate on which values are already in use. For this, there's also the case-sensivity important.
1 parent bd578a7 commit 4a0ecce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/fields/model.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"key": "model",
3+
"type": "combo",
4+
"label": "Model",
5+
"caseSensitive": true
6+
}

0 commit comments

Comments
 (0)