Erica Fischer
Erica Fischer
What version of tippecanoe?
The tradeoff is that storing tiles to individual S3 files can be very slow, but access to them once they are stored is very fast; storing an archive of tiles...
Thanks for pointing out the discrepancy. The BINAC documentation is not very clear on what happens when the accumulator contains 0. Given the reference elsewhere to a "sign digit," it...
The essence of `--coalesce-smallest-as-needed` is to merge together features that shouldn't legitimately be merged based on their attributes, but must be merged to make the tiles small enough. It prioritizes...
OK, that is kind of weird. There is some slop to the logic of which features can be as-needed coalesced: it is not actually by nearest neighbor (which would be...
I wonder if I could change it to still use the linearized order, but skip coalescing when the ground distance between two features is an outlier from what you would...
Is the GeoJSON for this parcel data available? The file from http://data.vancouver.ca/datacatalogue/ doesn't seem to include the zoning.
Thanks! Downloading now. Which `tippecanoe` options are you using with it?
Sorry, I have not had a chance to do any more work on polygon coalescing recently.
If everything is consistently above and to the left of where it should be, this is probably the rounding-vs-truncation problem that I just fixed in https://github.com/felt/tippecanoe/pull/60.