https://github.com/gotoss08/tiles_cacher
Tiles caching proxy server
https://github.com/gotoss08/tiles_cacher
cache-service elixir map map-tyles tiles
Last synced: over 1 year ago
JSON representation
Tiles caching proxy server
- Host: GitHub
- URL: https://github.com/gotoss08/tiles_cacher
- Owner: gotoss08
- License: apache-2.0
- Created: 2025-03-06T16:35:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T22:16:47.000Z (over 1 year ago)
- Last Synced: 2025-03-06T23:19:45.881Z (over 1 year ago)
- Topics: cache-service, elixir, map, map-tyles, tiles
- Language: Elixir
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TilesCacher
Simple proxy server for map tiles caching to file system.
## Usage
1. `$ git clone https://github.com/gotoss08/tiles_cacher`
1. `cd tiles_cacher`
1. `mix run --no-halt`
*Consider reading docs for [mix release](https://hexdocs.pm/mix/Mix.Tasks.Release.html) to create production-ready deployment package.*