Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[Qt] Implement QQuickMapboxGL #4846

Closed
tmpsantos opened this issue Apr 26, 2016 · 1 comment
Closed

[Qt] Implement QQuickMapboxGL #4846

tmpsantos opened this issue Apr 26, 2016 · 1 comment
Labels
feature Qt Mapbox Maps SDK for Qt, aka Qt Location Mapbox GL

Comments

@tmpsantos
Copy link
Contributor

tmpsantos commented Apr 26, 2016

A QML Item exposing an interface compatible with QtLocation Map.

At the moment the plan is to use QQuickFramebufferObject which will set our minimum Qt version supported at 5.2.

The Qt5 build bot was already upgraded #4827.

/cc @brunoabinader

@tmpsantos tmpsantos added feature Qt Mapbox Maps SDK for Qt, aka Qt Location Mapbox GL labels Apr 26, 2016
@brunoabinader brunoabinader changed the title [Qt] Implement QDeclarativeMapboxMap [Qt] Implement QQuickMapboxGL Apr 26, 2016
@brunoabinader
Copy link
Member

We've progressed substantially the past week, and now QQuickMapboxGL already has a working example:
ca5b077c-113f-11e6-99b9-9eca75cc7d41
We are keeping up API parity with Qt's Map QML Type in our QQuickMapboxGL QML Type, based on QQuickFramebufferObject + QMapboxGL. A QML example application is provided and can be built/executed via $ make run-qt-qml-app

QQuickMapboxGL implements the following:

  • Qt Map Type-like properties
    • Fully supported: minimumZoomLevel, maximumZoomLevel, zoomLevel, center, error, errorString, visibleRegion
    • Replaced with style: activeMapType, supportedMapTypes
    • Not needed/missing: gesture, plugin, mapItems, copyrightsVisible, color (depends on Runtime styling API #837)
  • QQuickMapboxGL-specific properties: style, bearing, pitch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Qt Mapbox Maps SDK for Qt, aka Qt Location Mapbox GL
Projects
None yet
Development

No branches or pull requests

2 participants