Michael Kirk
Michael Kirk
The SPM install instructions have been updated: https://github.com/maplibre/maplibre-navigation-ios?tab=readme-ov-file#getting-started
This is something I'm interested in. Relatedly, for the sake of development/examples is there a way to get a test `Route` from fixture data - i.e. not fetched from a...
Currently there's no way (as far as I can tell) to specify a styleURL for `NavigationViewController`. I'm wondering if that's the same underlying issue as here, or if I should...
The issue in #913 is equally possible for any floating point representation, but less *probable* as precision increases. I'm not sure if this issue is the same underlying cause as...
I just merged #1234 which replaces our BoolOps implementation with one backed by the i_overlay crate. This should resolve the issue you're seeing. Let us know if it recurs. You...
I've thought about this too. It might be a good idea, but it would be a pretty big change, so I wanted to flesh out the pros and cons a...
Wild idea that would maintain the current low number of breaking releases for crates that only need the types for interop and don't care about the algorithms: What if we:...
> These are semver-breaking, but in practice only require a small amount of work (if any) to upgrade (I realise that's more than "none", but I think it's important to...
>> Made the geo_types crate a simple re-export of those types. It's kind of a funny inversion - whereas currently geo gets its geometries from geo_types, now geo_types would get...
> Any way to do a quick test if that makes any difference? As discussed in #803, https://github.com/georust/geo/compare/mkirk/prepared-geom?expand=1 could be a good starting point.