Skip to content

Commit

Permalink
add preset for the tag man_made=tailings_pond
Browse files Browse the repository at this point in the history
see #142, #144
  • Loading branch information
tyrasd committed Oct 17, 2022
1 parent 7f7a077 commit 562c26f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/presets/man_made/tailings_pond.json
Original file line number Diff line number Diff line change
@@ -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"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8071,6 +8071,11 @@ en:
name: Survey Point
# 'terms: trig point,trig station,survey marker,geodetic mark,geodetic point,triangulation pillar,trigonometrical station'
terms: <translate with synonyms or related terms for 'Survey Point', separated by commas>
man_made/tailings_pond:
# man_made=tailings_pond | Tailing Pond, Settling Pond, Settling Pit | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Tailings Pond
# 'terms: mining,separation,slurry'
terms: <translate with synonyms or related terms for 'Tailings Pond', separated by commas>
man_made/torii:
# man_made=torii | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Torii
Expand Down

0 comments on commit 562c26f

Please sign in to comment.