versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
57 stars 2 forks source link

Huge Tile Missing #27

Closed koufopoulosf closed 1 year ago

koufopoulosf commented 1 year ago

Hello Team,

First of all, I would like to say that this is a FANTASTIC project!! It is exactly what I was looking for, a completely open source solution for maps. THANK YOU 😍😍😍

I found about this project from this blog/tutorial: https://bertt.wordpress.com/2023/03/31/geofabrik-vector-tiles/

  1. I have noticed an ocean tile missing from Greece:

image

Is this fixable? I would really hope that it is... Also some lines need a bit fixing on your styles, like the line that you see on the missing ocean part.

  1. Furthermore, I would like to ask you this question: Can we serve versatiles with Martin? I think even @nyurik mentioned somewhat similar here.

Using Maplibre-GL-JS + Martin to serve the tiles, along with your beautiful basemap styles, it would be really the best combo ever!! Please, highly consider it!!

Thank you very much for your valuable time and I am looking forward to your reply.

koufopoulosf commented 1 year ago

https://tiles.versatiles.org/#8.27/37.803/24.316

MichaelKreil commented 1 year ago

I generated a new planet yesterday, but still the same issue: https://tiles-dev.datenhub.net/map.html?url=/tiles/osm/#8.03/37.685/24.434 That's not good! Might take some time to find the problem... :/ Could be a problem with:

koufopoulosf commented 1 year ago

Hi @MichaelKreil, I have fixed the issue. Let me show you.

Here: https://github.com/versatiles-org/versatiles-generator/blob/cf8be81009cbca913ae09da926553bc0660bb3f9/bin/basic_scripts/2_prepare_tilemaker.sh#L5

You need to use the official tilemaker: https://github.com/systemed/tilemaker

and then: make CONFIG=-DFLOAT_Z_ORDER

as it is explained here: https://shortbread.geofabrik.de/make-vectortiles/

So this issue: https://github.com/versatiles-org/shortbread-tilemaker/issues/3

should be closed as well now. Hopefully we can focus on this issue for now:

https://github.com/versatiles-org/versatiles-styles/issues/1

Thank you guys 🙏

MichaelKreil commented 1 year ago

Done: https://tiles.versatiles.org/#8.27/37.803/24.316

You can find the latest versatiles and mbtiles version here: https://download.versatiles.org

koufopoulosf commented 1 year ago

@MichaelKreil Nice! Other than the styles issues, I think it looks great!