Skip to content

Instantly share code, notes, and snippets.

@krishnaglodha
Created September 12, 2021 07:15
Show Gist options
  • Save krishnaglodha/611ac00f0175e094afd4bc4e7cb9317e to your computer and use it in GitHub Desktop.
Save krishnaglodha/611ac00f0175e094afd4bc4e7cb9317e to your computer and use it in GitHub Desktop.
default seeding file
# ---------------------------------------
# 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]
# grids: []
# coverages: []
levels:
to: 10
refresh_before:
time: 2013-10-10T12:35:00
cleanups:
myclean1:
caches: [osm_cache]
remove_before:
days: 14
levels:
from: 11
coverages:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment