Skip to content

Instantly share code, notes, and snippets.

@alalonde
Created May 10, 2012 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alalonde/2650080 to your computer and use it in GitHub Desktop.
Save alalonde/2650080 to your computer and use it in GitHub Desktop.
Tilestache config
{
"cache": {
"name": "Test"
},
"layers": {
"ww2e": {
"provider": {
"name": "vector",
"driver": "postgis",
"parameters": {
"dbname": "geometry2",
"user": "aleclalonde",
"table": "ww2"
},
"projected": true
},
"projection": "spherical mercator",
"allowed origin": "*"
}
},
"logging": "debug"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment