Brandon Liu
Brandon Liu
Attached are all 3 exceptions that arose with JTS 1.20.0-SNAPSHOT. Note: this runs on slightly different data than before (since it's OSM) There is a new class of exception that...
At the most extreme we could define a `ReadableTileArchive` as another input type that is passed directly as tiled features, without touching the FeatureCollector API; the OSM or NE-derived ocean...
Context on Geopackage etc output from osmcoastline: https://github.com/osmcode/osmcoastline/issues/35#issuecomment-660488805
Proposal here https://github.com/onthegomap/planetiler/pull/635 This addresses Natural Earth and other bring-your-own geopackages. For water and land polygons I'd be happy to mirror those via cloud storage bucket in indexed GPKG format,...
It's worth checking if https://github.com/lightbringer/clipper-java fails in the same way; supposedly [Clipper2 is strictly better than Clipper1](http://www.angusj.com/clipper2/Docs/Changes.htm), but possible failures are: - differences (bugs?) in Clipper2 java port vs reference...
Do we want to use OSM as a datasource or something like aggregated GTFS via transitland? https://www.transit.land/map#10.76/52.5183/13.3067
there should be many more buildings than OSM, if this is a superset of previous Daylight MSFT building releases. The Parquet format is very efficient at encoding column data but...
> Probably this is stupid so feel free to ignore my comment, but my first thought was let's flatten the nested properties and make a planet.pbf file which looks like...
if you are using pmtiles you can pass a custom FetchSource with your own headers: https://github.com/protomaps/PMTiles/blob/main/js/index.ts#L287
I had a todo to disable that minification: https://github.com/protomaps/PMTiles/pull/290 that's done now.