Skip to content

Commit a41228c

Browse files
authored
Add preset for man_made=geoglyph (#2062)
1 parent 9f8c648 commit a41228c

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"fields": [
3+
"name",
4+
"description"
5+
],
6+
"moreFields": [
7+
"{man_made}",
8+
"wikipedia",
9+
"wikidata"
10+
],
11+
"geometry": [
12+
"point",
13+
"line",
14+
"area"
15+
],
16+
"terms": [
17+
"earthwork",
18+
"hill figure",
19+
"land art"
20+
],
21+
"tags": {
22+
"man_made": "geoglyph"
23+
},
24+
"reference": {
25+
"key": "man_made",
26+
"value": "geoglyph"
27+
},
28+
"name": "Geoglyph"
29+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "{man_made/geoglyph}",
3+
"geometry": [
4+
"relation"
5+
],
6+
"tags": {
7+
"man_made": "geoglyph",
8+
"type": "multilinestring"
9+
},
10+
"reference": {
11+
"key": "man_made",
12+
"value": "geoglyph"
13+
}
14+
}

0 commit comments

Comments
 (0)