Tagged Questions
0
votes
1answer
31 views
Does tile server renders every request?
I am trying to understand how tile server handle requests.
I red about Mapnik which "creates" the map using OSM,
Does "creates" means that every request is rendered and returned? If yes what is the ...
1
vote
1answer
77 views
Mapnik - Weird tiles rendering when used with spatialite
I use Mapnik in an GeoDjango App with Spatialite 4.0 as backend. There is something weird with the tiles that I suspect might be related with a bad handling of mbr with spatialite.
If you look at ...
0
votes
1answer
23 views
Mapnik - Error on rendering linestring
I am using Mapnik 2.0.1rc0 on a Windows 7 with python 2.7 32bits inside a GeoDjango App using xml. The datasource come from spatialite 4.0. My tiling script can render polygon and point features ...
0
votes
0answers
33 views
mapnik error - fatal flex scanner internal error--end of buffer missed
I am using Mapnik 2.0.1rc0 on a Windows 7 with python 2.7 32bits inside a GeoDjango App. I often got this error: fatal flex scanner internal error--end of buffer missed that makes python to crash ...
1
vote
1answer
44 views
Styling map elements based on their properties
I am currently generating tiles based on OSM data using Mapnik and Python and am quite happy using the XML styling but I am at a loss as to how to vary the styling on an element by element basis.
I ...
4
votes
2answers
216 views
How to generate Tiles with QuantumGIS or Mapnik
I would like to know how to generate Map Tiles using QGis. I have heard that it is possible to create tiles using QGis, only, I don't know how to do that. Googling did not work for me since I am not ...
3
votes
1answer
414 views
Generating tiles for osm/esri shapefiles
I've generated tiles for OpenStreetMap .OSM files using Maperitive and quickly consumed them with leaflet (with no tile cache yet).
I'm now looking for the right and simple way to to that also with ...
0
votes
1answer
240 views
Empty preview map Tilestache Mbtiles
So, I generated a map on tilemill and exported the mbtiles file. I've setup Tilestache, and all required dependencies. I tried the OSM preview provided by default which worked fine.
When I tried to ...
5
votes
1answer
1k views
Setting up TileStache
I want to set up TileStache, but I'm new enough to the world of GIS to find the TileStache docs a bit impenetrable.
I've just about figured out that I need to run
tilestache-server.py -c ...
7
votes
1answer
2k views
OpenLayers with my own OSM data server
I've gone through the process of setting up my own OSM database / tile server by setting up PostGIS, importing the Planet.osm data snapshot (took a few days), and setup Mapnik / cascadenik, etc. I ...
