Hi Henrik, of course I am interested in user patches. To submit a patch svn up to latest version in the trunk and add your changes. Then do
svn diff > patchname.diff and send the file patchname.diff. I wonder if it is really necessary to create a new class. Is CMapTmsLocalZipArchive really such different from CMapTms? Most likely it's just expanding the CDiskCache to use the zip archive instead of the cache path, isn't it? Oliver > Dear Oliver et al, > for the past months we have been using QLandkarte first preparing a > longer offroad travel afterwards to navigate and track our routes. > > I think, it is a great piece of software and I'm grateful for your efforts. > > Because we relied to some extend on a TMS repository that was stored > locally as huge bunch of tiles in z/x/y.png directoy structure, we > archived all pngs within for particular x directory. In order to support > reading from the zipped archive on the fly I added some code to > COsmTilesHash to read the addressed pngs from the zip file, which worked > quite well. > It seems, COsmTilesHash is abandoned, and recent versions of QL are > structuring the source of the handling of TMS maps much better. So I > added a new class CMapTmsLocalZipArchive (effectively a modified copy of > CMapTms) that is used when the url has a prefix file:// but hardcoded > the local zip-archive Tms repository in CMapDB as OpenStreetMap. > > First, would you be interested in adding this small extensions ? > > And if, > second, where should I add a menu item to create a new TMS > CMapTmsLocalZipArchive ? > > third, how do you incorporate external developments ? Sending files ? > Access through svn ? > > regards, > Henrik > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Qlandkartegt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
