Is there any way to plot bar charts on world map. The world map can be of 3D view like a Globe or 2D view. It should be also be able to zoom into street level. Could someone give me some ideas and examples about this?
有没有办法在世界地图上绘制条形图?世界地图可以是3D视图,比如地球仪或2D视图。它也应该能够放大到街道的水平。有人能给我一些关于这个的想法和例子吗?
I already found out: http://threegraphs.com/charts/sample/world/.
我已经知道了:http://threegraphs.com/charts/sample/world/。
It would be really helpful if similar examples can be provided.
如果能提供类似的例子,那将非常有帮助。
1 个解决方案
#1
3
A similar Cesium demo is hosted here:
这里也有类似的铯演示:
http://cesiumjs.org/demos/d3.html
http://cesiumjs.org/demos/d3.html
A coworker of mine made this. It uses Polylines sticking up vertically from a black-and-white globe. The source code is on GitHub.
我的一位同事做了这个。它使用的是垂直于黑白地球的折线。源代码在GitHub上。
EDIT 2015-Mar-03: Updated links.
编辑2015 - 3月- 03:更新链接。
#1
3
A similar Cesium demo is hosted here:
这里也有类似的铯演示:
http://cesiumjs.org/demos/d3.html
http://cesiumjs.org/demos/d3.html
A coworker of mine made this. It uses Polylines sticking up vertically from a black-and-white globe. The source code is on GitHub.
我的一位同事做了这个。它使用的是垂直于黑白地球的折线。源代码在GitHub上。
EDIT 2015-Mar-03: Updated links.
编辑2015 - 3月- 03:更新链接。