The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
56 views

OpenLayers TMS limit zoom and extent

I have a custom map which I get from a mbtiles file with the bounds -13,25,49,60 and zoom from 4 to 10.The display div is dynamic, I mean that it depends on window size and the extent restriction ...
1
vote
0answers
69 views

Print XYZ layer with MapFish Print plugin

I have a XYZ layer(i hope i call it right) in GeoExt/gxp application: ,{source: "ol",group: "background",fixed: true,type: "OpenLayers.Layer.XYZ",args: ...
0
votes
1answer
244 views

Leaflet offline tiles problem

I hate to ask this kind of questions, but i ve been stuck for 2 days now: I rendered some tiles with mapnik which i want to serve in my offline application which will run from a portable disk, but ...
0
votes
1answer
62 views

Openlayers ZoomOffset

Hopefully someone can help. I've created a TMS Layer in OpenLayers which has some local tiles these tiles are OSGB OpenData. I'm trying to get the initial zoom to be level 4 instead of 0. However ...
1
vote
1answer
99 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 ...
3
votes
1answer
358 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 ...
1
vote
1answer
44 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
329 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
445 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 ...
0
votes
0answers
62 views

Converting different zoom-level GeoTiff to tms

I have several GeoTiff images I want to convert to a TMS structure of .png files. The GeoTiff images are different scale maps of an area (1:10000, 1:5000, 1:2500) with increasing detail level. How ...
1
vote
0answers
25 views

How do I configure GeoWebCache to read a TMS (GoogleMaps or OSM) [duplicate]

Possible Duplicate: geoserver support to proxy other tiling services? Probably a newbe question, with a simple answer, but I can't find enough detail in the GWC documentation. I would like ...
0
votes
1answer
169 views

Add TMS layer in Tilemill

is it possible to add a TMS layer to TileMill to compose a map? If yes, how is it possible to do it? Thank you very much, Andrea
0
votes
0answers
75 views

Convert Map with GK projection into WSG84 for mobile

I'm currently working on displaying a govermental map from a city (for an open data initiativ) on Android via osmdroid. The problem is, that osmdroid or all other map sdks I found for Android work ...
3
votes
1answer
250 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 ...
1
vote
1answer
451 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++ ...
3
votes
1answer
197 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>, ...
1
vote
1answer
214 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 ...
2
votes
1answer
242 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 ...
3
votes
1answer
599 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 ...
2
votes
0answers
324 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 ...
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 ...
2
votes
1answer
685 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" ...
4
votes
1answer
592 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 / ...