CUI
CUI
https://chaoxuelei.github.io/express-mock-doc/ 需要的可以了解一下,支持restful
sir, I have many google map image and DEM data, and I must run the app on offline, so cant use mapbox, what i need? please help me
Good luck for bro
> 发现 fork 提不上来,补充在这里,给用需要的人(用于局部地形加载) 需要先安装两个库 `geotiff` 用以解析 tif dem数据,`geotiff-tile` 这个库是前者的补丁,用以处理经纬度范围裁剪数据,这个库的 ts 类型声明有 bug,有需要的可以自己下载重新编译,也可以 `@ts-ignore` ```bash plugin |-singleTifDEMLoader |--index.ts |--TifDEMLoader.ts |--TifDEMSource.ts ``` `index.ts` ```js export * from "./TifDEMLoader"; export * from...