Shane Paul
Shane Paul
Hi Mike, Thanks for taking the time to respond. >Can you try using --schemas="ACCOUNT,EMAIL" instead of --schemas="account,email" and let us know if that works. As you can imagine, I have...
Ok, I was not out of ideas yet. And we seem to have a very interesting results: I additionally tried version 4.6.2, 4.71, 4.8.0 of the docker image./ All three...
For those that want to fix this, add this to the constructor of HexMap: ``` GetTileDistance = new MapDistanceCalculatorTile(coordinateWrapper); GetEdgeDistance = new MapDistanceCalculatorEdges(coordinateWrapper); GetCornerDistance = new MapDistanceCalculatorCorners(coordinateWrapper); ```