2018-11-02 20:01:19 +01:00
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
|
|
|
#define APP_NAME "GPXSee"
|
|
|
|
#define APP_HOMEPAGE "http://www.gpxsee.org"
|
2023-01-31 19:21:14 +01:00
|
|
|
#define DEM_TILES_URL "http://dem.gpxsee.org/$lat/$lat$lon.hgt.zip"
|
2018-11-02 20:01:19 +01:00
|
|
|
|
|
|
|
#endif /* CONFIG_H */
|