Skip to content

Instantly share code, notes, and snippets.

@stevendlander
Created June 14, 2013 14:53
Show Gist options
  • Save stevendlander/5782483 to your computer and use it in GitHub Desktop.
Save stevendlander/5782483 to your computer and use it in GitHub Desktop.
MapProxy seed conf for potential issue (MapError)
seeds:
florida_mbtiles:
caches: [mixed_florida]
grids: [GLOBAL_GEODETIC]
coverages: [florida_area]
levels:
from: 9
to: 11
coverages:
world:
bbox: [-180.00, -90.0, 180.00, 90.00]
bbox_srs: "EPSG:4326"
florida_area:
bbox: [(bounding box area i am interested in)]
bbox_srs: "EPSG:4326"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment