Erik Vullings
                                            Erik Vullings
                                        
                                    @foxdonut thanks for taking a look at my suggestions. Will report back after checking out the new version!
@foxdonut Sorry for the wait, and thanks for the update and the many improvements you have added! I'm reporting back on beta 10 as used in [memory-trainer](https://github.com/foxdonut/memory-trainer). 1. In `meiosis.ts`,...
Thanks for closing this issue. I should have done it already, since I'm already using your improvements in the latest version. Great work, and I really love using it! On...
@lazydefi1 Could you perhaps create a PR for this update. Without the OPTIONS handling, I cannot really implement CORS, as my app sends a preflight OPTIONS request to check for...
Nice catch - indeed, you are right. However, you could probably solve this quite easily in CachedDynamicTileManager.LoadTile. Instead of ``` c# var tilePath = Path.Combine(CacheFolderPath, tileTms.x + "_" + tileTms.y);...
Hi Baran, not sure if you are still working on it, but the limitation seems to have gone. Only bad thing is that it only supports zoom levels up to...
At least good that you got this one :-) Level 15 is probably the level for which they have world coverage, so that's why they limit it there ([as documented](https://mapzen.com/documentation/terrain-tiles))....
@jrouaix I agree with your suspicion. I've used the appender to insert 650_000 simulated persons into duckdb, and noticed a couple of things: - Loading was VERY slow (compared to...
@jrouaix Unfortunately, I have tried this with the latest version, 0.10.1.
> As far as I know web mercator is the only projection available. And it sounded like it suits peoples needs quite well. You can transform mouse positions and marker...