razorness / vue-maplibre-gl

Vue 3 plugin for maplibre-gl-js
77 stars 21 forks source link

Add popup support #70

Open francois2metz opened 10 months ago

francois2metz commented 10 months ago

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.

douglasg14b commented 6 months ago

Any reason to not merge this? Exactly what I was looking for!

williamlarsson commented 3 months ago

Greatly needed! Using vuetify, and would love to be able to inject vuetify components or other vue components into a popup. The main reason I switched from the "standard" maplibre to this ported one.

williamlarsson commented 3 months ago

If this feature is intended to be merged in the near future, an update would be greatly appreciated. Great work btw!

Creatium commented 2 months ago

Waiting for this too!

francois2metz commented 2 months ago

I started a fork with some documentation, examples and popup support: https://github.com/indoorequal/vue-maplibre-gl. I plan to keep working on it to add new features and add maplibre-gl 4 support soon.

HarelM commented 3 weeks ago

@razorness what's the status of this PR and this repo in general? I'm asking because the following PR had brought this subject to my attention: https://github.com/maplibre/awesome-maplibre/pull/46

If this repo no longer maintained I can replace the reference in awesome-maplibre to the maintained fork. Sorry for being blunt...

HarelM commented 7 hours ago

I guess the answer is that it is no longer maintained... I'll push forward the above linked PR.