Revision 681172

Go back to digest for 1st July 2007

Features in Educational

Torsten Rahn committed changes in /trunk/KDE/kdeedu/marble/src/lib:

Experimental Automatic Tile Downloading

This still has got some issues, that need to be resolved:
- Directories of levels that don't exist yet shouldn't be created if there aren't any valid files to download.
- We need to deal with expired/aborted tile download jobs.
- Fetch the server list from a tiny file from edu.kde.org/marble/server.txt and get the data elsewhere.
- the scale up algorithm seems to have an issue at high zoomlevels. I'll look into this shortly.

And most important:
- provide more data ( Right now it's just a small version of Blue Marble as a proof of concept )

File Changes

Modified 17 files
  • /trunk/KDE/kdeedu/marble/src/lib
  •   /HttpDownloadManager.cpp
  •   /HttpDownloadManager.h
  •   /httpfetchfile.cpp
  •   /httpfetchfile.h
  •   /MarbleModel.cpp
  •   /MarbleModel.h
  •   /MarbleWidget.cpp
  •   /placemarkinfodialog.cpp
  •   /placemarkinfodialog.h
  •   /TextureMapper.cpp
  •   /TextureMapper.h
  •   /TextureTile.cpp
  •   /TextureTile.h
  •   /TileLoader.cpp
  •   /TileLoader.h
  •   /tinywebbrowser.cpp
  •   /tinywebbrowser.h
17 files changed in total