rinigus / mapbox-gl-qml

Unofficial Mapbox GL Native bindings for Qt QML
GNU Lesser General Public License v3.0
38 stars 10 forks source link

Mouse area: consider adapting Qt mouse area for maps #24

Closed rinigus closed 4 years ago

rinigus commented 6 years ago

Was not trivial, but maybe worth to look into it. Would have to strip the Qt Location interaction and replace with this Mapbox GL QML direct interaction, as done for current mouse area.

rinigus commented 4 years ago

Instead, the required interaction was implemented using Flickable and other QML/JS interactions