mapbox-gl
Here are 218 public repositories matching this topic...
-
Updated
Mar 26, 2021 - JavaScript
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::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
-
Updated
Jul 7, 2020 - Java
-
Updated
Mar 8, 2021 - TypeScript
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Mar 24, 2021 - Rust
-
Updated
Mar 8, 2021 - JavaScript
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
-
Updated
Mar 18, 2021 - R
@input() flyTo?: boolean;
is missing the support for accepting an object to allow user to pass in options. So currently there is no way of changing the animation style using this directive.
The mapbox-gl-geocoder has been updated to allow that:
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
Mar 26, 2021 - TypeScript
Add tests
For now: a unit test that makes sure we can mount the DrawControl component.
With the new navigation implementation, few icons are missing. These icons are expected to be shown in place of the next maneuver icon at the following cases:
- Position is not known (no GPS fix, for example)
- Position is not known, but with low accuracy
- Movement in wrong direction (maybe use U-turn, but that is dangerous?)
- Away from route (is shown next to distance from route)
- Prepa
Setup a homepage
-
Updated
Mar 10, 2021 - Java
-
Updated
Mar 28, 2021 - C++
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 17, 2021 - C++
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 11, 2021 - TypeScript
-
Updated
Jan 24, 2021 - HTML
-
Updated
Dec 12, 2018 - JavaScript
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."



This issue / feature request was originally posted by @AndrejGajdos