mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Merge branch 'main' into crossing_markings
This commit is contained in:
commit
506fe2b2b6
124 changed files with 1772 additions and 158 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "maki-bank",
|
||||
"icon": "temaki-atm2",
|
||||
"fields": [
|
||||
"operator",
|
||||
"network",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"bike_ride",
|
||||
"colour",
|
||||
"indoor",
|
||||
"level",
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@
|
|||
"reservation",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -16,5 +16,10 @@
|
|||
"amenity": "community_centre",
|
||||
"lgbtq": "primary"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "community_centre",
|
||||
"lgbtq": "primary",
|
||||
"community_centre:for": "lgbtq"
|
||||
},
|
||||
"name": "LGBTQ+ Community Center"
|
||||
}
|
||||
|
|
|
|||
22
data/presets/amenity/fast_food/cafeteria.json
Normal file
22
data/presets/amenity/fast_food/cafeteria.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-restaurant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"canteen",
|
||||
"dining hall",
|
||||
"lunchroom",
|
||||
"refectory"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"fast_food": "cafeteria"
|
||||
},
|
||||
"fields": [
|
||||
"{amenity/fast_food}",
|
||||
"access_simple"
|
||||
],
|
||||
"name": "Cafeteria"
|
||||
}
|
||||
|
|
@ -5,7 +5,8 @@
|
|||
"brand",
|
||||
"operator",
|
||||
"address",
|
||||
"fuel_multi",
|
||||
"fuel/fuel_multi",
|
||||
"fuel/fuel_multi-RU",
|
||||
"self_service",
|
||||
"building_area"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@
|
|||
"ref/FR/siret-FR",
|
||||
"real_fire-GB-IE",
|
||||
"sport_pub",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@
|
|||
"informal",
|
||||
"start_date",
|
||||
"capacity",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"moreFields": [
|
||||
"internet_access",
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
"sport_pub",
|
||||
"stars",
|
||||
"takeaway",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
"grades",
|
||||
"religion",
|
||||
"denomination",
|
||||
"website"
|
||||
"website",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"capacity",
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"theme park",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
"height",
|
||||
"material"
|
||||
],
|
||||
"moreFields": [
|
||||
"{barrier}",
|
||||
"two_sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"fields": [
|
||||
"material"
|
||||
],
|
||||
"moreFields": [
|
||||
"{barrier}",
|
||||
"two_sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
"fields": [
|
||||
"kerb",
|
||||
"tactile_paving",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"two_sided"
|
||||
],
|
||||
"moreFields": [
|
||||
"material"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
"architect",
|
||||
"building/levels/underground",
|
||||
"building/material",
|
||||
"building/prefabricated",
|
||||
"ele",
|
||||
"gnis/feature_id-US",
|
||||
"layer",
|
||||
|
|
|
|||
11
data/presets/building/fire_station.json
Normal file
11
data/presets/building/fire_station.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-house-fire",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "fire_station"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Fire Station Building"
|
||||
}
|
||||
|
|
@ -5,6 +5,10 @@
|
|||
"sport",
|
||||
"{club}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{club}",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@
|
|||
"tags": {
|
||||
"craft": "brewery"
|
||||
},
|
||||
"name": "Brewery"
|
||||
"name": "Craft Brewery"
|
||||
}
|
||||
|
|
|
|||
27
data/presets/highway/busway.json
Normal file
27
data/presets/highway/busway.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-bus",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"oneway",
|
||||
"structure",
|
||||
"covered"
|
||||
],
|
||||
"moreFields": [
|
||||
"trolley_wire"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "busway"
|
||||
},
|
||||
"aliases": [
|
||||
"Transitway",
|
||||
"Bus Rapid Transit"
|
||||
],
|
||||
"terms": [
|
||||
"brt"
|
||||
],
|
||||
"name": "Busway"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Motorway Link",
|
||||
"name": "{highway/motorway_link}",
|
||||
"icon": "iD-highway-motorway-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
|
|
@ -34,14 +34,6 @@
|
|||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": [
|
||||
"exit",
|
||||
"ramp",
|
||||
"road",
|
||||
"street",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Primary Link",
|
||||
"name": "{highway/primary_link}",
|
||||
"icon": "iD-highway-primary-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
|
|
@ -38,13 +38,6 @@
|
|||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
41
data/presets/highway/service_area.json
Normal file
41
data/presets/highway/service_area.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"fields": [
|
||||
"name",
|
||||
"service",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered_no",
|
||||
"flood_prone",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"smoothness",
|
||||
"trolley_wire"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service"
|
||||
},
|
||||
"terms": [
|
||||
"maneuvering area",
|
||||
"maneuvering surface",
|
||||
"manoeuvring area",
|
||||
"manoeuvring surface",
|
||||
"paved lot",
|
||||
"service road",
|
||||
"service yard",
|
||||
"shunting area",
|
||||
"staging lot",
|
||||
"yard"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Paved Service Area"
|
||||
}
|
||||
|
|
@ -33,26 +33,35 @@
|
|||
"agricultural road",
|
||||
"atv",
|
||||
"carriage road",
|
||||
"dirt road",
|
||||
"double track",
|
||||
"farm road",
|
||||
"fire road",
|
||||
"forest road",
|
||||
"forestry road",
|
||||
"four wheel drive",
|
||||
"haul road",
|
||||
"haulage road",
|
||||
"high-clearance",
|
||||
"jeep",
|
||||
"land access road",
|
||||
"logging road",
|
||||
"mining road",
|
||||
"offroad",
|
||||
"off-road",
|
||||
"overgrown",
|
||||
"primitive",
|
||||
"quad",
|
||||
"ranch road",
|
||||
"rut",
|
||||
"track",
|
||||
"track road",
|
||||
"two-track",
|
||||
"two track",
|
||||
"unmaintained",
|
||||
"vehicular trail",
|
||||
"woods road"
|
||||
],
|
||||
"name": "Track / Land-Access Road"
|
||||
"name": "Track / Land-Access Road",
|
||||
"aliases": [
|
||||
"Land-Access Road",
|
||||
"Track Road"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Trunk Link",
|
||||
"name": "{highway/trunk_link}",
|
||||
"icon": "iD-highway-trunk-link",
|
||||
"fields": [
|
||||
"{highway/motorway_link-US-CA}"
|
||||
|
|
@ -13,13 +13,6 @@
|
|||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
27
data/presets/landuse/industrial/_brewery.json
Normal file
27
data/presets/landuse/industrial/_brewery.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-storage_fermenter",
|
||||
"fields": [
|
||||
"{man_made/works/brewery}",
|
||||
"product"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/works/brewery}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"industrial": "brewery"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"reference": {
|
||||
"key": "industrial",
|
||||
"value": "brewery"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.9,
|
||||
"name": "{man_made/works/brewery}"
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"dog",
|
||||
"email",
|
||||
"fax",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"dog",
|
||||
"email",
|
||||
"fax",
|
||||
|
|
|
|||
19
data/presets/leisure/pitch/american_handball.json
Normal file
19
data/presets/leisure/pitch/american_handball.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-wall",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "american_handball"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "american_handball"
|
||||
},
|
||||
"terms": [
|
||||
"wallball"
|
||||
],
|
||||
"name": "American Handball Court"
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"sport",
|
||||
"building",
|
||||
"building_area",
|
||||
"address",
|
||||
"fee",
|
||||
"opening_hours",
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
|
|
|
|||
|
|
@ -31,5 +31,7 @@
|
|||
"value": "bridge"
|
||||
},
|
||||
"name": "Bridge Area",
|
||||
"matchScore": 0.85
|
||||
"aliases": [
|
||||
"Bridge"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
26
data/presets/man_made/tailings_pond.json
Normal file
26
data/presets/man_made/tailings_pond.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"resource",
|
||||
"operator",
|
||||
"intermittent"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "tailings_pond"
|
||||
},
|
||||
"terms": [
|
||||
"mining",
|
||||
"separation",
|
||||
"slurry"
|
||||
],
|
||||
"aliases": [
|
||||
"Tailing Pond",
|
||||
"Settling Pond",
|
||||
"Settling Pit"
|
||||
],
|
||||
"name": "Tailings Pond"
|
||||
}
|
||||
31
data/presets/man_made/works/brewery.json
Normal file
31
data/presets/man_made/works/brewery.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "temaki-storage_fermenter",
|
||||
"fields": [
|
||||
"{man_made/works}",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/works}",
|
||||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"alcohol",
|
||||
"beer",
|
||||
"bier",
|
||||
"booze",
|
||||
"cider"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "works",
|
||||
"product": "beer"
|
||||
},
|
||||
"reference": {
|
||||
"key": "product",
|
||||
"value": "beer"
|
||||
},
|
||||
"name": "Industrial Brewery"
|
||||
}
|
||||
23
data/presets/natural/tree_stump.json
Normal file
23
data/presets/natural/tree_stump.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-tree_stump",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"moreFields": [
|
||||
"leaf_type_singular",
|
||||
"leaf_cycle_singular",
|
||||
"denotation",
|
||||
"height",
|
||||
"circumference",
|
||||
"{natural/tree}"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "tree_stump"
|
||||
},
|
||||
"terms": [
|
||||
"cut tree",
|
||||
"removed tree"
|
||||
],
|
||||
"name": "Tree Stump"
|
||||
}
|
||||
23
data/presets/natural/water/oxbow.json
Normal file
23
data/presets/natural/water/oxbow.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "oxbow"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "oxbow"
|
||||
},
|
||||
"terms": [
|
||||
"anabranch",
|
||||
"billabong",
|
||||
"cut off",
|
||||
"meander",
|
||||
"oxbow",
|
||||
"resaca"
|
||||
],
|
||||
"name": "Oxbow Lake"
|
||||
}
|
||||
14
data/presets/office/property_management.json
Normal file
14
data/presets/office/property_management.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "property_management"
|
||||
},
|
||||
"terms": [
|
||||
"property rental"
|
||||
],
|
||||
"name": "Property Management / Leasing Office"
|
||||
}
|
||||
14
data/presets/office/union.json
Normal file
14
data/presets/office/union.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "union"
|
||||
},
|
||||
"terms": [
|
||||
"trade union"
|
||||
],
|
||||
"name": "Labor Union Office"
|
||||
}
|
||||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-city",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id-US"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-town",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-village",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
28
data/presets/power/catenary_mast.json
Normal file
28
data/presets/power/catenary_mast.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "temaki-power_pole",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator"
|
||||
],
|
||||
"moreFields": [
|
||||
"height",
|
||||
"line_attachment",
|
||||
"line_management",
|
||||
"manufacturer",
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"power": "catenary_mast"
|
||||
},
|
||||
"terms": [
|
||||
"catenary pylon",
|
||||
"catenary mast",
|
||||
"overhead line",
|
||||
"overhead wire"
|
||||
],
|
||||
"name": "Catenary Pole"
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/method",
|
||||
"generator/method/hydro",
|
||||
"generator/type",
|
||||
"generator/output/electricity"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/method",
|
||||
"generator/type",
|
||||
"generator/output/electricity"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -3,10 +3,11 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/source",
|
||||
"plant/method",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"icon": "maki-dam",
|
||||
"fields": [
|
||||
"{power/plant}"
|
||||
"name",
|
||||
"operator",
|
||||
"plant/source",
|
||||
"plant/method/hydro",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
|
|
|
|||
46
data/presets/power/plant/source/method/photovoltaic.json
Normal file
46
data/presets/power/plant/source/method/photovoltaic.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"icon": "fas-solar-panel",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"plant/method/solar",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "solar",
|
||||
"plant:method": "photovoltaic"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"plant:source": "solar",
|
||||
"plant:method": "photovoltaic",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"removeTags": {
|
||||
"power": "plant",
|
||||
"plant:method": "*",
|
||||
"plant:source": "solar",
|
||||
"plant:output:electricity": "*",
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:method",
|
||||
"value": "photovoltaic"
|
||||
},
|
||||
"terms": [
|
||||
"photovoltaic power station",
|
||||
"solar panels",
|
||||
"solar park",
|
||||
"utility-scale solar"
|
||||
],
|
||||
"name": "Solar Farm"
|
||||
}
|
||||
|
|
@ -3,8 +3,9 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"icon": "fas-solar-panel",
|
||||
"fields": [
|
||||
"{power/plant}"
|
||||
"name",
|
||||
"operator",
|
||||
"plant/method/solar",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
|
|
@ -15,26 +21,18 @@
|
|||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"plant:source": "solar",
|
||||
"plant:method": "photovoltaic",
|
||||
"plant:output:electricity": "*"
|
||||
"plant:source": "solar"
|
||||
},
|
||||
"removeTags": {
|
||||
"power": "plant",
|
||||
"plant:method": "*",
|
||||
"plant:source": "solar",
|
||||
"plant:method": "*",
|
||||
"plant:output:electricity": "*",
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:method",
|
||||
"value": "photovoltaic"
|
||||
"key": "plant:source",
|
||||
"value": "solar"
|
||||
},
|
||||
"terms": [
|
||||
"photovoltaic power station",
|
||||
"solar panels",
|
||||
"solar park",
|
||||
"utility-scale solar"
|
||||
],
|
||||
"name": "Solar Farm"
|
||||
"name": "Solar Power Plant"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,10 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/method/waste",
|
||||
"plant/output",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output/electricity",
|
||||
"address",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
"ref/FR/siret-FR",
|
||||
"second_hand",
|
||||
"stroller",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -7,5 +7,11 @@
|
|||
"tags": {
|
||||
"shop": "bed"
|
||||
},
|
||||
"terms": [
|
||||
"bed",
|
||||
"duvet",
|
||||
"mattress",
|
||||
"pillow"
|
||||
],
|
||||
"name": "Bedding/Mattress Store"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"clothes",
|
||||
"dresses",
|
||||
"fashion",
|
||||
"outfits",
|
||||
"pants",
|
||||
"shirts",
|
||||
"shorts",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"bridesmaid",
|
||||
"groom",
|
||||
"groomsman",
|
||||
"marriage outfits",
|
||||
"tuxedo",
|
||||
"wedding dress",
|
||||
"wedding gown"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"icon": "temaki-propane_tank",
|
||||
"fields": [
|
||||
"{shop}",
|
||||
"fuel_multi"
|
||||
"fuel/fuel_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"icon": "maki-grocery",
|
||||
"moreFields": [
|
||||
"{shop}",
|
||||
"cuisine",
|
||||
"diet_multi",
|
||||
"organic"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
"height_building",
|
||||
"internet_access/ssid",
|
||||
"phone",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@
|
|||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"operator",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"fuel_multi"
|
||||
"fuel/fuel_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"branch_brand",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue