Brandon Liu

Results 552 comments of Brandon Liu

It would be best to integrate this with a rework of the login system and frontend. Removing the requirement to log in via OSM account will make it more frictionless...

(edit: not relevant to this ticket) ~~This is exciting! I'm new to this effort, but I'm wondering it the intent here is to offer an experimental vector layer visible on...

* Need a global singleton to set JSON vs interactive terminal progress reporting * Progress consists of a few parts: * input parsing, where the total # of elements and...

The part for writing metadata is shared between dirtiles and mbtiles, is a little hairy to extend for pmtiles: https://github.com/protomaps/tippecanoe/blob/master/mbtiles.cpp#L270

it just embeds JSON. However, v3 is going to be a little different by promoting certain metadata fields like minzoom, maxzoom and bounds into fixed-size parts of the header; this...

https://github.com/protomaps/tippecanoe/tree/refactor-metadata : WIP on moving the metadata logic out of mbtiles.cpp into a new metadata.cpp; to do: split the behavior based on outdb/outdir/outfile instead of going through mbtiles each time...

* Need a JSON implementation to write metadata (use the one already in tippecanoe) * Need a hash implementation to perform deduplication (either bring in XXHash dependency, implement FNV, or......

C++ writer implementation is now here, though it does not choose a leaf level: https://github.com/protomaps/PMTiles/blob/master/cpp/pmtiles.hpp likely best way is to just inline this header into tippecanoe source tree like other...

migrated issue to https://github.com/felt/tippecanoe/issues/10

Relevant issue re: FlatGeobuf here: https://github.com/flatgeobuf/flatgeobuf/issues/125