0
votes
1answer
29 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 ...
3
votes
1answer
218 views

How do I know when to use a map server or a tile server?

I'm new in GIS tech and I still have some questions about GIS. I wanted to know why to choose a map server (mapserver, geomap) instead of a tile server (tilestream, tilecache or tilestache) + tile ...
2
votes
2answers
250 views

What is the compression gained by caching mod_tile's metatile instead png tiles?

What is the level of compression gained caching mod_tile's larger metatile instead of 256 by 256 .png tiles? I am trying to determine the extra cost of storage resources for pre-rendering some set of ...