mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
-74.38928604125977,
|
|
40.150275473401365
|
|
]
|
|
},
|
|
"properties": {
|
|
"abbr": "N.J.",
|
|
"area": 19717.8,
|
|
"name": "New Jersey",
|
|
"name_en": "New Jersey",
|
|
"osm_id": 316973311
|
|
},
|
|
"id": 316973311
|
|
}
|
|
]
|
|
}
|