mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 18:07:50 +02:00
22 lines
332 B
JSON
22 lines
332 B
JSON
{
|
|
"icon": "maki-natural",
|
|
"fields": [
|
|
"name",
|
|
"natural"
|
|
],
|
|
"moreFields": [
|
|
"gnis/feature_id"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"natural": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Natural Feature"
|
|
}
|