Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansschouten/osm-modtile-proxy
Serve mod_tile rendered tiles with a fallback to OSM tile servers during rendering
https://github.com/hansschouten/osm-modtile-proxy
openstreetmap osm osm-tile-servers php-proxy reverse-proxy
Last synced: 27 days ago
JSON representation
Serve mod_tile rendered tiles with a fallback to OSM tile servers during rendering
- Host: GitHub
- URL: https://github.com/hansschouten/osm-modtile-proxy
- Owner: HansSchouten
- Created: 2019-08-11T17:16:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T06:07:48.000Z (about 5 years ago)
- Last Synced: 2024-11-08T00:31:02.859Z (3 months ago)
- Topics: openstreetmap, osm, osm-tile-servers, php-proxy, reverse-proxy
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSM - mod_tile proxy
Serve mod_tile rendered tiles and tiles from the OSM tile servers during rendering.
This will save disk space compared to pre-rendering all tiles, while still offering the ability to have some zoom levels pre-rendered. Missing tiles are requested from OpenStreetMap tile servers, while in the background the server will render tiles of the requested area to speed up subsequent requests.Inspired by: https://wiki.openstreetmap.org/wiki/ProxySimplePHP
Use in combination with: https://switch2osm.org/manually-building-a-tile-server-18-04-lts/