Brad Hards
Brad Hards
I'm trying to do a large conversion (full planet). The config is default. ``` nice tilemaker --input planet-optimised.osm.pbf --config config.json --store temp_world --output planet.mbiles Layer place (z0-14) Layer boundary (z0-14)...
This currently falls back to a GEOS implementation for anything more complex than points. I had originally intended to do the linestring implementation too, but it became ugly. This is...
The documentation for https://github.com/rust-av/rust-av/blob/d44bb083ffc543d80397c8244f2e8c534f609308/data/src/pixel.rs#L16C1-L21C2 implies that a pixel channel can only be 8 bits (because the ranges are specified as `[0,255]` and `[16,255]`). The use of the flag (equal to...
I went back-and-forward a bit on whether adding and getting should take the item or the item id. Would appreciate feedback on that.
There are a few new things in the updated (2025, third edition) HEIF spec. I'm interested in the text and font items (section 6.10), and have started work on that.