Files
iD/test/data/gpxtest.json
Bryan Housel de12396654 Fix projection so the map is where the point is
Also remove gj redundancy
2018-07-08 00:50:26 -04:00

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
}
]
}