This commit is contained in:
Zsolt Ero
2024-01-11 20:36:08 +01:00
parent 54d59c5850
commit 7aa30d6584

View File

@@ -64,30 +64,30 @@ The map schema is [OpenMapTiles](https://github.com/openmaptiles/openmaptiles).
The tiles are generated by [Planetiler](https://github.com/onthegomap/planetiler).
There is no tile server running, only BTRFS partition images with 300 million hard linked files.
There is no tile server running, only BTRFS partition images with 300 million hard-linked files.
The server is nginx on Ubuntu.
There is no cloud, just dedicated servers on Hetzner.
There is no cloud, just dedicated servers at Hetzner.
Currently using Cloudflare, but it's designed it so it can be changed any time.
Currently, it is behind Cloudflare, but it has been designed so that it can be changed at any time.
Moreover, a lot of work is going into customising the styles at [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles).
Moreover, a lot of work is going into customizing the styles at [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles).
## What about PMTiles?
I would have loved to use PMTiles, they are a brilliant idea!
I would have loved to use PMTiles; they are a brilliant idea!
Unfortunately, making range requests in 80 GB files is just not working in production. They are fine for < 500 MB files, but have terrible latency and caching issues for full planet datasets.
Unfortunately, making range requests in 80 GB files just doesn't work in production. It is fine for files smaller than 500 MB, but it has terrible latency and caching issues for full planet datasets.
## Attribution
If you are using MapLibre, attributions are automatically added.
If you are using this in a printed media or video, please attribute:
If you are using this in printed media or video, please attribute:
<a href="https://openfreemap.org/" target="_blank">OpenFreeMap</a> <a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> Data from <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>
You don't need to display the OpenFreeMap part, but it's nice if you do.
You do not need to display the OpenFreeMap part, but it is nice if you do.
{licenses}