02 2021 档案

摘要:https://github.com/mapbox/vt2geojson Dump vector tiles to GeoJSON from remote URLs or local system files. Installation npm install -g @mapbox/vt2geojs 阅读全文
posted @ 2021-02-24 11:29 py2020 阅读(324) 评论(1) 推荐(0)
摘要://// 搜索关键字 now(),搜到的。。。 ///////////////////////////////////////////////////////////////////////////////////include\mbgl\util\monotonic_timer.hpp #prag 阅读全文
posted @ 2021-02-24 09:54 py2020 阅读(144) 评论(6) 推荐(0)
摘要:https://cmake.org/cmake/help/v3.19/command/source_group.html?highlight=source_group source_group Define a grouping for source files in IDE project gen 阅读全文
posted @ 2021-02-20 21:30 py2020 阅读(2367) 评论(1) 推荐(0)
摘要:1. listfile (列表文件,即CMakeLists.txt) https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html CMake is a cross-platform build system generator. Projec 阅读全文
posted @ 2021-02-19 21:53 py2020 阅读(70) 评论(0) 推荐(0)
摘要:cmake-variables(7) 在cmake帮助文档 https://cmake.org/cmake/help/v3.19/index.html 中点击 cmake-variables(7) 链接: https://cmake.org/cmake/help/v3.19/manual/cmake 阅读全文
posted @ 2021-02-19 21:32 py2020 阅读(125) 评论(1) 推荐(0)
摘要:cmake官方文档 https://cmake.org/documentation cmake帮助文档 https://cmake.org/cmake/help/v3.19/ https://cmake.org/cmake/help/latest/ cmake教程: https://cmake.or 阅读全文
posted @ 2021-02-19 09:03 py2020 阅读(483) 评论(0) 推荐(0)
摘要:ubuntu@ubuntu:~/mapbox/mapbox-gl-native_maps-v1.6.0$ find ./ -name "CMakeLists.txt"./platform/node/CMakeLists.txt./platform/glfw/CMakeLists.txt./expre 阅读全文
posted @ 2021-02-15 21:33 py2020 阅读(120) 评论(0) 推荐(0)
摘要:src\mbgl\style\parser.cpp Parser::parseLayer(const std::string& id, const JSValue& value, std::unique_ptr<Layer>& layer) src\mbgl\style\conversion\lay 阅读全文
posted @ 2021-02-12 22:59 py2020 阅读(75) 评论(0) 推荐(0)
摘要:// // variadic_template.h// template <typename T>class Enum {public: using Type = T; static const char * toString(T); static T toEnum(const std::strin 阅读全文
posted @ 2021-02-12 21:47 py2020 阅读(68) 评论(0) 推荐(0)
摘要:0.Qt Quick https://doc.qt.io/qt-5/qtquick-index.html The Qt Quick module is the standard library for writing QML applications. While the Qt QML module 阅读全文
posted @ 2021-02-10 15:26 py2020 阅读(87) 评论(0) 推荐(0)
摘要:mapbox-gl-js依赖项 (1) @mapbox/mapbox-gl-supportedqiaoboxuan : 用于确定浏览器是否支持Mapbox GL JS的库Mapbox GLJS支持,这个库决定了浏览器是否支持Mapbox GL JS。 使用方法见网址https://www.javas 阅读全文
posted @ 2021-02-09 12:54 py2020 阅读(357) 评论(0) 推荐(0)
摘要:(1)phaser3-typescript-project-template项目npm install过程 https://www.cnblogs.com/3d-gis/p/14383937.html (2)参考:基于 TypeScript + Babel + Rollup 搭建 ts 开发环境ht 阅读全文
posted @ 2021-02-09 12:50 py2020 阅读(112) 评论(0) 推荐(0)
摘要:(1)关于vscode+typescript+webpack开发流程,请参考https://www.cnblogs.com/3d-gis/p/14376551.html (2)关于ts+webpack+vscode 应用开发请下载代码 https://gitee.com/sgit2020/ts_st 阅读全文
posted @ 2021-02-09 12:49 py2020 阅读(99) 评论(0) 推荐(0)
摘要:《webgl编程指南》源码https://github.com/TaroRound/webgl-cookbook ++++++++++++++++++++++++++++++++++++ WebGL入门教程(一)-初识webghttps://blog.csdn.net/weixin_30302609 阅读全文
posted @ 2021-02-09 12:46 py2020 阅读(1272) 评论(0) 推荐(2)
摘要:GITEE 使用教程https://www.cnblogs.com/3d-gis/articles/14392572.html 我参照上面引用的文档 做的。其中某些步骤的情况如下(1)运行生成sshkey命令后,查看 public key:$ cat ~/.ssh/id_rsa.pub ssh-rs 阅读全文
posted @ 2021-02-09 12:44 py2020 阅读(109) 评论(0) 推荐(0)
摘要:(1)vs code调试器插件 安装和使用Debugger for Chrome (2) tollup 或webpack中的编译器的调试开关sourcemap: (3) 如何看Mapbox-GL-JS代码主要关注的代码位置: Mapbox-GL-JS\src先静态看,再动态看(即调试跟踪) (4)墨 阅读全文
posted @ 2021-02-09 12:11 py2020 阅读(132) 评论(0) 推荐(0)
摘要:点击 网页https://webpack.docschina.org/loaders/ 中的 “ts-loader”链接: 到达ts-loader官方github (https://github.com/TypeStrong/ts-loader#running),搜索“Compatibility”, 阅读全文
posted @ 2021-02-08 17:39 py2020 阅读(1062) 评论(0) 推荐(0)
摘要:C:\_abel> git clone https://github.com/photonstorm/phaser3-typescript-project-template.git C:\_abel\phaser3-typescript-project-template> npm --registr 阅读全文
posted @ 2021-02-07 09:37 py2020 阅读(862) 评论(0) 推荐(0)
摘要:github ts工程示例 微软官方TypeScript demo: https://github.com/microsoft/TypeScript-Node-Starterhttps://github.com/microsoft/TypeScript-React-Starterhttps://gi 阅读全文
posted @ 2021-02-07 08:51 py2020 阅读(185) 评论(0) 推荐(0)
摘要:typescript 官方的文档链接 https://www.tslang.cn/docs/home.html webpack 官方中文文档 https://webpack.docschina.org/ webpack 是一个模块打包器。它的主要目标是将 JavaScript 文件打包在一起,打包后 阅读全文
posted @ 2021-02-07 08:22 py2020 阅读(102) 评论(0) 推荐(0)
摘要:(1)vscode+typescript+webpack开发流程请参照这个文档 https://www.cnblogs.com/3d-gis/articles/14384133.html 这个文档 如果有不清楚的地方,百度一下吧:) ///////////////////////////////// 阅读全文
posted @ 2021-02-05 10:59 py2020 阅读(216) 评论(0) 推荐(0)
摘要:地图渲染知识 (1) 3d地图渲染主要的参数 地图中心点坐标 center_x经度 center_y纬度 地图比例尺等级(0-21) zoom scaleLevel 旋转角 rotation (以地图中心点为中心旋转) 倾斜角 tilt (以x轴为中心旋转) (2)地图渲染(style) 3d 地图 阅读全文
posted @ 2021-02-01 16:31 py2020 阅读(297) 评论(0) 推荐(0)
摘要:1.安装git客户端 下载地址 https://git-scm.com/downloads 2.Windows上mapbox演示环境搭建 参照 https://gitee.com/mirrors/Mapbox-GL-JS/blob/main/CONTRIBUTING.md进行。 (1)安装git,  阅读全文
posted @ 2021-02-01 16:20 py2020 阅读(1561) 评论(0) 推荐(0)