Skip to content

Missing tiles in generated mbtiles #25

@felipemendes1994

Description

@felipemendes1994

Hello,

I've been using sequentially-generate-planet-mbtiles to create a file for whole planet. But I recently noticed that there are some missing tile, when serving my mbtile.

I also tried to create a mbtile only from Sao Paulo, in Brazil, but the problem also happens. Trying to generate mbtiles from other regions, the problem also happens.

Those missing tiles only appers from 14z level or above. Bellow 14z, the problem does not show, and you can see the problem in the following pics.

Captura de tela de 2023-10-25 13-44-28
Captura de tela de 2023-10-25 13-44-54

See an example of my config file:

{
  "pbfFile": "/home/felipe/Documentos/arquivos/PBFs/sudeste-latest.osm.pbf",
  "workingDir": "/home/felipe/Documentos/maptiler/maptile-generator/generated/sudeste",
  "outDir": "/home/felipe/Documentos/maptiler/maptile-generator/generated/sudeste",
  "excludeOcean": false,
  "excludeLanduse": false,
  "TilemakerConfig": "",
  "TilemakerProcess": "",
  "maxRamMb": 20000,
  "outAsDir": false,
  "skipSlicing": false,
  "mergeOnly": false,
  "skipDownload": true
}

Any idea of what may be causing this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions