-
Updated
Sep 2, 2020 - JavaScript
mapbox-gl
Here are 173 public repositories matching this topic...
-
Updated
Jul 7, 2020 - Java
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Aug 11, 2020 - Rust
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 4, 2020 - R
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
To access queryRenderedFeatures (which does not seem to be exposed on the MapGL comp) I currently make use of MapContext:
<MapContext.Consumer>
{map => {
map.on("dragend", () => {
const fe
Missing POI icons
There are some POIs without an icon, e.g.:
There are some new Maki icons, so it would be good to check if there are any new icons we could use for missing ones:
OpenMapTiles POI layer:
https://github.com/openmaptiles/openmaptiles/tree/master/layers/poi
Maki icons:
https://l
-
Updated
Jul 5, 2020 - TypeScript
Add tests
For now: a unit test that makes sure we can mount the DrawControl component.
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 24, 2020 - QML
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 1, 2020 - TypeScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Jun 20, 2020 - HTML
-
Updated
Dec 12, 2018 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Currently to update mbgl one would need to:
- Package two new mbgl packages:
- Release build (like mapbox/mason#651)
- Debug+ASAN build (like mapbox/mason#652)
- Update the mbgl version in
mason-versions.ini
This should be:
- documented in the readme
- and @springmeyer should spirit guide another developer through thi
Improve this page
Add a description, image, and links to the mapbox-gl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapbox-gl topic, visit your repo's landing page and select "manage topics."

MGLTilePyramidOfflineRegion should have a
countOfTilesmethod that returns the number of tiles included in the tile pyramid. The implementation would rely on thembgl::util::tileCount()function added in #9906.This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica