Skip to content

Instantly share code, notes, and snippets.

@mattmakesmaps
Created October 10, 2013 05:41
Show Gist options
  • Save mattmakesmaps/6913570 to your computer and use it in GitHub Desktop.
Save mattmakesmaps/6913570 to your computer and use it in GitHub Desktop.
"osm-processed_p1": { // Layer Name
// Sets ACCESS-CONTROL-ALLOW-ORIGIN header to "*"
"allowed origin": "*",
"provider": {
"class": "TileStache.Goodies.VecTiles:Provider",
// PostGIS Connection Info
"kwargs": {
"dbinfo": {
"host": "localhost",
"user": "matt",
"database": "ts_data"
},
// An array of queries for each zoom level.
// One query == Used for All Zooms
"queries": [
"SELECT gid, geom AS __geometry__ FROM osm.land_polygons_split"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment