mapbox-gl-js
Here are 496 public repositories matching this topic...
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Aug 5, 2021 - JavaScript
'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
Oct 7, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Rust
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Oct 4, 2021 - Rust
-
Updated
Jul 22, 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
Sep 27, 2021 - R
-
Updated
Jan 11, 2019 - JavaScript
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
Oct 4, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Ruby
When you run npm test
without setting the your access token in your local environment, you get the following error:
# directions
# initialized
ok 1 directions is initialized
# set/get inputs
not ok - Uncaught, unspecified "error" event. ([object Object])
http://localhost:58414/script.js:2069
var err = new Error('Uncaught, unspecified "error" event. (' + er + ')');
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Jun 26, 2018 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Aug 26, 2021 - Go
-
Updated
Oct 6, 2021 - TypeScript
To avoid annoyances like this I wonder if this plugin should add an event listener that is fired when elements have been added to the page
this.map.fire('accessibility.load');
-
Updated
Oct 6, 2021 - JavaScript
Improve this page
Add a description, image, and links to the mapbox-gl-js 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-js topic, visit your repo's landing page and select "manage topics."
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"
androle="region"
(which to