planetiler 0.10.2 has been released, and it incorporates an updated MLT encoder that fixes an issue creating tiles that MapLibre GL couldn't handle (see original issue). I was hoping that updating this project to the latest planetiler would be a simple update to the POM file, but unfortunately the update also causes a bunch of the tests to fail with the error "Too many possible values: 6281600" (all with getSortKey in the call stack). I did confirm this is not just a test problem; generating tiles fails with the same error.
So, I'm hoping somebody might be able to take a look and bump the planetiler dependency to pick up the MLT encoder fixes.
planetiler 0.10.2 has been released, and it incorporates an updated MLT encoder that fixes an issue creating tiles that MapLibre GL couldn't handle (see original issue). I was hoping that updating this project to the latest planetiler would be a simple update to the POM file, but unfortunately the update also causes a bunch of the tests to fail with the error "Too many possible values: 6281600" (all with
getSortKeyin the call stack). I did confirm this is not just a test problem; generating tiles fails with the same error.So, I'm hoping somebody might be able to take a look and bump the planetiler dependency to pick up the MLT encoder fixes.