abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Make output conform to OSGeo Tilemap/TMS/Google specifications #421

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SQLite databases the tool outputs cannot be used with Web Map Services or 
mobile apps that can read SQLite db databases, or GIS software (tried it). 
Would be great if you could make the output of GMapCatcher, both tiles and 
databases, conform to TMS specifications so that they become more useful for 
other software. Here are some pointers:
http://en.wikipedia.org/wiki/Tile_Map_Service
http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification
I would like to use GMapcatchers output to make offline maps for use with 
mobile map apps such as OruxMaps and Locus Maps, but I can't figure out what to 
do to alter them myself. Any tips from other users would be greatly appreciated 
as well!

Original issue reported on code.google.com by struktur...@gmail.com on 5 Dec 2014 at 11:28

GoogleCodeExporter commented 8 years ago
Each of our outputs (Tile Repository) was created to solve a specific problem, 
changing them will create a backward compatibility problem.

...But adding new Tiles Repos is easy you can use the existing one as a 
template:
https://code.google.com/p/gmapcatcher/source/browse/#svn%2Ftrunk%2Fgmapcatcher%2
FtilesRepo

Original comment by heldersepu on 5 Dec 2014 at 2:00