私はgeodjangoプロジェクトに取り組んでおり、サーバーからのgeojson応答をjavascriptで反復処理して、Googleマップに渡す必要があります。jsonの反復から返された座標「25.92」と「-80、...」だけが必要です。私はさまざまなスクリプトを試しましたが、誰かが私に迅速な答えをくれることを期待して成功しませんでした。
{ "crs" : null,
"features" : [ { "geometry" : { "coordinates" : [ 25.924292000000001,
-80.124313999999998
],
"type" : "Point"
},
"id" : 1,
"properties" : { },
"type" : "Feature"
} ],
"type" : "FeatureCollection"
}