From 6f8b5005f6ee3cf86910dc3c035926bd6c2d6690 Mon Sep 17 00:00:00 2001
From: Zsolt Ero
- When you use a customized style, you need to host the style JSON yourself and use this URL in + When you use a customized style, you need to host the style JSON yourself and use its URL in MapLibre.
diff --git a/website/template.html b/website/template.html
index fa54734..f9efcb7 100644
--- a/website/template.html
+++ b/website/template.html
@@ -24,7 +24,7 @@
{text}
-
+
diff --git a/website/text.md b/website/text.md
index 920fef3..923c88d 100644
--- a/website/text.md
+++ b/website/text.md
@@ -30,7 +30,7 @@ I'm Zsolt Ero ([twitter](https://twitter.com/hyperknot), [blog](https://blog.hyp
## Is commercial usage allowed?
-Yes
+Yes.
## Why did you make this?
@@ -42,7 +42,7 @@ I'll share more about the reasons in a future [blog post](https://blog.hyperknot
There is no technical reason why vector tile hosting should cost as much as it does today. Vector tiles are just static files. OK, serving 300 million files is not easy, but at the end of the day, they are just files.
-Financially, the plan is to keep renting Hetzner servers until they cover the bandwidth. I believe it can work if enough people subscribe to the support plans.
+Financially, the plan is to keep renting Hetzner servers until they cover the bandwidth. I believe it can be self-sustainable if enough people subscribe to the support plans.
If this project helps you save on your map hosting costs, please consider subscribing to a support plan!
@@ -64,7 +64,7 @@ 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. This is probably the most innovative aspect of this project.
The server is nginx on Ubuntu.