Andrew Harvey
Andrew Harvey
I ran into something like this in a completely different context, in that case setData on a geojson source cause the map to glitch similar to your screenshot. It was...
I think it's okay to accept a PR which checks for window, but still I think a better solution is setup your code to not try and render mapbox-gl-geocoder on...
> It's a real shame if SSR is prevented by a one-liner. If that's the only issue, I'd be happy to open a PR for a fix. @wratte ? I'm...
https://github.com/openaddresses/machine was deprecated, now it's using https://github.com/openaddresses/batch-machine Indeed at https://github.com/openaddresses/batch-machine/blob/73f9e9f01d0a372633c74345e9f9a666264a48f8/openaddr/conform.py#L919 which is the line you found. I'd say this is a bug in batch-machine because you've specified the exact field...
I'd be happy to see these inherit GL JS's [`LngLatLike`](https://docs.mapbox.com/mapbox-gl-js/api/geography/#lnglatlike) and [`LngLatBoundsLike`](https://docs.mapbox.com/mapbox-gl-js/api/geography/#lnglatboundslike) so both array or object are accepted interchangable. This wouldn't be a breaking change because both as an...
That's a lot of tasks, what's the intention? For the au sources, I've tried to set the license data accurately already.
Hi! This isn't yet implemented. The codebase was recently enhanced to allow the search placeholder to be localised by default, so this could be extended to include the other error...
Sorry I don't follow. Could you re-phase this from the public API or user facing perspective? _inputEl is private, not part of the public API, so while I did post...
Okay I understand now, so after selecting a result the input element remains focused with the blinker moved to the start which on mobile leaves the keyboard open which is...
Is this an issue with mapbox-gl-js or mapbox-gl-geocoder? @mariusa if you had a PR for the suggested change that would be great. Keeping in mind we also need reasonable defaults...