24 lines
489 B
YAML
24 lines
489 B
YAML
# ---------------------------------------
|
|
# MapProxy example seeding configuration.
|
|
# ---------------------------------------
|
|
#
|
|
# This is a minimal MapProxy seeding configuration.
|
|
# See full_seed_example.yaml and the documentation for more options.
|
|
#
|
|
|
|
seeds:
|
|
myseed1:
|
|
caches: [osm_cache, osmTopo_cache]
|
|
levels:
|
|
to: 10
|
|
|
|
cleanups:
|
|
# myclean1:
|
|
# caches: [osm_cache, osmTopo_cache]
|
|
# remove_before:
|
|
# days: 14
|
|
# levels:
|
|
# from: 11
|
|
|
|
coverages:
|