Install npm i vue3-openlayers Repository github.com/MelihAltintas/vue3-openlayers Homepage github.com/MelihAltintas/vue3-openlayers Weekly Downloads 3,857 Version 11.6.2 License MIT Unpacked Size 5.03 MB Total Files 128 Last publish 3 hours ago Collaborators Try on RunKit Report malware Footer Support Help Advisories Status Contact npm Company About Blog Press Terms & Po...
"vue3-openlayers is a component library that brings the powerful OpenLayers API to the Vue 3 reactive world. It can display maps with tiled, raster or vector layers loaded from different sources."📊 StatisticsSocial Media Links Github MelihAltintas/vue3-openlayers 761 ⬆️ Latest commit...
Web map Vue 3.x components with the power of OpenLayers - Compare · MelihAltintas/vue3-openlayers
Demo/Starter-Project for https://github.com/MelihAltintas/vue3-openlayers 10.8K views115 forks Files .vscode public src assets components TheMap.vue App.vue main.ts vite-env.d.ts _gitignore index.html package-lock.json package.json
在vue3 中使用 openlayers 制作旅行地图 由于上半年经常跑出去玩,突然想做一个旅行地图的博客,想起之前接触过 openlayers 的项目,也懒得去调查别的库了,直接用 openlayers 开干。由于github经常构建失败,我部署到vercel上去了,现在能正常访问了,而且感觉速度也稍微比github快一些。
B站znlgis直播中用到的Openlayers Vue3 Demo. Contribute to OpenGisToolbox/openlayers-vue3-demo development by creating an account on GitHub.
A minimum version of OpenLayers 10 is now required.10.3.1 (2024-08-04)RevertsRevert "docs(ol-source-*): drop opaque option since it has been removed with OpenLayers 10" (9e6dc68) Revert "feat: support OpenLayers@10" (7726424) Revert "chore(deps): update dependencies" (d6199da)...
@209, for the time invested and the laborious migration of the code base (PR https://github.com/MelihAltintas/vue3-openlayers/pull/149 was the basis for all the related commits) @lukas-zaugg and @pjreed for other important bug fixes and new features all other people who were not mention...
"name": "vue3-openlayers", "version": "11.1.0", "description": "OpenLayers Wrapper for Vue3", "repository": { "type": "git", "url": "https://github.com/MelihAltintas/vue3-openlayers" }, "homepage": "https://github.com/MelihAltintas/vue3-openlayers", "bugs": {...
Vite + Vue3 + OpenLayers 手动激活地图 开发中遇到一种需求: 需要展示地图,但默认不影响页面滚动。 点击地图后,在地图上方滚动鼠标滚轮可以缩放地图。 点击地图之外的地方,鼠标再回到地图上滚动滚轮时,页面可以上下滚动,但地图不会缩放。 二、开发环境