1
GeoJSONファイルで[Lat、Long、Elevation、Time]他のアプリケーションでも使用できますか?GeoJSONファイルで[Lat、Long、Elevation、Time]座標を使用して他のアプリケーションでファイルを使用できるようにすることはできますか
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[102.0, 0.0,805,"22-08-2016 13:04:04"],
[103.0, 1.0,806,"22-08-2016 13:05:04"],
[104.0, 0.0,804,"22-08-2016 13:06:00"],
[105.0, 1.0,808,"22-08-2016 13:07:40"]]
},
"properties": {
"prop0": "value0",
"prop1": 0.0
}
}
// "Using elevation and time in coordinate array elevation as numeric and time in string format