Andrew Harvey
Andrew Harvey
It caught me out that maxDistance is in kilometers, I had expected meters, so documenting this would be helpful for users.
Are you able to make available the source files for the PNG icon sprites? Perhaps you have an SVG version? Currently it is very hard to add new colours.
Hi @veltman. Thanks for building this repository. I've made two changes which I wanted to share, but I don't think they are ready to be merged. So please feel free...
**mapbox-gl-js version**: master Almost opposite to #1551, if a tile request returns a 5xx status code, should there be an exponential backoff to re-requesting it? Related to the work you've...
Creating a map with: ``` var map = L.mapbox.map('map', '', { zoomControl: false }) .setView([40, -74.50], 9); L.mapbox.styleLayer("mapbox://styles/mapbox/streets-v9").addTo(map); ``` doesn't show the mapbox_logo even when the tilesets for the style...
It would be nice to have an offline sideload demo, where I could open a sideload pack from my device storage and have that opened. I should then be able...
The documentation at https://v3.vuejs.org/guide/a11y-semantics.html#labels shows using `aria-labelledby` however with Vue Components that breaks down as `id` is global within the page rather than local in scope to your component. I...