Tagged Questions
1
vote
1answer
79 views
Speed up OpenLayers TMS
Hopefully someone can help. I'm using OpenLayers and have a TMS layer with local tiles stored. When drawing the tiles it seems slow, I see the tiles load one by one.
Is there a way to make getURL ...
1
vote
2answers
237 views
how to replace GTileLayer in google maps API v3
I need to port code of one application written in Google Mapa API v.2 to API v.3. There is several layers taken via TMS, that are displayed using GTileLayer class. It is as simple as:
var ...
3
votes
1answer
228 views
How to handle a geotiff map together with points with openlayers (or other libraries)?
I create a lot of printed maps using various applications (ArcGIS, QGIS, Microstation, Illustrator etc). Sometimes I'd like to turn this map somewhat interactive on the web.
What I'm looking for is a ...
4
votes
1answer
584 views
Advice on benchmarking my Tile Server (Apache2+mod_wsgi)
I'm wondering what advice people have for benchmarking a tile server?
Specifically, I'm running a TMS using TileLite, and Vector Tiles using TileStache. Both are running under Ubuntu Server 10.10 / ...