Max Ammann

Results 336 comments of Max Ammann

> So you did change `origin` to `Origin::TopLeft` and then `grid.tile_extent_xyz(0, 0, 0)` did return what you're expecting? Here is an example: ```rust use tile_grid::{extent_wgs84_to_merc, Extent, Grid, GridIterator, Origin, Unit};...

I just hit the same problem, I also noticed that a binary without atomic support is smaller.

Part was implemented in #119

The issue I currenlty see with the lint is that its quite verbose and noisy. So the output of clippy is quite large right now.

@Quillasp I merged in main and fixed all conflicts

I would like to point ant that the idea for a B-Tree + Quadkey comes from https://docs.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system#tile-coordinates-and-quadkeys I never evaluated the performance though.

Yes that makes sense. I just went with the defaults feom xcode. Lets just use the lowest shown by xcode. We probably can go even lower. I think we only...

Sure thats my job :) feel free to join the matrix

Hey @DerKarlos I think this is a good first task! Thanks for taking a look at it! > and in zoom_handler.rs in UpdateState for ZoomHandler I added `next_zoom.limit(0.0, 20.0);` That...