<template> <view style="position: relative;"> <view ref="toucharea" id="toucharea" class='toucharea' @touchstart="onTouchStart" @touchmove="onTouchMove" @touchcancel=…
参考文档 http://linwei.xyz/ol3-primer/ch05/05-03.html http://openlayers.vip/examples/line-arrows.html 项目需要使用内网环境,故无法使用百度地图等在线地图.采用openlayers实现构建离线地图 通过shp加载shp矢量地图文件 <template>…
vue代码 <template> <view> <view id="divPlugin" class="plugin" ref="plugin"></view> </view> </template> <script> export default { data() { return { g_iWndInd…
/** * websocket处理封装 */ class WebSocketClass { /** * websocket 连接句柄 * @var Websocket */ ws = null /** * 服务器地址 * @var */ serverUrl /** * 心跳配置 * @var object */ heartbeat = { open…
记录常用的一些方法