The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
185 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>, ...
0
votes
1answer
145 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 ...
2
votes
0answers
311 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
0answers
37 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
0answers
52 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 ...
0
votes
0answers
71 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 ...