Skip to content

Instantly share code, notes, and snippets.

@IReese
Last active December 1, 2016 23:58
Show Gist options
  • Select an option

  • Save IReese/30239c7431d0e3e2ea08840e5d1c70d5 to your computer and use it in GitHub Desktop.

Select an option

Save IReese/30239c7431d0e3e2ea08840e5d1c70d5 to your computer and use it in GitHub Desktop.
MapProxy Zoom 18
seeds:
nz_colour_basemap_webmer_chatham:
caches: [nz_colour_basemap_cache_web_mercator]
grids: [GLOBAL_WEBMERCATOR]
coverages: [nz_chatham]
levels:
to: 18
nz_colour_basemap_webmer_mainland:
caches: [nz_colour_basemap_cache_web_mercator]
grids: [GLOBAL_WEBMERCATOR]
coverages: [nz_mainland]
levels:
to: 18
coverages:
nz_mainland:
datasource: 'coverages/nz_mainland.wkt'
srs: 'EPSG:4326'
nz_chatham:
datasource: 'coverages/nz_chatham.wkt'
srs: 'EPSG:4326'
Command is:
mapproxy-seed --dry-run -f maptiles.yml -s seeds.yml -c 4 --progress-file .mapproxy_seed_pgress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment