我想知道為什么下面發布的geojson格式是無效的。我試著將其資料可視化在 http://geojson.io
但是什么也沒有顯示出來。
geojson
{
"type": "FeatureCollection"。
"features": [
{
"type": "特征"。
"geometry": {
"type": "多邊形"。
"坐標": [
[[7.85563468082516,49.90287230375267],[7.855636808249913,49. 902782379662085],[7.855776033932631,49. 902783753651605],[7.855773906766568,49.902873677746555]]
]
]
},"properties": {"areaOfCoverage":"30"}。
}
uj5u.com熱心網友回復:
試一下:
{
"type": "FeatureCollection"。
"features": [
{
"properties":{"areaOfCoverage":"30">。}
"type": "特征"。
"屬性": {},
"geometry": {
"type": "多邊形"。
"坐標": [
[
[
7.85563468082516,
49.90287230375267
],
[
7.855636808249913,
49.902782379662085
],
[
7.855776033932631,
49.902783753651605
],
[
7.85563468082516,
49.90287230375267
]
]
]
}
}
]
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/307057.html
標籤:
上一篇:<p>我正試圖創建一個小應用程式,用SwiftUI控制我的Hue燈,但我就是無法通過這個JSON解碼/迭代。關于如何做到這一點,有<strong>很多</strong&g
