Brandon Liu
Brandon Liu
In order to keep parity with the "GeoJSON Extension" described here: https://github.com/protomaps/tippecanoe#geojson-extension we need to think of a different strategy, since FlatGeobuf does not support arbitrary extensions like Geobuf does....
@bjornharrtell while I'd like it for my other projects, a Go implementation isn't needed for tippecanoe - I have vendored in the C++ headers here https://github.com/protomaps/tippecanoe/tree/flatgeobuf which should be all...
Checklist: - [ ] streaming: #9 - [ ] extensions: #7 - [x] support for embedding FGB primary keys (sequence numbers) in output tiles - [ ] heterogenous collections: #8
- [ ] verify all columns are translated correctly to MVT, other than binary (not representable)
Migrated to https://github.com/felt/tippecanoe/issues/21
tracked here: https://github.com/protomaps/tippecanoe/issues/1
I couldn't reproduce this on an ubuntu 22.04.1 with a fresh checkout, can you confirm the s2geometry submodule in `vendor/` was initialized and synced correctly? I don't think the compiled...
+1, perhaps clicking the magnifying glass icon should dismiss the dropdown as well
The `script_to_language` heuristic described above is slightly flawed such that it isn't possible to use a Traditional Chinese font to render zh-hant variants correctly. In this case, I am using...
@retpoline running osmx on untrusted .osmx file input seems like a nonstandard use case. Can you explain how the fuzz tester works? Considering an .osmx file is just an LMDB...