#!/bin/bash # MapProxy-Kacheln auf Vorrat generieren # 2013-01-24 # Doku: http://mapproxy.org/docs/1.1.1/seed.html # Ausfuehren mit "sudo su www-data" echo "MapProxy seeding ALKIS DEMO Mustermonzel" echo "** Bitte ausfuehren als User www-data" # Script im gleichen Ordner wie dieses ./cleanup_alkisrlp.sh # Dann mittleren Maßstabsbereich fuellen mapproxy-seed --proxy-conf=/opt/gdi/mpx/projects/alkisrlp.yaml \ --seed-conf=/opt/gdi/mpx/seed/alkisrlp.yaml \ --concurrency 1 \ --seed alkisrlp_lie # mapproxy-seed --proxy-conf=/opt/gdi/mpx/projects/alkisrlp.yaml \ --seed-conf=/opt/gdi/mpx/seed/alkisrlp.yaml \ --concurrency 1 \ --seed alkisrlp_nua