mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 22:33:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
39
data/presets/craft.json
Normal file
39
data/presets/craft.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"fields": [
|
||||
"name",
|
||||
"craft",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"building/levels_building",
|
||||
"ele",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id",
|
||||
"height_building",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"product",
|
||||
"ref/vatin",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "*"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Craft"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue