Old tiles.ttss.pl backed using MapProxy
Jacek Kowalski
2020-06-03 d1e1f5e507ac2c01c2633fb026f98f2bdf30271f
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
 
if [ ! -f data/mapproxy.yaml ]; then
    cp mapproxy.yaml data/
fi
if [ ! -f data/extent.geojson ]; then
    cp carto/extent.geojson data/
fi
 
uwsgi --http-socket :8080 --master --processes 12 --plugins python --module wsgi