Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tiles in generated mbtiles #25

Open
felipemendes1994 opened this issue Nov 7, 2023 · 0 comments
Open

Missing tiles in generated mbtiles #25

felipemendes1994 opened this issue Nov 7, 2023 · 0 comments

Comments

@felipemendes1994
Copy link

felipemendes1994 commented Nov 7, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant