How to generate map tiles with TileStache and a custom projection
I would like to generate my own map tiles using TileStache and a custom projection. I have been struggling with this for quite some time and am hoping I can get some advice to get the tiles to generate...
View ArticleRemove TileStache cache for a single feature
In a large parcel map, features are edited and need to be re-styled. I want to keep as much of the cache as possible, but invalidate the cache for features that are edited when the features are saved....
View ArticleWhat is the best way to handle metadata with TileStache?
When I’m serving up maps and UtfGrids with tileStache I would like to also include some metadata with the layers so that my leaflet application can understand the context of the layer. For example:...
View ArticleCan't get Tilestache working on Apache (mod_wsgi)
Trying to get a tileserver running on Ubuntu 14.04 with TileStache and Apache. No problem running the TileStache development server (tilestache-server.py) or the uWSGI example from the API docs: uwsgi...
View ArticleCan't get Tilestache working on Apache (mod_wsgi)
Trying to get a tileserver running on Ubuntu 14.04 with TileStache and Apache. No problem running the TileStache development server (tilestache-server.py) or the uWSGI example from the API docs: uwsgi...
View ArticleHow to serve an image layer with tilestache
I have some .png images with associated .wld and .tfw files. I’d like to display this in OpenLayers, and I already have a Tilestache server running, so it would be good to leverage this. OpenLayers...
View ArticleTileStache PNG Optimization
A Tilestache config file has a “png options” object that passes its config straight through to the Python Imaging Library (PIL). Setting optimize: true does some kind of optimization as the file is...
View ArticleStacking Vector Layers in TileStache
I am serving several vector tile layers of different geometries (point, line & polygon) in TileStache using VecTiles:Provider, with this cfgfile: { "cache": { "name": "DISK", "path":"/tmp/stache",...
View ArticleTileStache Vector Tiles Overlay problem
I am using TileStache to serve my own vector tiles using a postgis datasource. First I re-projected the shapefiles I had using ArcMap ( reprojected to Web Mercator (Auxilary Sphere)) and loaded them in...
View ArticleHow to encrypt vector tiles JSON response
I am using TileStache to serve vector tiles from Postgres and using Tangram to display these tiles by passing urlhttp://localhost:8080/composite/{z}/{x}/{y}.json in the data source. The response i get...
View Article