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

mapbox-gl

Here are 251 public repositories matching this topic...

Malvoz
Malvoz commented Sep 18, 2021

When visual users look at a map they can easily tell that the controls, attribution, and other (potentially custom) UI components that are placed on the map belong to it. AT users rely on HTML semantics, DOM structure, and ARIA to convey these things and their relationships.

Currently, the tabindex="0", aria-label="Map" and role="region" (which to

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
rinigus
rinigus commented Jul 4, 2020

As there is a lot of functionality in Pure Maps, it would be helpful to have user-oriented homepage. It should be hosted using github pages, as done with OSM Scout Server. Among other things, it should include

  • list of platforms where it works, ideally with screenshots
  • list of functions
  • list of providers
  • explain how to use offline
  • for more complicated functions (GPX & GPX Smart, fo

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