
arcgis
半夏的前端笔记
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
arcgis query异步递归查询
find(url, layerIds, wybsm, serviceId) { const _this = this; esriLoader .loadModules(["esri/tasks/query", "esri/tasks/QueryTask"]) .then(([Query, QueryTask]) => { let arr = []; (function loop(i) {原创 2021-11-22 16:28:57 · 1037 阅读 · 0 评论 -
arcgis api for js绘制箭头图
//人才需求箭头图 rcxqToRcgy(data){ const _this = this; let png = this.graduatPng if (_this.rcxqToRcgyLayer != "") { // console.log(123456); _this.rcxqToRcgyLayer.clear(); } //如果传的data为[] 之前又有人才需求箭头流向图层 先清除图层 在ret.原创 2020-09-17 16:10:47 · 2618 阅读 · 0 评论 -
解决arcgis中的textSymbol不支持\n换行
在methods中创建一个方法,mounted()调用该方法 //换行显示textSymbol multiLine(){ esriLoader .loadModules([ "esri/layers/LabelLayer", "esri/symbols/TextSymbol", "dojox/gfx" ]) .then(async ([LabelLayer, Tex原创 2020-06-12 16:43:33 · 689 阅读 · 0 评论