mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
6c7d8b6150
Add US-only field for `gnis:feature_id` (close #7086) Add tooltip to wikipedia field link button
19 lines
270 B
JSON
19 lines
270 B
JSON
{
|
|
"icon": "temaki-pedestrian",
|
|
"fields": [
|
|
"name",
|
|
"access",
|
|
"seasonal"
|
|
],
|
|
"moreFields": [
|
|
"gnis/feature_id"
|
|
],
|
|
"geometry": [
|
|
"vertex"
|
|
],
|
|
"tags": {
|
|
"ford": "yes"
|
|
},
|
|
"name": "Ford"
|
|
}
|