All Projects → rinigus → mapbox-gl-qml

rinigus / mapbox-gl-qml

Licence: LGPL-3.0 license
Unofficial Mapbox GL Native bindings for Qt QML

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
CMake
9771 projects
QMake
1090 projects

Projects that are alternatives of or similar to mapbox-gl-qml

Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+13536.67%)
Mutual labels:  mapbox-gl, openstreetmap, opengl-es
Openstreetmap Cartographic
A port of OpenStreetMap Carto to Mapbox GL for client-side rendering
Stars: ✭ 50 (+66.67%)
Mutual labels:  mapbox-gl, openstreetmap
Pure Maps
Maps and navigation
Stars: ✭ 136 (+353.33%)
Mutual labels:  mapbox-gl, qml
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+350%)
Mutual labels:  mapbox-gl, openstreetmap
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+26623.33%)
Mutual labels:  mapbox-gl, openstreetmap
Makina Maps
Full Stack to Build, Serve and Update your own Vector and Raster Tiles from OpenStreetMap Data.
Stars: ✭ 52 (+73.33%)
Mutual labels:  mapbox-gl, openstreetmap
harbour-sailfishconnect
KDE Connect for Sailfish OS
Stars: ✭ 39 (+30%)
Mutual labels:  qml, sailfishos
poor-maps
Maps and navigation for Sailfish OS
Stars: ✭ 42 (+40%)
Mutual labels:  qml, sailfishos
Editor
An open source visual editor for the 'Mapbox Style Specification'
Stars: ✭ 1,167 (+3790%)
Mutual labels:  mapbox-gl
Terramach
Terra Mach is a mapping frontend system to build graphical interfaces for devices.
Stars: ✭ 142 (+373.33%)
Mutual labels:  mapbox-gl
Harmoware Vis
Spatial-Temporal Visualization Library using Deck.GL
Stars: ✭ 51 (+70%)
Mutual labels:  mapbox-gl
Tilejson Spec
JSON format for describing map tilesets.
Stars: ✭ 175 (+483.33%)
Mutual labels:  mapbox-gl
Osm Liberty
A free Mapbox GL basemap style for everyone
Stars: ✭ 231 (+670%)
Mutual labels:  mapbox-gl
React Mapbox Gl Draw
Draw tools for Mapbox with React: 🗺️ react-mapbox-gl + 🖌️ mapbox-gl-draw
Stars: ✭ 136 (+353.33%)
Mutual labels:  mapbox-gl
React Map Gl
React friendly API wrapper around MapboxGL JS
Stars: ✭ 6,244 (+20713.33%)
Mutual labels:  mapbox-gl
Ngx Mapbox Gl
Angular binding of mapbox-gl-js
Stars: ✭ 248 (+726.67%)
Mutual labels:  mapbox-gl
Wind Layer
🎏 🚀 wind-layer | a openlayers && amap && bmap && leaflet && mapbox-gl extension to windjs
Stars: ✭ 188 (+526.67%)
Mutual labels:  mapbox-gl
React Mapbox Gl
A React binding of mapbox-gl-js
Stars: ✭ 1,683 (+5510%)
Mutual labels:  mapbox-gl
Osmscout Server
Maps server providing tiles, geocoder, and router
Stars: ✭ 105 (+250%)
Mutual labels:  mapbox-gl
equalstreetnames
Map visualizing the streetnames by gender : 50 cities in 11 countries
Stars: ✭ 64 (+113.33%)
Mutual labels:  openstreetmap

Unofficial Mapbox GL Native bindings for Qt QML

These bindings were originally developed for supporting Mapbox GL Native for platforms that lack Qt/QML 5.9 support, such as Sailfish OS, and application that are targeting Mapbox GL Native maps specifically. These bindings provide an alternative API that can be used to access Mapbox GL Native functionality in QML applications.

These bindings are used by few applications, such as Pure Maps and Laufhelden.

The code is based on QtLocation 5.9 Mapbox GL plugin, Qt/QML bindings developed as a part of Mapbox GL Native by Mapbox team before merging QML bindings with QtLocation. Please note that the origin of each file is noted in the comment at the top of the file.

Since QtLocation 5.9 is distributed with LGPL3.0, the code written for these bindings is distributed with the same license. The original code developed as a part of Mapbox GL Native has a license at https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md

For Sailfish, the bindings are available as a package at OpenRepos. For desktop Linux, unless packaged for your distribution, compilation from source is needed. Instructions for compilation are here

The description of API: api.md

Demo for Sailfish OS is at the separate repository: https://github.com/rinigus/mapbox-demo-sfos

Included demo (app subfolder) is for C++. Note that if the plugin is installed in the system, its easier to use it from QML directly. Just add import MapboxMap 1.0 to your QML and you would have access to it without any C++ code requirements.

To use Mapbox GL tiles and styles provided by Mapbox, please register on their site and obtain access key. The key can be either used to specify accessToken property of MapboxMap (see API description) or using environment variable MAPBOX_ACCESS_TOKEN.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].