The tms tag has no wiki summary.
4
votes
4answers
1k views
What are my options for creating a tile cache via a WMS server which requires http authentication?
I'd like to create a tile cache and offer the tiles via TMS/WMS. The source is a WMS server that is protected by basic http authentication, but no SSL. I'll also need to reproject the tiles. This is ...
4
votes
1answer
581 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 / ...
3
votes
1answer
225 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 ...
3
votes
1answer
240 views
Leaflet and EPSG 4326 Projections
Leaflet says it supports EPSG 4326 (Plate Carree, aka ll84) projections. I think it does, but take a look at these two jsfiddles:
http://jsfiddle.net/drysg/cBzVc/ - This is the original 3857 web ...
3
votes
1answer
532 views
Implementation of a tiled map service
I have been looking for solutions on the Internet for the last two days without finding answers. Currently, I have a Java web application that displays a map using OpenLayers. The problem is that the ...
3
votes
1answer
183 views
GDAL minidriver and Tilecache
I'm trying to use GDAL minidriver to read tiles folders generated from Tilecache seeding.
I have set this in my GDAL source <ServerUrl>http://myserver.com/test/${z}/${x}/${y}</ServerUrl>, ...
2
votes
1answer
229 views
Openlayers TMS default image
In OpenLayers, when a tile is missing in a TMS layer, a semi-transparent pink rectangle shows in its place. Is there a way to load some default image, like one saying "No data for this region under ...
2
votes
1answer
661 views
How can I create an adapter between the ArcGIS REST interface and WMS or TMS?
I'm trying to use imagery available via the ArcGIS REST tile cache interface, however the tool I'm using, JOSM, only supports WMS or TMS. In addition the data from the ArcGIS server is in a "special" ...
2
votes
0answers
305 views
GDAL tiling DTED (dt2) dataset as gdal2tiles for 3D Maps
i am searching some webgl technologies to create 3d map with digital elevation data. for web tech. i have found ReadyMap SDK to create 3d map from TMS...
in ReadyMap for elevation data it uses sth ...
1
vote
1answer
70 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
1answer
43 views
Status of the TMS specifications
I am trying to implement some TMS specs as per http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification. I am particularly interested in the service discovery part ( and ).
The page is very clear ...
1
vote
2answers
177 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 ...
1
vote
2answers
328 views
Leaflet with EPSG4326 Tile Layer (using maptiler.org)
I have successfully been using Klokan Petr Pridal's MapTiler (http://maptiler.org ) to take GeoTiff files and create TMS tile pyramids for Leaflet (option #1 which projects to EPSG3857, also called ...
1
vote
1answer
412 views
TMS format specification
I want to convert large map file to tms format.
how directory structure, zoom levels , tile size, xml file creation have to be dealt with.
Please point to the relevant docs.
And is there any gdal c++ ...
1
vote
1answer
206 views
Geoserver proxying custom tiles through a WMS
I have a set of tiles that I was given via disk (So no way to recreate them, they are already generated/cached). There is a clear pattern/style to the naming of the tiles (zoomLevel-x-y.gif). The ...