Habib's Map Server

What's it about?

This site serves map tiles for salat.habibur.com.


Maps are statically served pre-rendered on the server side, without any need of client side JavaScript or canvas for rendering.
Obviously it's not interactive. But that's the point.


Map source is OpenStreetMaps.org. Tiles fetched from there and cached locally.
Merged and served as required.

API

https://maps.habibur.com/static/?lng=&ltlongitude>&lat=<latitude>&zoom=<zoom> to fetch a static tile where the center is marked in red.
That's all.


Example call here /static/?lng=90&lat=23&zoom=13.

Input Parameter Ranges

lng
180 > lng < -180. Positive on the East.
lat
90 > lng < -90. Positive on the North.
zoom
15 >= zoom <= 9. Higher zoom value shows more down to earth details.
Published
7-Sep-2022
Updated
5-Nov-2022