ol-hashed:在URL哈希中维护地图视图的状态

时间:2024-05-20 15:53:12
【文件属性】:

文件名称:ol-hashed:在URL哈希中维护地图视图的状态

文件大小:60KB

文件格式:ZIP

更新时间:2024-05-20 15:53:12

JavaScript

散列 一个简单的实用程序,用于将OpenLayers映射状态与URL哈希同步。 安装 npm install ol ol-hashed ol-hashed模块旨在与一起使用(并取决于 。 用法 ol-hashed模块的默认导出是您使用地图调用的函数。 import Map from 'ol/map' ; import View from 'ol/view' ; import TileLayer from 'ol/layer/tile' ; import XYZSource from 'ol/source/xyz' ; import sync from 'ol-hashed' ; // create a map as you would normally const map = new Map ( { target : 'map-container' , layers : [


【文件预览】:
ol-hashed-master
----examples()
--------example.html(323B)
--------viewless.js(337B)
--------index.ejs(472B)
--------webpack.config.js(903B)
--------defaults.js(422B)
--------unanimated.js(440B)
--------index.js(65B)
--------slow.js(451B)
----.travis.yml(36B)
----.gitignore(13B)
----index.js(3KB)
----readme.md(2KB)
----package-lock.json(245KB)
----package.json(804B)

网友评论