vuelayers
vuelayers copied to clipboard
Web map Vue components with the power of OpenLayers
The markdown code styling for the example code was missing.
I wanted to migrate from vueLayers 0.11.x to 0.12.x however when running npm install, i get the following message: ```bash npm WARN ERESOLVE overriding peer dependency npm WARN While resolving:...
There are a couple of issues with `vl-source-vector` / `VlSourceVector`: 1) When using `loader-factory`, there is a deprecation warning to use `loader` ... when changed to `loader`, the loader is...
After updating open layers to [6.15](https://www.npmjs.com/package/ol) some of the files were deleted. For example ol/source/State.js This causes build errors ``` Module not found: Error: Can't resolve 'ol/source/State' in '/home/gitlab-runner/builds/ ......
``` git clone --recursive -j8 https://github.com/ghettovoice/vuelayers.git cd vuelayers # install dependencies npm install # serve with hot reload at localhost:8080 npm start # build for production npm run build #...
I believe it may be similar to #485 VlLayerVectorTile flashes when zoom have .sync modifier note: I'm using custom projection I'm actually unable to create reproduction of the error right...
Hay thanks for this. is an awesome package. do you has any plans to add typescript support??
I am using only three components namely map, tilelayer, wmssource. Still in the webpackbundle analyzer I am seeing all files getting packed with the build. I am not using webpack.config.js....
Currently VueLayers doesn't has any components for OpenLayers standard controls. And the only way to work with them is through underlying `ol.Map` instance of the `vl-map` component. The main goal...