mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
website
This commit is contained in:
@@ -34,6 +34,7 @@ lint.ignore = [
|
|||||||
'SIM105',
|
'SIM105',
|
||||||
'SIM108',
|
'SIM108',
|
||||||
'SIM115',
|
'SIM115',
|
||||||
|
'DTZ007', # Naive datetime constructed using `datetime.datetime.strptime()` without %z
|
||||||
]
|
]
|
||||||
|
|
||||||
[format]
|
[format]
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ Contributions are more than welcome!
|
|||||||
- Load-balancer script works. Currently in monitoring-only mode, as Round-Robin DNS handles downtime.
|
- Load-balancer script works. Currently in monitoring-only mode, as Round-Robin DNS handles downtime.
|
||||||
- This has been the production basemap service of [MapHub](https://maphub.net/) since June 2024.
|
- This has been the production basemap service of [MapHub](https://maphub.net/) since June 2024.
|
||||||
|
|
||||||
|
|
||||||
## Limitations of this project
|
## Limitations of this project
|
||||||
|
|
||||||
The only way this project can possibly work is to be super focused about what it is and what it isn't. OFM has the following limitations by design:
|
The only way this project can possibly work is to be super focused about what it is and what it isn't. OFM has the following limitations by design:
|
||||||
@@ -115,7 +114,7 @@ Finally, it's uploaded to a public Cloudflare R2 bucket using rclone.
|
|||||||
|
|
||||||
The default styles. I've already put countless hours into tweaking up some nice looking styles, probably needs the most work in the long term future.
|
The default styles. I've already put countless hours into tweaking up some nice looking styles, probably needs the most work in the long term future.
|
||||||
|
|
||||||
Of course, you are welcome to use custom styles.
|
Of course, you are welcome to use custom styles.
|
||||||
|
|
||||||
#### load balancer script - modules/loadbalancer
|
#### load balancer script - modules/loadbalancer
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
OpenFreeMap provides free map hosting so you can display custom maps on your website and apps.
|
OpenFreeMap provides free map hosting so you can display custom maps on your website and apps.
|
||||||
|
|
||||||
It is truly **free**: there are no limits on the number of map views or requests you can make, nor on how you use your map. There is no registration page, user database, API keys, or cookies.
|
It is truly **free**: there are no limits on the number of map views or requests you can make, nor on how you use your map. There is no registration page, no user database, no API keys, nor cookies.
|
||||||
|
|
||||||
It is truly **open-source**: everything, including the full production setup, is on [GitHub](https://github.com/hyperknot/openfreemap). Map data is from OpenStreetMap.
|
It is truly **open-source**: everything, including the full production setup, is on [GitHub](https://github.com/hyperknot/openfreemap). Map data is from OpenStreetMap.
|
||||||
|
|||||||
Reference in New Issue
Block a user