如何在Google地图上加载GEOJson数据?我试过不同的方式,但它不起作用.. 我没有在file.json中保存数据.. 我有这种形式的数据:
var data = {
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [125.6, 10.1]
},
"properties" : {
"name" : "Dinagat Islands"
}
};
谢谢!
答案 0 :(得分:2)