{"id":13784468,"url":"https://github.com/rinigus/mapbox-gl-qml","last_synced_at":"2026-01-04T18:15:01.395Z","repository":{"id":25202953,"uuid":"103438297","full_name":"rinigus/mapbox-gl-qml","owner":"rinigus","description":"Unofficial Mapbox GL Native bindings for Qt QML","archived":false,"fork":false,"pushed_at":"2024-10-24T15:57:38.000Z","size":241,"stargazers_count":43,"open_issues_count":1,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-08T11:52:40.394Z","etag":null,"topics":["linux","map","mapbox-gl","opengl-es","openstreetmap","qml","qt","sailfishos"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rinigus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-13T18:50:44.000Z","updated_at":"2025-02-20T11:19:04.000Z","dependencies_parsed_at":"2024-01-17T03:13:48.004Z","dependency_job_id":"eb0d52c9-5362-4148-bf55-ee47f8af13f2","html_url":"https://github.com/rinigus/mapbox-gl-qml","commit_stats":{"total_commits":182,"total_committers":5,"mean_commits":36.4,"dds":"0.038461538461538436","last_synced_commit":"dc1eeacbcc932bda899da42127d05ce7fc766140"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/rinigus/mapbox-gl-qml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinigus%2Fmapbox-gl-qml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinigus%2Fmapbox-gl-qml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinigus%2Fmapbox-gl-qml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinigus%2Fmapbox-gl-qml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rinigus","download_url":"https://codeload.github.com/rinigus/mapbox-gl-qml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinigus%2Fmapbox-gl-qml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269734492,"owners_count":24466649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","map","mapbox-gl","opengl-es","openstreetmap","qml","qt","sailfishos"],"created_at":"2024-08-03T19:00:44.809Z","updated_at":"2026-01-04T18:15:01.382Z","avatar_url":"https://github.com/rinigus.png","language":"C++","funding_links":[],"categories":["Clients"],"sub_categories":[],"readme":"# Unofficial Mapbox GL Native bindings for Qt QML\n\nThese bindings were originally developed for supporting Mapbox GL\nNative for platforms that lack Qt/QML 5.9 support, such as Sailfish\nOS, and application that are targeting Mapbox GL Native maps\nspecifically. These bindings provide an alternative API that can be\nused to access Mapbox GL Native functionality in QML applications.\n\nStarting from version 2.0 of the bindings, backend was switched to MapLibre GL Native\nthrough its Qt bindings. Currently, these QML bindings support Qt versions\nfrom 5.6 (for Sailfish OS) to 5.15, and 6.x versions (tested against 6.10 at the moment\nof writing).\n\nThese bindings are used by few applications, such as [Pure\nMaps](https://github.com/rinigus/pure-maps) and\n[Laufhelden](https://github.com/jdrescher2006/Laufhelden).\n\nThe code is based on QtLocation 5.9 Mapbox GL plugin, Qt/QML bindings\ndeveloped as a part of Mapbox GL Native by Mapbox team before merging\nQML bindings with QtLocation. Qt6 support was based on MapLibre GL Qt\nlibrary implementations and was adjusted to fit QML bindings API and\nrevised further as needed. Please note that the origin of each file\nis noted in the comment at the top of the file.\n\nSince QtLocation 5.9 is distributed with LGPL3.0, the code written for\nthese bindings is distributed with the same license. The original code\ndeveloped as a part of Mapbox GL Native has a license at\nhttps://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md\n\nFor Sailfish, the bindings are available as a package at\nChum. For desktop Linux, unless packaged for your distribution,\ncompilation from source is needed. Instructions for compilation are\n[here](https://github.com/rinigus/mapbox-gl-qml/blob/master/source_install.md)\n\n\nThe description of API: [api.md](https://github.com/rinigus/mapbox-gl-qml/blob/master/api.md)\n\nDemo for Sailfish OS is at the separate repository: https://github.com/rinigus/mapbox-demo-sfos\n\nIncluded demo (app subfolder) demonstrates how to use QML bindings.\n\nTo use Mapbox GL tiles and styles provided by Mapbox, please register\non their site and obtain access key. The key can be either used to\nspecify `accessToken` property of MapboxMap (see [API\ndescription](https://github.com/rinigus/mapbox-gl-qml/blob/master/api.md))\nor using environment variable `MAPBOX_ACCESS_TOKEN`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinigus%2Fmapbox-gl-qml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinigus%2Fmapbox-gl-qml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinigus%2Fmapbox-gl-qml/lists"}