我正在研究一个geodjango项目,需要使用javascript迭代来自服务器的geojson响应,这样我就可以将它传递到谷歌地图上。我只需要从 json 迭代返回的坐标“25.92”和“-80,...”。我尝试了各种脚本都没有成功,希望有人能给我一个快速的答案。
{ "crs" : null,
"features" : [ { "geometry" : { "coordinates" : [ 25.924292000000001,
-80.124313999999998
],
"type" : "Point"
},
"id" : 1,
"properties" : { },
"type" : "Feature"
} ],
"type" : "FeatureCollection"
}