diff --git a/website/map.js b/website/assets/map.js similarity index 100% rename from website/map.js rename to website/assets/map.js diff --git a/website/assets/style.css b/website/assets/style.css index 4f1f62a..2518bf6 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -145,6 +145,7 @@ button { .col-lbl { display: block; + cursor: pointer; } .col-chk { @@ -158,6 +159,7 @@ button { .col-cnt { display: none; + margin: 1em 0 2em; } .col-chk:checked ~ .col-cnt { diff --git a/website/map_docs.html b/website/map_docs.html index 934bd68..f92fdc8 100644 --- a/website/map_docs.html +++ b/website/map_docs.html @@ -82,7 +82,7 @@ can remove labels, POIs, or change colors.
- 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.