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: about 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T06:07:48.000Z (over 6 years ago)
- Last Synced: 2025-05-29T09:59:27.256Z (about 1 year ago)
- Topics: openstreetmap, osm, osm-tile-servers, php-proxy, reverse-proxy
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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/