当前位置: 首页 > news >正文

网站建社石家庄建设部网站政策法规

网站建社石家庄,建设部网站政策法规,电商网站开发怎么样,张家港网站定制官网demo地址#xff1a; Custom Overview Map 这个示例展示了如何在地图上增加一个小窗窗口的地图并跟随着地图的旋转而旋转视角。 首先加载了一个地图。其中 DragRotateAndZoom是一个交互事件#xff0c;它可以实现按住shift键鼠标拖拽旋转地图。 const map new Map({int… 官网demo地址 Custom Overview Map 这个示例展示了如何在地图上增加一个小窗窗口的地图并跟随着地图的旋转而旋转视角。 首先加载了一个地图。其中 DragRotateAndZoom是一个交互事件它可以实现按住shift键鼠标拖拽旋转地图。 const map new Map({interactions: defaultInteractions().extend([new DragRotateAndZoom()]),layers: [new TileLayer({source: new XYZ({url: http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png,}),zIndex: 1,}),],target: map,view: new View({center: [500000, 6000000],zoom: 7,}),}); 然后是实例化了OverviewMap类来实现鹰眼地图。 const overviewMapControl new OverviewMap({className: ol-overviewmap ol-custom-overviewmap,layers: [new TileLayer({source: new XYZ({url: http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png,}),zIndex: 1,}),],// 设置控制面板折叠时显示的标签\u00BB 是一个右双尖括号»。collapseLabel: \u00BB,//设置控制面板展开时显示的标签\u00AB 是一个左双尖括号«label: \u00AB,//设置 OverviewMap 控件初始化时是否是折叠状态。false 表示默认展开。collapsed: false,}); collapseLabel接受两种类型的参数string | HTMLElement 所以也可以自己定义一个图标。 i classel-icon-edit refedit_icon/i collapseLabel: this.$refs.edit_icon 因为地图设置了按住shift键旋转所以这个小窗口也需要设置一下是否跟随旋转。setRotateWithView(true/false)  overviewMapControl.setRotateWithView(this.checked); 然后在初始化map的时候将overviewMapControl加进去就可以了。 const map new Map({controls: defaultControls().extend([overviewMapControl]), }) 小细节 new OverviewMap的className参数要么不传要传自定义类名的话需要加上它的默认值.ol-overviewmap 我原本以为可以随便自定义于是只写了一个test。 const overviewMapControl new OverviewMap({className: test, }) 调整样式后发现点击折叠按钮无法控制它显示隐藏。 翻看文档和源码后得知展示/折叠的按钮点击事件中是通过是否加上ol-collapsed类名来控制小窗显隐的。 而起隐藏作用的css是这样写的带上了它原本的默认类名.ol-overviewmap 所以如果要自定义类名要在加上它的默认值ol-overviewmap  // className: ol-overviewmap test, 完整代码 templatediv classboxh1OverviewMap/h1div idmap classmap/divdivlabelinput typecheckbox idrotateWithView / Rotate with view/label/divi classel-icon-edit refedit_icon/ii classel-icon-share refshare_icon/i/div /templatescript import Map from ol/Map.js; import OSM from ol/source/OSM.js; import TileLayer from ol/layer/Tile.js; import View from ol/View.js; import { XYZ } from ol/source; import {DragRotateAndZoom,defaults as defaultInteractions, } from ol/interaction.js; import { OverviewMap, defaults as defaultControls } from ol/control.js;export default {name: ,components: {},data() {return {map: null,};},computed: {},created() {},mounted() {const rotateWithView document.getElementById(rotateWithView);const overviewMapControl new OverviewMap({className: ol-overviewmap ol-custom-overviewmap,// className: ol-overviewmap test,layers: [new TileLayer({source: new XYZ({url: http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png,}),zIndex: 1,}),],// 设置控制面板折叠时显示的标签\u00BB 是一个右双尖括号»。//collapseLabel: \u00BB,//设置控制面板展开时显示的标签\u00AB 是一个左双尖括号«//label: \u00AB,label: this.$refs.share_icon,collapseLabel: this.$refs.edit_icon,//设置 OverviewMap 控件初始化时是否是折叠状态。false 表示默认展开。collapsed: false,});rotateWithView.addEventListener(change, function () {overviewMapControl.setRotateWithView(this.checked);});const map new Map({controls: defaultControls().extend([overviewMapControl]),interactions: defaultInteractions().extend([new DragRotateAndZoom()]),layers: [new TileLayer({source: new XYZ({url: http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png,}),zIndex: 1,}),],target: map,view: new View({center: [500000, 6000000],zoom: 7,}),});},methods: {}, }; /scriptstyle langscss #map {width: 100%;height: 500px; } .box {height: 100%; }.map .ol-custom-overviewmap, .map .ol-custom-overviewmap.ol-uncollapsible {bottom: auto;left: auto;right: 0;top: 0; }.map .ol-custom-overviewmap:not(.ol-collapsed) {border: 1px solid black; }.map .ol-custom-overviewmap .ol-overviewmap-map {border: none;width: 300px; }.map .ol-custom-overviewmap .ol-overviewmap-box {border: 2px solid red; }.map .ol-custom-overviewmap:not(.ol-collapsed) button {bottom: auto;left: auto;right: 1px;top: 1px; } .map .ol-rotate {top: 170px;right: 0; } .map .ol-overviewmap-map {height: 150px; } // 以下为测试代码 .map .test {border: none;width: 200px;height: 150px;border: 2px solid red;position: absolute;right: 0; } .map .test:not(.ol-collapsed) button {position: absolute;bottom: auto;left: auto;right: 1px;top: 1px; }.test.ol-collapsed .ol-overviewmap-map, .test.ol-uncollapsible button {display: none; } /style
http://www.pierceye.com/news/65256/

相关文章:

  • 好看的学校网站首页甘肃三北防护林建设局网站
  • 交流建设网站住房与城市建设部网站
  • 高端网站建设口碑网站头部通用代码
  • 国外网站 备案小程序开发平台怎么选择
  • 阿里云网站架构怎么做烟台网站排名seo
  • 网站开发费会计处理垂直电商网站建设
  • 网站建设泉州企业网站用哪个cms好
  • 如何建双注册网站做播放器电影网站需要多少钱
  • 苏州培训网站建设网站后门清除
  • 网站开发专业工资有了源码然后如何做网站
  • 网站缩放代码东莞常平中学高中部
  • 做商城网站要哪些流程图django 企业网站开发
  • 内网小网站的建设网站使用cookies
  • 室内设计网站哪些号公司网站维护都需要怎么做
  • 广州网站优化网站现在网站开发语言有
  • 做外贸网站违法吗替换wordpress为QQ头像
  • wordpress网站导入营销网络地图
  • 上门做网站公司甘肃网站备案审核
  • 织梦网站被做跳转网站程序开发制作十大品牌
  • 朝阳企业网站建设方案费用有创意的网络营销案例
  • 慈溪企业网站seo搜索引擎优化期末及答案
  • 罗岗网站建设价格网站设计价格大概多少
  • 做网站首页的图片怎么缩小中国空间站机械臂
  • 网站常用的蓝色seo优化技术招聘
  • mysql同一数据库放多少个网站表群晖 wordpress外网
  • 泰安正规网站建设公司电话信阳电子商务平台网站建设
  • 上海市建设局官方网站鲅鱼圈规划建设局网站
  • 做网站要学编程麽个人备案的网站 做企业站
  • 做什么软件做网站效率最好app制作平台要多少钱
  • 模仿淘宝详情页做网站全球十大室内设计公司排名榜