vue-maplibre-gl
vue-maplibre-gl copied to clipboard
Vue 3 plugin for maplibre-gl-js
This add support for Popup: https://maplibre.org/maplibre-gl-js/docs/API/classes/maplibregl.Popup/ Adding html content or text is supported as well as the others attributes.
I would love to use this, but I also want to use maplibre-gl 4.x.x. Do you think you will update this?
This plugin seems to be compatible with Nuxt3, which is great! However, one might have to declare the components to be "client only", like so: ```` ```` Otherwise there is...
Production builds (ie `vite build`) result in numerous runtime errors like what's posted below. ```vue ``` Unsure why, but these go away if I don't render the map. The map...
Title says it! This seems like it would be handy to drop in, but having to dig through the source to figure out how to use it is becoming a...
Bumps [vue](https://github.com/vuejs/core) from 3.3.4 to 3.4.3. Release notes Sourced from vue's releases. v3.4.3 Please refer to CHANGELOG.md for details. v3.4.2 Please refer to CHANGELOG.md for details. v3.4.1 Please refer to...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3. Release notes Sourced from typescript's releases. TypeScript 5.3.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 3.3.1 to 3.6.2. Release notes Sourced from maplibre-gl's releases. v3.6.2 https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v3.6.1: 🐞 Bug fixes Fix mapbox-gl-draw example (#2601, #3394) Fix fill...
The [react-map-gl project](https://github.com/visgl/react-map-gl) has support from mapbox and the linux foundation and [good API docs](https://github.com/visgl/react-map-gl/tree/7.0-release/docs). For the sake of streamlining projects with this kind of reactive programming paradigm, I think...