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
12
data/presets/natural/bare_rock.json
Normal file
12
data/presets/natural/bare_rock.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "bare_rock"
|
||||
},
|
||||
"terms": [
|
||||
"rock"
|
||||
],
|
||||
"name": "Bare Rock"
|
||||
}
|
||||
16
data/presets/natural/bay.json
Normal file
16
data/presets/natural/bay.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "bay"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Bay"
|
||||
}
|
||||
17
data/presets/natural/beach.json
Normal file
17
data/presets/natural/beach.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "beach"
|
||||
},
|
||||
"terms": [
|
||||
"shore"
|
||||
],
|
||||
"name": "Beach"
|
||||
}
|
||||
23
data/presets/natural/cape.json
Normal file
23
data/presets/natural/cape.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node",
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "cape"
|
||||
},
|
||||
"terms": [
|
||||
"bay",
|
||||
"coastline",
|
||||
"erosion",
|
||||
"headland",
|
||||
"promontory"
|
||||
],
|
||||
"name": "Cape"
|
||||
}
|
||||
28
data/presets/natural/cave_entrance.json
Normal file
28
data/presets/natural/cave_entrance.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "maki-triangle",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node",
|
||||
"access_simple",
|
||||
"direction",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "cave_entrance"
|
||||
},
|
||||
"terms": [
|
||||
"cavern",
|
||||
"hollow",
|
||||
"grotto",
|
||||
"shelter",
|
||||
"cavity"
|
||||
],
|
||||
"name": "Cave Entrance"
|
||||
}
|
||||
23
data/presets/natural/cliff.json
Normal file
23
data/presets/natural/cliff.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-cliff_falling_rocks",
|
||||
"fields": [
|
||||
"name",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "cliff"
|
||||
},
|
||||
"terms": [
|
||||
"crag",
|
||||
"escarpment",
|
||||
"rock face",
|
||||
"scarp"
|
||||
],
|
||||
"name": "Cliff"
|
||||
}
|
||||
13
data/presets/natural/coastline.json
Normal file
13
data/presets/natural/coastline.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "coastline"
|
||||
},
|
||||
"terms": [
|
||||
"shore"
|
||||
],
|
||||
"name": "Coastline"
|
||||
}
|
||||
10
data/presets/natural/fell.json
Normal file
10
data/presets/natural/fell.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "fell"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Fell"
|
||||
}
|
||||
25
data/presets/natural/geyser.json
Normal file
25
data/presets/natural/geyser.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"geyser/height",
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "geyser"
|
||||
},
|
||||
"terms": [
|
||||
"erupting spring",
|
||||
"geiser",
|
||||
"gieser",
|
||||
"guyser",
|
||||
"hot water",
|
||||
"hydrogeology",
|
||||
"hydrothermal explosion",
|
||||
"steam"
|
||||
],
|
||||
"name": "Geyser"
|
||||
}
|
||||
14
data/presets/natural/glacier.json
Normal file
14
data/presets/natural/glacier.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-snow",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "glacier"
|
||||
},
|
||||
"terms": [
|
||||
"ice",
|
||||
"snow"
|
||||
],
|
||||
"name": "Glacier"
|
||||
}
|
||||
15
data/presets/natural/grassland.json
Normal file
15
data/presets/natural/grassland.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "temaki-grass",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "grassland"
|
||||
},
|
||||
"terms": [
|
||||
"field",
|
||||
"prairie",
|
||||
"savanna"
|
||||
],
|
||||
"name": "Grassland"
|
||||
}
|
||||
11
data/presets/natural/heath.json
Normal file
11
data/presets/natural/heath.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-shrub_low",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "heath"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Heath"
|
||||
}
|
||||
21
data/presets/natural/hot_spring.json
Normal file
21
data/presets/natural/hot_spring.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"intermittent"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "hot_spring"
|
||||
},
|
||||
"terms": [
|
||||
"geothermal spring",
|
||||
"thermal pool"
|
||||
],
|
||||
"name": "Hot Spring"
|
||||
}
|
||||
12
data/presets/natural/mud.json
Normal file
12
data/presets/natural/mud.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "mud"
|
||||
},
|
||||
"terms": [
|
||||
"wetland"
|
||||
],
|
||||
"name": "Mud"
|
||||
}
|
||||
30
data/presets/natural/peak.json
Normal file
30
data/presets/natural/peak.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "maki-mountain",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "peak"
|
||||
},
|
||||
"terms": [
|
||||
"acme",
|
||||
"aiguille",
|
||||
"alp",
|
||||
"climax",
|
||||
"crest",
|
||||
"crown",
|
||||
"hill",
|
||||
"mount",
|
||||
"mountain",
|
||||
"pinnacle",
|
||||
"summit",
|
||||
"tip",
|
||||
"top"
|
||||
],
|
||||
"name": "Peak"
|
||||
}
|
||||
18
data/presets/natural/reef.json
Normal file
18
data/presets/natural/reef.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "reef"
|
||||
},
|
||||
"terms": [
|
||||
"barrier",
|
||||
"coral",
|
||||
"ocean",
|
||||
"sand",
|
||||
"shoal"
|
||||
],
|
||||
"name": "Reef"
|
||||
}
|
||||
13
data/presets/natural/ridge.json
Normal file
13
data/presets/natural/ridge.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "temaki-mountain_range",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "ridge"
|
||||
},
|
||||
"terms": [
|
||||
"crest"
|
||||
],
|
||||
"name": "Ridge"
|
||||
}
|
||||
19
data/presets/natural/rock.json
Normal file
19
data/presets/natural/rock.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-boulder2",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "rock"
|
||||
},
|
||||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
],
|
||||
"name": "Attached Rock / Boulder"
|
||||
}
|
||||
19
data/presets/natural/saddle.json
Normal file
19
data/presets/natural/saddle.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-saddle",
|
||||
"fields": [
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "saddle"
|
||||
},
|
||||
"terms": [
|
||||
"pass",
|
||||
"mountain pass",
|
||||
"top"
|
||||
],
|
||||
"name": "Saddle"
|
||||
}
|
||||
12
data/presets/natural/sand.json
Normal file
12
data/presets/natural/sand.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "sand"
|
||||
},
|
||||
"terms": [
|
||||
"desert"
|
||||
],
|
||||
"name": "Sand"
|
||||
}
|
||||
12
data/presets/natural/scree.json
Normal file
12
data/presets/natural/scree.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "scree"
|
||||
},
|
||||
"terms": [
|
||||
"loose rocks"
|
||||
],
|
||||
"name": "Scree"
|
||||
}
|
||||
14
data/presets/natural/scrub.json
Normal file
14
data/presets/natural/scrub.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-shrub",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "scrub"
|
||||
},
|
||||
"terms": [
|
||||
"bush",
|
||||
"shrubs"
|
||||
],
|
||||
"name": "Scrub"
|
||||
}
|
||||
16
data/presets/natural/shingle.json
Normal file
16
data/presets/natural/shingle.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "shingle"
|
||||
},
|
||||
"terms": [
|
||||
"beach",
|
||||
"gravel",
|
||||
"pebbles",
|
||||
"riverbed",
|
||||
"rounded rock fragments"
|
||||
],
|
||||
"name": "Shingle"
|
||||
}
|
||||
21
data/presets/natural/shrub.json
Normal file
21
data/presets/natural/shrub.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-shrub",
|
||||
"fields": [
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "shrub"
|
||||
},
|
||||
"terms": [
|
||||
"bush",
|
||||
"scrub"
|
||||
],
|
||||
"name": "Shrub"
|
||||
}
|
||||
22
data/presets/natural/spring.json
Normal file
22
data/presets/natural/spring.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"drinking_water",
|
||||
"intermittent"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "spring"
|
||||
},
|
||||
"terms": [
|
||||
"aquifer",
|
||||
"hydro",
|
||||
"seep",
|
||||
"water source"
|
||||
],
|
||||
"name": "Spring"
|
||||
}
|
||||
19
data/presets/natural/stone.json
Normal file
19
data/presets/natural/stone.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-boulder1",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "stone"
|
||||
},
|
||||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
],
|
||||
"name": "Unattached Stone / Boulder"
|
||||
}
|
||||
23
data/presets/natural/tree.json
Normal file
23
data/presets/natural/tree.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "maki-park",
|
||||
"fields": [
|
||||
"leaf_type_singular",
|
||||
"leaf_cycle_singular",
|
||||
"denotation",
|
||||
"height",
|
||||
"diameter"
|
||||
],
|
||||
"moreFields": [
|
||||
"circumference",
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "tree"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Tree"
|
||||
}
|
||||
16
data/presets/natural/tree_row.json
Normal file
16
data/presets/natural/tree_row.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-tree_row",
|
||||
"fields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle",
|
||||
"denotation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "tree_row"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Tree Row"
|
||||
}
|
||||
33
data/presets/natural/valley.json
Normal file
33
data/presets/natural/valley.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "temaki-valley",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node",
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "valley"
|
||||
},
|
||||
"terms": [
|
||||
"canyon",
|
||||
"dale",
|
||||
"dell",
|
||||
"dene",
|
||||
"depression",
|
||||
"glen",
|
||||
"gorge",
|
||||
"gully",
|
||||
"gulley",
|
||||
"gultch",
|
||||
"hollow",
|
||||
"ravine",
|
||||
"rift",
|
||||
"vale"
|
||||
],
|
||||
"name": "Valley"
|
||||
}
|
||||
21
data/presets/natural/volcano.json
Normal file
21
data/presets/natural/volcano.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-volcano",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node",
|
||||
"volcano/status",
|
||||
"volcano/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "volcano"
|
||||
},
|
||||
"terms": [
|
||||
"mountain",
|
||||
"crater"
|
||||
],
|
||||
"name": "Volcano"
|
||||
}
|
||||
21
data/presets/natural/water.json
Normal file
21
data/presets/natural/water.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"water",
|
||||
"intermittent"
|
||||
],
|
||||
"moreFields": [
|
||||
"fishing",
|
||||
"gnis/feature_id",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water"
|
||||
},
|
||||
"name": "Water"
|
||||
}
|
||||
27
data/presets/natural/water/basin.json
Normal file
27
data/presets/natural/water/basin.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"basin",
|
||||
"intermittent_yes"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "basin"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "basin"
|
||||
},
|
||||
"terms": [
|
||||
"detention",
|
||||
"drain",
|
||||
"overflow",
|
||||
"rain",
|
||||
"retention"
|
||||
],
|
||||
"name": "Basin"
|
||||
}
|
||||
19
data/presets/natural/water/canal.json
Normal file
19
data/presets/natural/water/canal.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "iD-waterway-canal",
|
||||
"fields": [
|
||||
"{natural/water}",
|
||||
"salt"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "canal"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "canal"
|
||||
},
|
||||
"name": "Canal Area"
|
||||
}
|
||||
25
data/presets/natural/water/lake.json
Normal file
25
data/presets/natural/water/lake.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"{natural/water}",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "lake"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "lake"
|
||||
},
|
||||
"terms": [
|
||||
"lakelet",
|
||||
"loch",
|
||||
"mere"
|
||||
],
|
||||
"name": "Lake"
|
||||
}
|
||||
15
data/presets/natural/water/moat.json
Normal file
15
data/presets/natural/water/moat.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"{natural/water}",
|
||||
"salt"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "moat"
|
||||
},
|
||||
"name": "Moat"
|
||||
}
|
||||
26
data/presets/natural/water/pond.json
Normal file
26
data/presets/natural/water/pond.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"{natural/water}",
|
||||
"salt"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "pond"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "pond"
|
||||
},
|
||||
"terms": [
|
||||
"lakelet",
|
||||
"millpond",
|
||||
"tarn",
|
||||
"pool",
|
||||
"mere"
|
||||
],
|
||||
"name": "Pond"
|
||||
}
|
||||
15
data/presets/natural/water/reservoir.json
Normal file
15
data/presets/natural/water/reservoir.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-water",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "reservoir"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "reservoir"
|
||||
},
|
||||
"name": "Reservoir"
|
||||
}
|
||||
35
data/presets/natural/water/river.json
Normal file
35
data/presets/natural/water/river.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "iD-waterway-river",
|
||||
"fields": [
|
||||
"{natural/water}",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "river"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "river"
|
||||
},
|
||||
"terms": [
|
||||
"beck",
|
||||
"branch",
|
||||
"brook",
|
||||
"course",
|
||||
"creek",
|
||||
"estuary",
|
||||
"rill",
|
||||
"riverbank",
|
||||
"rivulet",
|
||||
"run",
|
||||
"runnel",
|
||||
"stream",
|
||||
"tributary",
|
||||
"watercourse"
|
||||
],
|
||||
"name": "River Area"
|
||||
}
|
||||
45
data/presets/natural/water/stream.json
Normal file
45
data/presets/natural/water/stream.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"icon": "iD-waterway-stream",
|
||||
"fields": [
|
||||
"{natural/water}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "stream"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "stream"
|
||||
},
|
||||
"terms": [
|
||||
"beck",
|
||||
"branch",
|
||||
"brook",
|
||||
"burn",
|
||||
"course",
|
||||
"creek",
|
||||
"current",
|
||||
"drift",
|
||||
"flood",
|
||||
"flow",
|
||||
"freshet",
|
||||
"race",
|
||||
"rill",
|
||||
"rindle",
|
||||
"rivulet",
|
||||
"run",
|
||||
"runnel",
|
||||
"rush",
|
||||
"spate",
|
||||
"spritz",
|
||||
"surge",
|
||||
"tide",
|
||||
"torrent",
|
||||
"tributary",
|
||||
"watercourse"
|
||||
],
|
||||
"name": "Stream Area"
|
||||
}
|
||||
23
data/presets/natural/water/wastewater.json
Normal file
23
data/presets/natural/water/wastewater.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-waste",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "wastewater"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "wastewater"
|
||||
},
|
||||
"terms": [
|
||||
"excrement",
|
||||
"shit",
|
||||
"sewage",
|
||||
"wastewater",
|
||||
"Settling Basin",
|
||||
"Clarifier Basin"
|
||||
],
|
||||
"name": "Wastewater Basin"
|
||||
}
|
||||
31
data/presets/natural/wetland.json
Normal file
31
data/presets/natural/wetland.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland"
|
||||
},
|
||||
"terms": [
|
||||
"bog",
|
||||
"fen",
|
||||
"marsh",
|
||||
"mire",
|
||||
"moor",
|
||||
"muskeg",
|
||||
"peatland",
|
||||
"quagmire",
|
||||
"reedbed",
|
||||
"saltmarsh",
|
||||
"swamp",
|
||||
"tidalflat",
|
||||
"wet meadow"
|
||||
],
|
||||
"name": "Wetland"
|
||||
}
|
||||
26
data/presets/natural/wood.json
Normal file
26
data/presets/natural/wood.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "maki-park-alt1",
|
||||
"fields": [
|
||||
"name",
|
||||
"leaf_type",
|
||||
"leaf_cycle"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wood"
|
||||
},
|
||||
"terms": [
|
||||
"boreal",
|
||||
"forest",
|
||||
"forrest",
|
||||
"taiga",
|
||||
"tree",
|
||||
"trees",
|
||||
"woodlands",
|
||||
"woods"
|
||||
],
|
||||
"name": "Natural Wood"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue