source: trunk/mapproxy/script/cleanup_alkisrlp.sh @ 358

Revision 354, 724 bytes checked in by frank.jaeger, 8 years ago (diff)

Die Uebersichten (vereinfachte Geometrie) fuer Flur, Gemarkung und Gemeinde werden nicht mehr bei jeder Aktualisierung neu generiert. Dadurch wird das Post-Processing etwas beschleunigt.

RevLine 
[354]1#!/bin/bash
2# MapProxy-Kacheln aufraeumen
3# 2014-01-09
4# 2015-06-11 Update MapProxy 1.4 auf 1.7, Parameter --quiet
5# 2015-09-28 kein -cleanup "alkisrlp_m" - Task
6# 2015-10-27 Bezirke _b werden nicht mehr bei jedem Lauf aktualisiert.
7#            Grund: im Post-Processing laeuft das nur noch bei Bedarf.
8
9# Doku: http://mapproxy.org/docs/1.8.0/seed.html
10
11echo "MapProxy cleanup ALKIS DEMO Mustermonzel
12 ** Bitte ausfuehren als User www-data"
13
14mapproxy-seed --quiet --concurrency=1 \
15        --proxy-conf="/opt/gdi/mpx/projects/alkisrlp.yaml" \
16        --seed-conf="/opt/gdi/mpx/seed/alkisrlp.yaml" \
17        --cleanup  alkisrlp_g,alkisrlp_k,alkisrlp_n
18
19# --dry-run
20
21# Gross, Mittel, Klein, Nutzung,
22# Bezirke: ,alkisrlp_b
Note: See TracBrowser for help on using the repository browser.