brajabasi / osmdroid

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

MapTilesPackager improvements #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Could you please add the following features to the map tiles packager:

1) -d and thus creating a compressed archive in the end should be optional:
Most applications I know need the uncompressed tree structure anyway,... and 
it's often useful, to simply just create that tree.
Apart from that, people can do the compression manually better (especially in 
any format they want).

2) Support kind of a no-clobber option, so that files in a given temp-dir, that 
are already existing, are not re-downloaded.
This is especially useful, if one downloads large areas, which takes very long 
and one wants to interrupt this.

3) Improve the option from (2), so that one can specify that files with a 
modification date older than foo, are still downloaded, even if they already 
exist.

Cheers,
Chris.

Original issue reported on code.google.com by calestyo@gmail.com on 8 Jul 2010 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by neilboyd on 8 Jul 2010 at 8:28

GoogleCodeExporter commented 8 years ago
Done part 1 in revision 300

Original comment by neilboyd on 26 Jul 2010 at 5:50

GoogleCodeExporter commented 8 years ago
Done part 2 in revision 301, but not as an option - never download if tile 
already exists. Do you really need it as an option? Probably I can combine it 
with the option for part 3.

Original comment by neilboyd on 26 Jul 2010 at 6:06

GoogleCodeExporter commented 8 years ago
I guess a combination with (3) would be the best, yes.

Original comment by calestyo@gmail.com on 27 Jul 2010 at 5:14

GoogleCodeExporter commented 8 years ago
I don't intend working on the tile packager any more. It's easier to use 
MobileAtlasCreator.

Original comment by neilboyd on 14 Oct 2010 at 6:59

GoogleCodeExporter commented 8 years ago
The OSMMapTilePackager is no longer maintained.

Original comment by kurtzm...@gmail.com on 5 Mar 2013 at 5:55