A small local tiling server
Find a file
2021-04-21 22:55:06 -04:00
mapserver Mini local map tiling server 2021-04-21 22:08:35 -04:00
.gitignore Mini local map tiling server 2021-04-21 22:08:35 -04:00
README.md Mini local map tiling server 2021-04-21 22:08:35 -04:00
servemaps Fixed path issue and using gevent production server 2021-04-21 22:55:06 -04:00
setup.py Fixed path issue and using gevent production server 2021-04-21 22:55:06 -04:00

Mapserver

A map tile server written using Flask and LeafletJS.

Prerequisites

First you need to have map tile data. The easiest way to obtain this is to use KDE Marble and use the download maps feature.

To Run

servemaps \
  --tile-path=~/.local/share/marble/maps/earth/openstreetmap \
  --port=9001

References

I mainly referenced: https://medium.com/@Nithanaroy/create-your-own-tile-server-and-map-client-5f7515fff28

Other Useful links: