ttomasz
ttomasz
On further reading it seems that it might be Firefox limitation: https://stackoverflow.com/questions/67440036/navigator-clipboard-readtext-is-not-working-in-firefox
> One more think: AFAIK there is an issue with using `highway=path` as the recommended preset, since there is no corresponding crossing-tagging-recommendation for this. The crossing presets (see those two...
Yeah, I actually initially made stackblitz snippets as I thought the issue was with me rewriting my app to react but forgot about them :sweat_smile: https://stackblitz.com/edit/js-cactms?file=index.html
There is one example of adding XYZ tiles with different tile provider (and style) https://maplibre.org/maplibre-gl-js-docs/example/map-tiles/
Well I thought if technical stuff was ok to kind of ask around in community if they know of cases where this could break but I guess just merging works...
@lbcsy here's an example https://maplibre.org/maplibre-gl-js-docs/example/geocoder/
@efiop Would you mind reviewing this PR?
Sorry, was quite busy past few months 😅 I should be able to finish this up in June.
Changed popping kwargs to separate parameter for stuff to pass to underlying library.
Sorry for the mess with the commits. Do you want me to revert client_args/connect_args to being kwargs instead of parameter? Or is the current state ok?