什么是gis?
地理信息系统(Geographic Information System,GIS)是以地理空间数据为基础,采用地理模型分析方法,适时地提供多种空间的和动态的地理信息,对各种地理空间信息进行收集、存储、分析和可视化表达,是一种为地理研究和地理决策服务的计算机技术系统。
更通俗的来说,顾名思义,地理信息系统是处理地理信息的系统.地理信息是指直接或间接与地球上的空间位置有关的信息,又常称为空间信息。
OpenLayers: web gis引擎,专为Web GIS 客户端开发提供的JavaScript 类库包
官网:https://openlayers.org/
中文教程:http://anzhihun.coding.me/ol3-primer/
https://segmentfault.com/a/1190000009679800
https://www.jianshu.com/c/f12ef1a164da
Cesium: 三维地图框架,国外一个基于JavaScript编写的使用WebGL的地图引擎,是一个跨平台、跨浏览器的展示三维地球和地图的javascript 库。
沙盒代码示例:https://sandcastle.cesium.com/index.html?src=3D%20Models.html&label=All
中文基础教程:https://github.com/hujiulin/CesiumJS-tutorial
https://www.giserdqy.com/gis/opengis/3d/cesium/12264/
编程入门:http://cesium.xin/wordpress/archives/106.html
API:https://cesium.com/docs/cesiumjs-ref-doc/
中文文档:http://cesium.xin/cesium/cn/Documentation1.62/
OpenLayers-Cesium: 二三维联动开源框架
github:https://github.com/openlayers/ol-cesium
在线例子:https://openlayers.org/ol-cesium/examples/
地图点击:https://openlayers.org/ol-cesium/examples/overlay.html
Cesium系列(二)相关的基本配置和加载天地图:https://blog.csdn.net/wwqqqq123/article/details/90400366
glTF模型在线转换工具,把obj、关联的mtl格式转为gltf格式文件
https://lbs.amap.com/dev/tool/gltf
尝试写了几个测试:基于vue cli3+ol-cesium(openlayer、cesium)二三维地图探索
github项目地址:https://github.com/SmaVivian/vue-ol-cesium.git