Brandon Liu
Brandon Liu
Generally no because the current build depends on system libraries like zlib, or transitively - S2 geometry depends on OpenSSL. If you need a self contained library that does almost...
The dynamic linking is the issue. Even if we were to provide a precompiled binary that uses dynamic linking we would also need to use a cross-compilation toolchain. What platform...
Leaflet 2.0.0 is a major version bump. since this project isn't very active, we should probably put out a major version 6.0.0 compatible with leaflet >= 2.0.0 only and not...
Odd... first thought is maybe the snapAndFixPolygon is not being called at the end of the VW + smoothing simplification?
Is it not advisable to explicitly declare C++23 as the version in CMake?
Oh, I suppose `set(CMAKE_CXX_STANDARD 23)` applies globally so we don't need the target-level declarations? Anyways, the PR as-is fails to build with a few errors for me right now (macOS...
This doesn't address the `skip_filled_tiles=true` bug directly, but you can visualize how filled tiles are deduplicated on https://pmtiles.io/archive/ - RLE-deduplicated water areas in a Ukraine basemap build look like this:
https://github.com/onthegomap/planetiler/pull/1355#discussion_r2418257063
Now that MLT will be publicized under https://github.com/maplibre/maplibre.github.io/issues/490#issuecomment-3593232046 I think we should move forward on this There is some ambiguity regarding future versions of MLT. In contrast, doesn't seem to...
Thanks for the enhancement, can you add a test like the one in https://github.com/protomaps/PMTiles/blob/main/python/rio-pmtiles/tests/test_cli.py#L78 ?