You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blocks/main.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,18 @@ GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap
62
62
63
63
## What is the tech stack?
64
64
65
-
The map schema is [OpenMapTiles](https://github.com/openmaptiles/openmaptiles), the tiles are generated by [Planetiler](https://github.com/onthegomap/planetiler). The [styles](https://github.com/hyperknot/openfreemap-styles) are forked and heavily modified.
65
+
The map schema is [OpenMapTiles](https://github.com/openmaptiles/openmaptiles).
66
+
Special thanks go to [Michael Barry](https://github.com/msbarry) for developing [Planetiler](https://github.com/onthegomap/planetiler). It made it possible to generate the tiles in 5 hours instead of 5 weeks.
67
+
The [styles](https://github.com/hyperknot/openfreemap-styles) are forked and heavily modified.
66
68
67
69
There is no tile server running; only Btrfs partition images with 300 million hard-linked files. This was my idea; I haven't read about anyone else doing this in production, but it works really well.
68
70
69
71
There is no cloud, just dedicated servers. The HTTPS server is nginx on Ubuntu.
70
72
73
+
## Domains
71
74
75
+
`tiles.openfreemap.org` - Cloudflare proxied
76
+
`direct.openfreemap.org` - direct connection, Round-Robin DNS
0 commit comments