I would like to create several (200/day) map images of max size 400x400. Those images will be served online -to anyone- using Django. The desired contents and properties of each image include:
A static map image seems not to be an option because the services that may provide it either:
The most realistic idea might be to create the images on my server(s)(or home box somehow) with a call to a script, for the first time, and then serve the created file while keep runing a task of updating the older images. Searching around for such a setup, I find that I have to use mapnik on a postgis installation. Supposing that svg is the prefered format due to its quality of display on retina images:
If not, I have scatterly read the following issues for svg images and mapnik:
Are the above difficult to resolve on a self-hosted setup? Some help or a different approach is very much appreciated. asked 19 Jul '16, 16:13 raratiru aseerel4c26 ♦ |