https://github.com/answerquest/soi_png_proxy
proxy PNG map tiles server which converts SOI webp tiles to PNG on the fly
https://github.com/answerquest/soi_png_proxy
fastapi proxy survey-of-india
Last synced: 2 months ago
JSON representation
proxy PNG map tiles server which converts SOI webp tiles to PNG on the fly
- Host: GitHub
- URL: https://github.com/answerquest/soi_png_proxy
- Owner: answerquest
- License: mit
- Created: 2022-05-21T08:16:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T03:01:48.000Z (about 4 years ago)
- Last Synced: 2025-03-27T22:43:30.166Z (about 1 year ago)
- Topics: fastapi, proxy, survey-of-india
- Language: Python
- Homepage: https://server.nikhilvj.co.in/soiproxy/docs
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SOI PNG proxy
API Doc (swagger): http://localhost:5520/docs
Can test the tile URL quickly on https://geojson.io (Meta -> Add map layer)
On local:
http://localhost:5520/{z}/{x}/{y}.png
Live:
https://server.nikhilvj.co.in/soiproxy/{z}/{x}/{y}.png
Example:
https://server.nikhilvj.co.in/soiproxy/15/23460/14023.png
Started on 21 May 2022 by Nikhil VJ, https://nikhilvj.co.in
Aim : serve a proxy map tiles URL that takes webp tiles from: https://storage.googleapis.com/soi_data/export/tiles/{z}/{x}/{y}.webp tileURL setup by https://github.com/ramSeraph/ .
With code from:
https://github.com/ramSeraph/opendata/blob/master/maps/SOI/webp_to_png.py
Fetches orig webp tile, converts to png and returns tile