mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
16
data/presets/craft/_locksmith.json
Normal file
16
data/presets/craft/_locksmith.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-marker-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "locksmith"
|
||||
},
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "locksmith"
|
||||
},
|
||||
"name": "Locksmith",
|
||||
"searchable": false
|
||||
}
|
||||
16
data/presets/craft/_tailor.json
Normal file
16
data/presets/craft/_tailor.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-needle_and_spool",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "tailor"
|
||||
},
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "tailor"
|
||||
},
|
||||
"name": "Tailor",
|
||||
"searchable": false
|
||||
}
|
||||
17
data/presets/craft/agricultural_engines.json
Normal file
17
data/presets/craft/agricultural_engines.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "fas-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "agricultural_engines"
|
||||
},
|
||||
"terms": [
|
||||
"combines",
|
||||
"farm equipment",
|
||||
"harvesters",
|
||||
"tractors"
|
||||
],
|
||||
"name": "Agricultural Engines Mechanic"
|
||||
}
|
||||
11
data/presets/craft/basket_maker.json
Normal file
11
data/presets/craft/basket_maker.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-vase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "basket_maker"
|
||||
},
|
||||
"name": "Basket Maker"
|
||||
}
|
||||
11
data/presets/craft/beekeeper.json
Normal file
11
data/presets/craft/beekeeper.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "beekeeper"
|
||||
},
|
||||
"name": "Beekeeper"
|
||||
}
|
||||
11
data/presets/craft/blacksmith.json
Normal file
11
data/presets/craft/blacksmith.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-anvil_and_hammer",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "blacksmith"
|
||||
},
|
||||
"name": "Blacksmith"
|
||||
}
|
||||
12
data/presets/craft/boatbuilder.json
Normal file
12
data/presets/craft/boatbuilder.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "temaki-boat_repair",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "boatbuilder"
|
||||
},
|
||||
"matchScore": 0.6,
|
||||
"name": "Boat Builder"
|
||||
}
|
||||
14
data/presets/craft/bookbinder.json
Normal file
14
data/presets/craft/bookbinder.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-library",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"book repair"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "bookbinder"
|
||||
},
|
||||
"name": "Bookbinder"
|
||||
}
|
||||
27
data/presets/craft/brewery.json
Normal file
27
data/presets/craft/brewery.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-storage_fermenter",
|
||||
"fields": [
|
||||
"{craft}",
|
||||
"product"
|
||||
],
|
||||
"moreFields": [
|
||||
"{craft}",
|
||||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"alcohol",
|
||||
"beer",
|
||||
"beverage",
|
||||
"bier",
|
||||
"booze",
|
||||
"cider"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "brewery"
|
||||
},
|
||||
"name": "Brewery"
|
||||
}
|
||||
14
data/presets/craft/carpenter.json
Normal file
14
data/presets/craft/carpenter.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "fas-hammer",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"woodworker"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "carpenter"
|
||||
},
|
||||
"name": "Carpenter"
|
||||
}
|
||||
11
data/presets/craft/carpet_layer.json
Normal file
11
data/presets/craft/carpet_layer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "carpet_layer"
|
||||
},
|
||||
"name": "Carpet Layer"
|
||||
}
|
||||
16
data/presets/craft/caterer.json
Normal file
16
data/presets/craft/caterer.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-catering",
|
||||
"fields": [
|
||||
"name",
|
||||
"cuisine",
|
||||
"{craft}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "caterer"
|
||||
},
|
||||
"name": "Caterer"
|
||||
}
|
||||
11
data/presets/craft/chimney_sweeper.json
Normal file
11
data/presets/craft/chimney_sweeper.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-chimney",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "chimney_sweeper"
|
||||
},
|
||||
"name": "Chimney Sweeper"
|
||||
}
|
||||
11
data/presets/craft/cleaning.json
Normal file
11
data/presets/craft/cleaning.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-vacuum",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "cleaning"
|
||||
},
|
||||
"name": "Cleaning Service"
|
||||
}
|
||||
11
data/presets/craft/clockmaker.json
Normal file
11
data/presets/craft/clockmaker.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-clock",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "clockmaker"
|
||||
},
|
||||
"name": "Clockmaker"
|
||||
}
|
||||
15
data/presets/craft/confectionery.json
Normal file
15
data/presets/craft/confectionery.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-confectionery",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sweet",
|
||||
"candy"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "confectionery"
|
||||
},
|
||||
"name": "Candy Maker"
|
||||
}
|
||||
39
data/presets/craft/distillery.json
Normal file
39
data/presets/craft/distillery.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "temaki-storage_fermenter",
|
||||
"fields": [
|
||||
"{craft}",
|
||||
"product"
|
||||
],
|
||||
"moreFields": [
|
||||
"{craft}",
|
||||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"alcohol",
|
||||
"beverage",
|
||||
"bourbon",
|
||||
"booze",
|
||||
"brandy",
|
||||
"gin",
|
||||
"hooch",
|
||||
"liquor",
|
||||
"mezcal",
|
||||
"moonshine",
|
||||
"rum",
|
||||
"scotch",
|
||||
"spirits",
|
||||
"still",
|
||||
"tequila",
|
||||
"vodka",
|
||||
"whiskey",
|
||||
"whisky"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "distillery"
|
||||
},
|
||||
"name": "Distillery"
|
||||
}
|
||||
14
data/presets/craft/dressmaker.json
Normal file
14
data/presets/craft/dressmaker.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-dress",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"seamstress"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "dressmaker"
|
||||
},
|
||||
"name": "Dressmaker"
|
||||
}
|
||||
15
data/presets/craft/electrician.json
Normal file
15
data/presets/craft/electrician.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "temaki-power",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"power",
|
||||
"wire"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "electrician"
|
||||
},
|
||||
"name": "Electrician"
|
||||
}
|
||||
11
data/presets/craft/electronics_repair.json
Normal file
11
data/presets/craft/electronics_repair.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-screwdriver",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "electronics_repair"
|
||||
},
|
||||
"name": "Electronics Repair Shop"
|
||||
}
|
||||
11
data/presets/craft/floorer.json
Normal file
11
data/presets/craft/floorer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-brick_trowel",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "floorer"
|
||||
},
|
||||
"name": "Floorer"
|
||||
}
|
||||
15
data/presets/craft/gardener.json
Normal file
15
data/presets/craft/gardener.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-garden-centre",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"landscaper",
|
||||
"grounds keeper"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "gardener"
|
||||
},
|
||||
"name": "Gardener"
|
||||
}
|
||||
16
data/presets/craft/glaziery.json
Normal file
16
data/presets/craft/glaziery.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-window",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"glass",
|
||||
"stained-glass",
|
||||
"window"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "glaziery"
|
||||
},
|
||||
"name": "Glaziery"
|
||||
}
|
||||
11
data/presets/craft/handicraft.json
Normal file
11
data/presets/craft/handicraft.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-vase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "handicraft"
|
||||
},
|
||||
"name": "Handicraft Workspace"
|
||||
}
|
||||
16
data/presets/craft/hvac.json
Normal file
16
data/presets/craft/hvac.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"heat*",
|
||||
"vent*",
|
||||
"air conditioning"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "hvac"
|
||||
},
|
||||
"name": "HVAC Workplace"
|
||||
}
|
||||
11
data/presets/craft/insulator.json
Normal file
11
data/presets/craft/insulator.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "insulation"
|
||||
},
|
||||
"name": "Insulator"
|
||||
}
|
||||
14
data/presets/craft/joiner.json
Normal file
14
data/presets/craft/joiner.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "fas-hammer",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "joiner"
|
||||
},
|
||||
"terms": [
|
||||
"furniture"
|
||||
],
|
||||
"name": "Joiner"
|
||||
}
|
||||
11
data/presets/craft/key_cutter.json
Normal file
11
data/presets/craft/key_cutter.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-key",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "key_cutter"
|
||||
},
|
||||
"name": "Key Cutter"
|
||||
}
|
||||
11
data/presets/craft/metal_construction.json
Normal file
11
data/presets/craft/metal_construction.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "metal_construction"
|
||||
},
|
||||
"name": "Metalworker"
|
||||
}
|
||||
11
data/presets/craft/painter.json
Normal file
11
data/presets/craft/painter.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-paint-roller",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "painter"
|
||||
},
|
||||
"name": "Painter"
|
||||
}
|
||||
11
data/presets/craft/parquet_layer.json
Normal file
11
data/presets/craft/parquet_layer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-brick_trowel",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "parquet_layer"
|
||||
},
|
||||
"name": "Parquet Layer"
|
||||
}
|
||||
11
data/presets/craft/photographer.json
Normal file
11
data/presets/craft/photographer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-attraction",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "photographer"
|
||||
},
|
||||
"name": "Photographer"
|
||||
}
|
||||
14
data/presets/craft/photographic_laboratory.json
Normal file
14
data/presets/craft/photographic_laboratory.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "fas-film",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"film"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "photographic_laboratory"
|
||||
},
|
||||
"name": "Photographic Laboratory"
|
||||
}
|
||||
11
data/presets/craft/plasterer.json
Normal file
11
data/presets/craft/plasterer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-brick_trowel",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "plasterer"
|
||||
},
|
||||
"name": "Plasterer"
|
||||
}
|
||||
14
data/presets/craft/plumber.json
Normal file
14
data/presets/craft/plumber.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-plumber",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pipe"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "plumber"
|
||||
},
|
||||
"name": "Plumber"
|
||||
}
|
||||
17
data/presets/craft/pottery.json
Normal file
17
data/presets/craft/pottery.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-vase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ceramic",
|
||||
"kiln",
|
||||
"pot",
|
||||
"vase"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "pottery"
|
||||
},
|
||||
"name": "Pottery Maker"
|
||||
}
|
||||
11
data/presets/craft/rigger.json
Normal file
11
data/presets/craft/rigger.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "rigger"
|
||||
},
|
||||
"name": "Rigger"
|
||||
}
|
||||
11
data/presets/craft/roofer.json
Normal file
11
data/presets/craft/roofer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-hammer",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "roofer"
|
||||
},
|
||||
"name": "Roofer"
|
||||
}
|
||||
11
data/presets/craft/saddler.json
Normal file
11
data/presets/craft/saddler.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "saddler"
|
||||
},
|
||||
"name": "Saddler"
|
||||
}
|
||||
11
data/presets/craft/sailmaker.json
Normal file
11
data/presets/craft/sailmaker.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "sailmaker"
|
||||
},
|
||||
"name": "Sailmaker"
|
||||
}
|
||||
14
data/presets/craft/sawmill.json
Normal file
14
data/presets/craft/sawmill.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-logging",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"lumber"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "sawmill"
|
||||
},
|
||||
"name": "Sawmill"
|
||||
}
|
||||
11
data/presets/craft/scaffolder.json
Normal file
11
data/presets/craft/scaffolder.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-scaffold",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "scaffolder"
|
||||
},
|
||||
"name": "Scaffolder"
|
||||
}
|
||||
11
data/presets/craft/sculptor.json
Normal file
11
data/presets/craft/sculptor.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-art-gallery",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "sculptor"
|
||||
},
|
||||
"name": "Sculptor"
|
||||
}
|
||||
14
data/presets/craft/shoemaker.json
Normal file
14
data/presets/craft/shoemaker.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-shoe",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"cobbler"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "shoemaker"
|
||||
},
|
||||
"name": "Shoemaker"
|
||||
}
|
||||
11
data/presets/craft/signmaker.json
Normal file
11
data/presets/craft/signmaker.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "signmaker"
|
||||
},
|
||||
"name": "Signmaker"
|
||||
}
|
||||
14
data/presets/craft/stonemason.json
Normal file
14
data/presets/craft/stonemason.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-brick_trowel",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"masonry"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "stonemason"
|
||||
},
|
||||
"name": "Stonemason"
|
||||
}
|
||||
11
data/presets/craft/tiler.json
Normal file
11
data/presets/craft/tiler.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-brick_trowel",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "tiler"
|
||||
},
|
||||
"name": "Tiler"
|
||||
}
|
||||
11
data/presets/craft/tinsmith.json
Normal file
11
data/presets/craft/tinsmith.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "tinsmith"
|
||||
},
|
||||
"name": "Tinsmith"
|
||||
}
|
||||
11
data/presets/craft/upholsterer.json
Normal file
11
data/presets/craft/upholsterer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "upholsterer"
|
||||
},
|
||||
"name": "Upholsterer"
|
||||
}
|
||||
11
data/presets/craft/watchmaker.json
Normal file
11
data/presets/craft/watchmaker.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-watch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "watchmaker"
|
||||
},
|
||||
"name": "Watchmaker"
|
||||
}
|
||||
14
data/presets/craft/window_construction.json
Normal file
14
data/presets/craft/window_construction.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-window",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"glass"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "window_construction"
|
||||
},
|
||||
"name": "Window Construction"
|
||||
}
|
||||
15
data/presets/craft/winery.json
Normal file
15
data/presets/craft/winery.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-alcohol-shop",
|
||||
"moreFields": [
|
||||
"{craft}",
|
||||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "winery"
|
||||
},
|
||||
"name": "Winery"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue