Kevin Kreiser

Results 447 comments of Kevin Kreiser

ok so i looked at this a little bit last night and i think perhaps the following could work and sounds a bit like what is suggested: 1. at the...

yeah regarding the first optimization. because it relies on iterating through a binary file there are two things to keep in mind: 1. the threads know which range of tiles...

Pinning versions of all the dependencies also makes it very very hard to support a wide range of build environments. Inside of `CMakeLists.txt` (and in configure.ac before that) we often...

@mesozoic-drones these are all great questions! i honestly didnt follow @pranavpandey1998official 's work too closely so im not quite sure what the issue is there. from your debugging i wonder...

ha that was going to be my other guess as well, that i probably changed the tileset function to return level 3 tiles as well.. apologies about that. lets PR...

True it doesn't not care about dates only that tiles exist near the location

That sounds like the case yep

are there level 3 tiles in your tileset? if so then perhaps we modified the connectivity map in such a way as to have broken this (totally possible we badly...

sounds like an off by one bug for sure, another good catch and thanks for reporting it!

ok i made a bunch of comments. most of them are small but at least a couple will require a little bit more work. i really want to merge this...