vue2-leaflet-markercluster
vue2-leaflet-markercluster copied to clipboard
markercluster plugin extension for vue2-leaflet package
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
template (in `````` tag): ``` {{ report }} ``` then in setup() - **composition API**: ``` const selectedIcon = { size: [100, 120], shadow: [40, 40], color: '000000', }; const...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
How to add types or declaration of this module when project is created in Vue TS? Map is getting created but getting following error in terminal: `Try `npm install @types/vue2-leaflet-markercluster`...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Hi! I have some problems with markers that has dynamic content. My code is: ``` ..... showPopup: function (e) { const { car } = e.target.options if(!this.popups.includes(car.id)) this.popups.push(car.id) } ```...
Hi, I've installed this in a Webpack project using Vue CLI 4 When I don't use the v-marker-cluster component, all works fine Modules/versions in question: ```json { "leaflet": "^1.3.4", "leaflet-css":...