mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-24 22:53:20 +00:00
Merge pull request #6311 from westnordost/presets-rock-stone
Add preset for natural=rock
This commit is contained in:
16
data/presets/presets/natural/rock.json
Normal file
16
data/presets/presets/natural/rock.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "rock"
|
||||
},
|
||||
"terms": [
|
||||
"Rock"
|
||||
],
|
||||
"name": "Boulder"
|
||||
}
|
||||
Reference in New Issue
Block a user