The Wayback Machine - https://web.archive.org/web/20210329123431/https://github.com/topics/mapbox-gl
Skip to content
#

mapbox-gl

Here are 218 public repositories matching this topic...

1ec5
1ec5 commented Mar 22, 2018

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

editor
orangemug
orangemug commented Jan 30, 2020

'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
react-map-gl
niki-yuan
niki-yuan commented Dec 17, 2020

In https://github.com/Wykks/ngx-mapbox-gl/blob/master/projects/ngx-mapbox-gl/src/lib/control/geocoder-control.directive.ts

@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:

https://github.com/

rinigus
rinigus commented Nov 20, 2020

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

Improve this page

Add a description, image, and links to the mapbox-gl topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more