mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
website
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
can remove labels, POIs, or change colors.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<img src="assets/logo_512.png" alt="logo" height="200" class="logo" />
|
||||
{text}
|
||||
|
||||
<script src="map.js"></script>
|
||||
<script src="assets/map.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js"></script>
|
||||
<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user