Closed tim-terry-otm closed 1 year ago
Not something I've seen before. I wonder if there's some weird data in the planet that's breaking the projection.
Thanks, i worked around the issue by just deleting the odd rows with
DELETE FROM tiles WHERE tile_row < 0
I checked the tilemaker source, but found not mention of rows with -48, the data for these rows was empty. So guessing they were created when some warnings were fixed during generation.
I'm trying to get to the bottom of an error whilst converting mbtiles to pmtiles. It seems my mbtiles file has some negative row values for zoom level 4
Why would these occur?
The mbtiles file and the script used to generate it can be seen here: https://github.com/protomaps/go-pmtiles/issues/56