当前位置:网站首页>WebGIS framework -- kalrry
WebGIS framework -- kalrry
2022-07-04 21:54:00 【kalrry】
WebGIS frame ---kalrry
One 、 brief introduction
First understand ,WebGL It's a kind of 3D Drawing protocol , It's just a standard , Based on this standard , You can write MapBox-GL, You can also write three-GL Other framework , They're all about web End rendering 3D graphics ( Rendering ) engine
On the difficulty ,thingjs( frame )<threejs( engine )<webgl( Interface )
be based on WebGL Of 3D Application of technology in web pages ThingJSOften pass arcgis Publish 2D map or 3D map , Then call... On the client side json Realization webgl Rendering .
Two 、 Why do we need WebGL?
because html5 Although support Canvas, But you can only draw two-dimensional graphics on it , So we need to WebGL To draw three-dimensional graphics .
3、 ... and 、 Why WebGL It also needs to be mapbox-gl and three-gl?
because WebGL Basic class libraries are like C++ The basic functions inside are the same , Another layer of encapsulation is needed , Can be provided for various purposes 3D The user to use .
Four 、WebGIS frame
1、OpenLayers---- Open source -2D
2、Leaflet---- Open source -2D
Official website
Leaflet It is a modern map developed for mobile devices 、 Open source JavaScript library . It is from Vladimir Agafonkin Lead a team of professional contributors to develop , Although the code is only 38 KB, But it has most of the capabilities that developers develop online maps .Commonly used in 2D Map rendering
Reference resources
Reference resources
course
3、Arcgis---- charge
- brief introduction
Official website
ArcGIS It's a comprehensive system , Users can use it to collect 、 organization 、 management 、 analysis 、 Exchange and release geographic information . As the world's leading geographic information system (GIS) Build and apply platforms ,ArcGIS It can be used by people all over the world to apply geographical knowledge to government 、 Enterprises 、 Technology 、 Education and media .ArcGIS You can publish geographic information , So that everyone can access and use . The system can be used anywhere through web browser 、 Mobile devices ( For example, smart phones and desktop computers ) To use . - Reference resources
Reference resources 1
4、Cesium---- Open source — Give priority to this
brief introduction
Introduce
Official website
Third party Chinese website
Cesium It's a 3D Earth and map oriented , World class JavaScript Open source products . It provides the basis JavaScript Language development kit , Convenient for users to quickly build a zero plug-in Virtual Earth Web application , And in the performance , precision , Rendering quality and multi platform , High quality assurance in ease of use .How to use
//1、npm Way to install
npm install cesium
//2、 Or download directly from the official website
[ Download from the official website ](https://cesium.com/downloads/)
- Reference resources
Reference resources 1
Reference resources 2
5、Mapbox---- Open source
- brief introduction
Chinese official website
Official website
Mapbox Committed to creating the most beautiful personalized map in the world .
In an accidental search for map related materials, I found a very magical and beautiful map , This map supports highly customized map elements , such as , road , River system , Green space , building , Background color , wait .Mapbox To build the Mapbox studio Map making virtual studio , It is a perfect personalized editor for map elements . in addition , We can also upload the geographic information data of our own project to Mapbox Cloud , Then show it on the client side of your project .
Mapbox Map data comes from Open Street Map(OSM) Other map data providers , and Google Map、Apple Map The map data sources of map manufacturers are similar . - Reference resources
Tutorial reference
5、 ... and 、 Environment building
1、 Preface
WebGIS There are many forms of development , For example, someone uses Arcgis for JS api Development , Someone uses OpenLayers Development , Someone uses it MapboxGL Development , Someone uses it Cesium Development . Have a look , These development forms are different , But they all belong to WebGIS Development , Are developed using interfaces , There are encapsulated class properties and methods , We just need to learn to call and do these properties and methods .
WebGIS frame
These map development platforms , among Arcgis for JS api Not an open source map development platform , and OpenLayers,MapboxGL,Cesium Are open source map development platforms . About the development of two-dimensional and three-dimensional maps , among Cesium Mainly used for 3D map development , Its function in this respect is relatively powerful , Of course, it can also do the development of two-dimensional maps . and OpenLayers The development of 3D map is not supported , It only supports the development of two-dimensional maps ,MapboxGL and Arcgis for JS api Both 2D and 3D support , If the learning difficulty is compared , If five stars are full , Study Arcgis for JS api It can be said that there is 4 Star level difficulty , Study MapboxGL and OpenLayers Should have 3 The difficulty of stars , Study Cesium It's relatively simple , There are many cases online for us to learn , Learn the difficulty level of two stars , But as long as you master the doorway , Learning is relatively fast , And this is just the tip of the iceberg we know .To sum up , The degree of learning and mastering :
Understanding the mainstream WebGIS frame , Include Openlayers, Cesium, MapboxGL, Leaflet, ArcGIS API for js
Try installing 1-2 Seed frame .
2、 Environment building
Quickly build arcgis as well as cesium Environmental Science
Configure the reference ---- adopt leaflet、cesium、mapBox Create map
6、 ... and 、 Expand
1、QGIS---- be based on QT
- QGIS---- Open source
- QGIS Making maps
2、 understand Three.js
边栏推荐
- [C language] deep understanding of symbols
- 案例分享|金融业数据运营运维一体化建设
- How to use concurrentlinkedqueue as a cache queue
- Jerry's ad series MIDI function description [chapter]
- Master the use of auto analyze in data warehouse
- 文件读取写入
- For MySQL= No data equal to null can be found. Solution
- ArcGIS 10.2.2 | solution to the failure of ArcGIS license server to start
- numpy vstack 和 column_stack
- 开源之夏专访|Apache IoTDB社区 新晋Committer谢其骏
猜你喜欢

How was MP3 born?

Bookmark

Case sharing | integrated construction of data operation and maintenance in the financial industry

Arcgis 10.2.2 | arcgis license server无法启动的解决办法

ArcGIS 10.2.2 | solution to the failure of ArcGIS license server to start

QT—双缓冲绘图

迈动互联中标北京人寿保险

MongoDB聚合操作总结

Application practice | Shuhai supply chain construction of data center based on Apache Doris

迷失在Mysql的锁世界
随机推荐
[ 每周译Go ] 《How to Code in Go》系列文章上线了!!
Le module minidom écrit et analyse XML
面试官:说说XSS攻击是什么?
minidom 模塊寫入和解析 XML
PostgreSQL基本结构——表
Golang interview finishing three resumes how to write
HDU - 1078 fatmouse and cheese (memory search DP)
开户哪家券商比较好?网上开户安全吗
Is it safe to open an account in the stock of Caicai college? Can you only open an account by digging money?
MongoDB聚合操作总结
Keep on fighting! The city chain technology digital summit was grandly held in Chongqing
【LeetCode】17、电话号码的字母组合
Jerry's ad series MIDI function description [chapter]
TCP shakes hands three times and waves four times. Do you really understand?
VS2019 C# release下断点调试
【C語言】符號的深度理解
Arcgis 10.2.2 | arcgis license server无法启动的解决办法
El tree combined with El table, tree adding and modifying operations
Go语言循环语句(第10课中3)
How to implement Devops with automatic tools