https://github.com/stefanocudini/osm-tile-cacher
another tiles cacher using leaflet and little bit of php
https://github.com/stefanocudini/osm-tile-cacher
tiles-cacher tms
Last synced: 3 months ago
JSON representation
another tiles cacher using leaflet and little bit of php
- Host: GitHub
- URL: https://github.com/stefanocudini/osm-tile-cacher
- Owner: stefanocudini
- Archived: true
- Created: 2013-03-29T16:58:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T13:36:46.000Z (over 5 years ago)
- Last Synced: 2024-12-30T15:42:45.819Z (4 months ago)
- Topics: tiles-cacher, tms
- Language: HTML
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
osm-tile-cacher
===============another tiles cacher using leaflet and little bit of php
setup
===============
```
mkdir cache-tiles
chmod 0775 cache-tiles
chgrp www-data cache-tiles
```