Skip to content

Commit c61a7b9

Browse files
authored
Merge pull request #32 from cocoslime/master
update readme
2 parents 50de469 + 68ae99c commit c61a7b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ Cesium Examples licensed under the [MIT](https://opensource.org/licenses/MIT)
66

77
## API
88

9+
### List of API be used in this project.
10+
911
1. Cesium
1012

1113
2. MovingFeatureOnCesium
1214

15+
3. d3
16+
17+
and so on...
18+
1319

1420
### Cesium
1521

@@ -162,7 +168,7 @@ scene.primitives.add(show3DHotSpotMovingPoint(mf_arr, 1, 1, 3600));
162168

163169
e.g.
164170

165-
![hotspotPoint](http://i.imgur.com/7pN8bDz.png)
171+
![hotspotPoint](http://i.imgur.com/AkUJEyX.png)
166172

167173
* show3DHotSpotMovingPolygon([mf_arr], x_deg, y_deg, time_deg, max_height)
168174

@@ -177,7 +183,7 @@ scene.primitives.add(show3DHotSpotMovingPolygon(mf_arr, 1, 1, 3600));
177183

178184
e.g.
179185

180-
![hotspotPolygon](http://i.imgur.com/k4Vp01V.png)
186+
![hotspotPolygon](http://i.imgur.com/3d8N5xE.png)
181187

182188

183189
- - -

0 commit comments

Comments
 (0)