ol-mapbox-style:将Mapbox样式对象与OpenLayers一起使用

时间:2024-05-21 16:26:16
【文件属性】:

文件名称:ol-mapbox-style:将Mapbox样式对象与OpenLayers一起使用

文件大小:684KB

文件格式:ZIP

更新时间:2024-05-21 16:26:16

JavaScript

ol-mapbox样式 从对象创建地图。 入门 安装 要在基于npm开发环境的应用程序中使用该库,请使用 npm install ol-mapbox-style 以这种方式安装后,只需导入ol-mapbox样式的模块,如下面的用法示例中所示。 要使用ol-mapbox样式的独立版本,只需在HTML页面上包含“ dist / olms.js”,然后访问全局olms对象即可。 用法示例 下面的代码根据Mapbox的Bright v9样式创建一个OpenLayers映射: import olms from 'ol-mapbox-style' ; var key = 'Your Mapbox Access Token here' ; olms ( 'map' , 'https://api.mapbox.com/styles/v1/mapbox/bright-v9?access_token=' +


【文件预览】:
ol-mapbox-style-master
----.eslintrc(146B)
----jsconfig.json(299B)
----package.json(2KB)
----tsconfig-typecheck.json(431B)
----test()
--------finalizeLayer.test.js(3KB)
--------index_test.js(206B)
--------.eslintrc(133B)
--------util.test.js(2KB)
--------stylefunction-utils.test.js(5KB)
--------stylefunction.test.js(9KB)
--------index.test.js(17KB)
--------karma.conf.js(1KB)
--------applyStyle.test.js(5KB)
--------fixtures()
----webpack.config.olms.js(2KB)
----webpack.config.examples.js(4KB)
----LICENSE(1KB)
----package-lock.json(502KB)
----src()
--------index.js(27KB)
--------util.js(6KB)
--------olms.js(232B)
--------stylefunction.js(30KB)
----PUBLISHING.md(2KB)
----.npmignore(86B)
----tsconfig-build.json(228B)
----examples()
--------.eslintrc(78B)
--------wms.js(87B)
--------data()
--------geojson.js(95B)
--------openmaptiles.js(457B)
--------tilejson-vectortile.js(121B)
--------index.html(2KB)
--------geojson-inline.js(102B)
--------tilejson.js(96B)
--------mapbox.js(448B)
--------_template.html(542B)
--------stylefunction.js(776B)
----.gitignore(27B)
----CHANGELOG.md(11KB)
----.circleci()
--------config.yml(977B)
----README.md(17KB)
----.editorconfig(204B)

网友评论