posts - 10,comments - 0,views - 4772
摘要: 阅读全文
posted @ 2025-03-04 15:49 shihongbo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: renderTiffMap(tif) { if (this.tiffLayer) { this.map.removeLayer(this.tiffLayer); this.tiffLayer = null } plotty.addColorScale( "customScale", [ "#A6D5 阅读全文
posted @ 2025-03-04 15:49 shihongbo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: const vertexShaderSource = ` attribute vec2 a_position; varying vec2 v_texCoord; void main(void) { gl_Position = vec4(a_position, 0.0, 1.0); v_texCoor 阅读全文
posted @ 2025-03-04 15:48 shihongbo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: // 初始化适宜度图层 initLayer() { let MaskLayer = []; if (this.map) { if (!this.suitableLayer) { this.suitableLayer = L.layerGroup() this.map.addLayer(this.su 阅读全文
posted @ 2025-03-04 15:44 shihongbo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: setlayer() { let CQL_FILTER = ``; if (this.boundaryLayer == null) { this.boundaryLayer = L.layerGroup(); this.boundaryLayer.addTo(this.map) } this.bou 阅读全文
posted @ 2025-03-04 15:43 shihongbo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-10 15:59 shihongbo 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-17 11:02 shihongbo 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 数组常用方法 concat() 方法 concat() 方法用于连接两个或多个数组。 该方法不会改变现有的数组,而仅仅会返回被连接数组的一个副本。 var arr = new Array(3) arr[0] = "George" arr[1] = "John" arr[2] = "Thomas" v 阅读全文
posted @ 2021-09-02 18:31 shihongbo 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 今天有一个接口是/create?name=***&age=****,但是是一个post请求,我只见过get的这种请求. 找了好久… 解决方法: 发表的axios签名是axios.post(url[, data[, config]])。所以你想在第三个参数中发送params对象: .post(`/cr 阅读全文
posted @ 2021-08-30 18:48 shihongbo 阅读(855) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示