【发布时间】:2021-06-24 09:13:21
【问题描述】:
我尝试测试并显示我的 geojson 数据。 但是失败了。
我的 geojson 数据:
var data= { "type": "MultiPolygon",
"coordinates": [ [ [
[2875370.689553291071206, 4920425.686579301021993 ],
[ 2875368.243538830429316, 4920426.618963065557182 ],
[ 2875365.849673743359745, 4920427.678083536215127 ],
[ 2875370.689553291071206, 4920425.686579301021993 ]
]]] } ```
How can I display this geojson data on the map?
regards
【问题讨论】:
标签: openlayers geojson