最近在學習了解Supermap iclient,發現官方提供的幫助文檔、GIS學堂真的不錯,解釋了很多的內容。
官方modern-web-gis-in-action文檔的網址如下:https://iclient.supermap.io/web/books/modern-web-gis-in-action/
,在其中介紹了現代WebGIS基礎知識、開發基礎、關于OpenLayers等的介紹。
官方還提供了詳細完整的示例教程、相對完整的開發教程等內容:
在超圖的GIS學堂中,還提供了WebGIS入門相關課程,網址鏈接為:http://edu.supermap.com/#/lessonlist?typeid=08dbe836821f43ad88969220a8a922ed
(實際播放網址為B站)
在這本電子書的附錄中,也提供了大量的學習資源:
Leaflet
官網:http://leafletjs.com/
GitHub項目地址:https://github.com/leaflet
中文API文檔:http://www.marsgis.cn/leaflet/docs/go.html?id=13
OpenLayers
官網:http://openlayers.org/
GitHub項目地址:https://github.com/openlayers
中文官方門戶網站:http://www.openlayers.cn/
中文參考教程:https://blog.csdn.net/u012832088/article/details/78695105
MapboxGL
官網:https://www.mapbox.com/
GitHub項目地址:https://github.com/mapbox/mapbox-gl-js
Mapbox中國知乎專欄:https://www.zhihu.com/org/mapboxzhong-guo/activities
Echarts官網:http://echarts.baidu.com/
D3.js中文教程:http://wiki.jikexueyuan.com/project/d3wiki/introduction.html
MapV官網:http://mapv.baidu.com/
JS模塊打包工具
npm中文網站:https://www.npmjs.com.cn/
Node.JS中文網站:http://nodejs.cn/
Webpack中文網站:https://www.webpackjs.com/concepts/
Webpack中文手冊:http://zhaoda.net/webpack-handbook/module-system.html
Rollup中文網站:http://www.rollupjs.com/
bootstrap中文網站:http://www.bootcss.com/
Parcel中文網站:https://www.parceljs.cn/
Yarn中文網站:https://yarn.bootcss.com/
語言標準/規范
HTML5 中文教程:https://www.w3cschool.cn/html5/
ES6中文入門教程:http://es6.ruanyifeng.com/#docs/string
CSS中文教程:http://www.w3school.com.cn/css/index.asp
模塊化
CommonJS GitHub項目地址:https://github.com/commonjs/commonjs
CommonJS中文教程:http://www.ruanyifeng.com/blog/2015/05/commonjs-in-browser.html
UMD GitHub項目地址:https://github.com/umdjs/umd
測試框架
Jasmine
官網:https://jasmine.github.io/
GitHub社區:https://github.com/jasmine/jasmine/releases
中文指南:
https://yq.aliyun.com/articles/53426
https://blog.csdn.net/GuoJiangweigege/article/details/52121876
Karma
官網:https://karma-runner.github.io/2.0/index.html
GitHub項目地址:https://github.com/karma-runner/
Nightwatch
GitHub項目地址:https://github.com/nightwatchjs/nightwatch
中文教程:
https://legacy.gitbook.com/book/shenxianpeng/nightwatch-js-cn/details
https://blog.csdn.net/bb415453941/article/details/76590942
https://www.jianshu.com/p/936bee074b66
其他資源網站:
W3C文件中文翻譯本(W3C中國):https://www.w3.org/2005/11/Translations/Lists/ListLang-zh-hans.html
此外,如果能夠把整個文件和Supermap整個所有的API文檔都下載下來,構建成一個知識庫給AI來編程,應該是能夠提高不少的工作效率。