12 2019 档案
摘要:MapTalks.js 地图框架 官网地址:https://maptalks.org/ API地址:https://maptalks.org/maptalks.js/api/0.x/Map.html 一,自定义arcgis server 瓦片图层 <script> var arcUrl = 'htt
阅读全文
摘要:一、引用方式: <bar-chart key="Chart" :yName="'Y'" :legend="data.legend" :xAxis="data.xAxis" :lineColors="data.colorList" :series="data.series" :tLabel="{sho
阅读全文
摘要://消息初始化 MsgInit() { let that = this; hubs.init(); //需要指定服务端的ip $.connection.hub.url = `${mapUrl.SIGNALR_URL}/signalr`; var chat = $.connection.GeoHub;
阅读全文
摘要:play() { this.is_playing = this.is_playing ? false : true; if (this.is_playing) { if (this.queryXQForm.state == 0) { sip = window.setInterval(() => {
阅读全文
摘要:一、加载图标资源 ImageList.map((item, index) => { this.map.loadImage( `static/images/${item}.png`, (error, img) => { img && this.map.addImage(item, img); } );
阅读全文
摘要:Mapbox GL JS 相关连接: https://docs.mapbox.com/mapbox-gl-js/api/ https://github.com/mapbox/mapbox-gl-js https://mp.weixin.qq.com/s/44zNqiFjJ4quc0AKG0_Vqw
阅读全文
摘要:1、跳转链接 在当前窗口打开 window.location.href="http://www.baidu.com" 等价于 <a href="baidu.com" target="_self">go baidu</a> 2、跳转链接 在新窗口打开 window.open("http://www.b
阅读全文
摘要:问题一: HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 解决: 打开IIS,选择 【功能视图】,找到 【处理程序映射】,双击进去 (1)请求路径填写 你要请求的页面后缀,前面加*代表所有的,比如 *.aspx代表针对所有的aspx页
阅读全文