Last active
December 1, 2016 23:58
-
-
Save IReese/30239c7431d0e3e2ea08840e5d1c70d5 to your computer and use it in GitHub Desktop.
MapProxy Zoom 18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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