File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ Cesium Examples licensed under the [MIT](https://opensource.org/licenses/MIT)
10
10
11
11
2 . MovingFeatureOnCesium
12
12
13
+
13
14
### Cesium
14
15
15
- [ Ceisum - An open-source JavaScript library for world-class 3D globes and maps] ( https://cesiumjs.org/ )
16
+ [ Ceisum] ( https://cesiumjs.org/ ) - An open-source JavaScript library for world-class 3D globes and maps
17
+
16
18
17
19
### Moving Feature On Cesium (MFOC)
18
20
@@ -21,7 +23,6 @@ We are developing API for this project.
21
23
[ OGC Moving Features Encoding Extension - JSON] ( https://ksookim.github.io/mf-json/ )
22
24
23
25
24
-
25
26
#### Visualize Movement
26
27
27
28
* movePolygonArray([ movingfeature_array] , with_height);
@@ -106,7 +107,7 @@ Returns Cesium.PrimitiveCollection. Draw triangles using each linestring points.
106
107
107
108
* drawPointsWithZvalue([ mf_arr] , with_height);
108
109
109
- Returns Cesium.PointPrimitiveCollection.
110
+ Returns Cesium.PointPrimitiveCollection. z-value apperas in color.
110
111
111
112
``` js
112
113
$ .getJSON (' json_data/indoor.json' ).then (
You can’t perform that action at this time.
0 commit comments