Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Last active May 18, 2018 05:08
Show Gist options
  • Save daynebatten/cdb68450c56f47c960ee to your computer and use it in GitHub Desktop.
Save daynebatten/cdb68450c56f47c960ee to your computer and use it in GitHub Desktop.
m = mapnik.Map(1920, 1080)
mapnik.load_map(m, 'style.xml')
bbox = (-79, 35.5, -78.25, 36.25)
prj = mapnik.Projection(m.srs)
tileproj = GoogleProjection()
render_tiles(bbox, "tiledir/", minZoom = 9, maxZoom = 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment