1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-28 17:34:23 +02:00

Map sources are now readed from config file

This commit is contained in:
2015-11-23 23:19:57 +01:00
parent c639c6deac
commit 81c0789319
8 changed files with 79 additions and 12 deletions

View File

@ -5,6 +5,9 @@
#include "downloader.h"
#define TILES_DIR "tiles"
#define LIST_FILE "list.txt"
class Tile
{
public: