Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more robustness against invalid Antarctica nodes
This is another fix in the vein of 066ca0a Testing Antarctica with this PR: 9m5s The generated mbtiles doesn't seem to be convertible to a pmtiles file -- `pmtiles convert` fails with: ``` main.go:162: Failed to convert /home/cldellow/src/basemap/tiles.mbtiles, Missing row ``` I've never generated Antarctica with the previous code, so I'm not sure if this is specific to this PR or not. My intuition is this is not specific to this PR. Wild guess is that we're creating tiles with no features, due to https://github.com/systemed/tilemaker/blob/d470dc94fea6ae74e948c1a858c6e1228c9f4bf9/src/tile_worker.cpp#L210, and pmtiles doesn't like that.
- Loading branch information