摘要:
阅读全文
摘要:
renderTiffMap(tif) { if (this.tiffLayer) { this.map.removeLayer(this.tiffLayer); this.tiffLayer = null } plotty.addColorScale( "customScale", [ "#A6D5 阅读全文
摘要:
const vertexShaderSource = ` attribute vec2 a_position; varying vec2 v_texCoord; void main(void) { gl_Position = vec4(a_position, 0.0, 1.0); v_texCoor 阅读全文
摘要:
// 初始化适宜度图层 initLayer() { let MaskLayer = []; if (this.map) { if (!this.suitableLayer) { this.suitableLayer = L.layerGroup() this.map.addLayer(this.su 阅读全文
摘要:
setlayer() { let CQL_FILTER = ``; if (this.boundaryLayer == null) { this.boundaryLayer = L.layerGroup(); this.boundaryLayer.addTo(this.map) } this.bou 阅读全文