A Python-based server application that can serve up map tiles based on rendered geographic data
Questions tagged [tilestache]
28 questions
7
votes
2 answers
How to cache QGIS Server WMS?
It seems like raster tiles have started to go out of fashion, but still, I need a solution to do it somehow for my QGIS Server's WMS.
Up to this point I have tried TileCache, but I couldn't make it to work in OL3, and it also seems to be a little…

Benedek Simo
- 504
- 5
- 15
3
votes
1 answer
How to encrypt vector tiles JSON response
I am using TileStache to serve vector tiles from PostgreSQL and using Tangram to display these tiles by passing URL ('http://localhost:8080/composite/{z}/{x}/{y}.json') in the data source. The response i get is in JSON format, which is what i…

Shahzad Bacha
- 226
- 2
- 12
3
votes
0 answers
Tilestache return empty geojson
I have successfully installed tilestache. I also has succesfully add a layer using shapefile from here. But when I tried to use my own shapefile, the server always return empty featurecollection. I have tried to add ST_Transform() in the query but…

edmundpie
- 1,111
- 1
- 13
- 24
3
votes
1 answer
Serving tiled maps with many different styles
I'm looking for a framework/library/solution to serve mapnik generated maps with multiple (up to several thousands) of different styles (and potentially different backing stores). Something similar to what they're doing over at Cloudmade or Mapbox…

averas
- 545
- 1
- 6
- 15
2
votes
2 answers
Global name 'mapnik' not defined when using Tilestache
I set up a TileStache server on Redhat, installing Mapnik 2.2 from source. However, Tilestache is giving me the following error:
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/gevent/pywsgi.py", line 508, in…
user1816907
2
votes
0 answers
Can the sql query in Tilestache cfg vector layer have variables passed in as parameters?
Something like this such that a variable is passed in as a parameter:
"vector": {
"allowed origin": "*",
"provider": {
"class": "TileStache.Goodies.VecTiles:Provider",
"kwargs": {
"dbinfo":…

user3302967
- 149
- 1
- 1
- 5
2
votes
1 answer
How to serve a wsgi app from within Pyramid?
I'm building a Pyramid application that needs to serve map tiles to an OpenLayers web map.
TileStache is a WMS tile server that serves the tiles that I need, and I want to access it as a view in my Pyramid app.
On its own, visiting the TileStache…

Tanner Semerad
- 12,472
- 12
- 40
- 49
2
votes
2 answers
reproject lon/lat in wgs84 to target projection using tilestache/modestmaps?
The documentation for tilestache is a little sparse. Is there a way to transform a point (lon/lat) in wgs84 to a target projection?
Where:
target_srid = 3095
target_proj4_str = '+proj=utm +zone=54 +ellps=bessel…

monkut
- 42,176
- 24
- 124
- 155
1
vote
0 answers
Modifying tilestache.cfg file does reflect in the api calls (Suspected cache issues)
i have setup my tilestache server and serving my tilemill xml files.
I have followed this tutorial for serving own tilemill files.
https://go.yuri.at/running-a-map-server-with-mapnik-and-tilestache-on-ubuntu-16-04/
There are problems which i am…

erathina
- 53
- 1
- 7
1
vote
0 answers
Tilestache: Not able to render data from postGIS SQL
my tilestache.cfg is as below:
{
"cache": {
"name": "Disk",
"path": "mnt/tile-cache/"
}
,
"layers":
{
"countries":
{
"provider": {
"name": "vector",
"driver": "PostgreSQL",
…

Amit
- 33
- 1
- 8
1
vote
0 answers
when tilestache using mapnik as provider,it can't show the map in the browser
this is the mapnik's xml(world_style.xml):