mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
6c7d8b6150
Add US-only field for `gnis:feature_id` (close #7086) Add tooltip to wikipedia field link button
20 lines
274 B
JSON
20 lines
274 B
JSON
{
|
|
"fields": [
|
|
"name",
|
|
"place"
|
|
],
|
|
"moreFields": [
|
|
"gnis/feature_id"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"place": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Place"
|
|
}
|