summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2013-09-29 16:50:26 +0200
committerJiří Techet <techet@gmail.com>2013-09-29 16:50:26 +0200
commitf5840211fe413609e4006a22d212776f9e1aec70 (patch)
treefe3811ce6c40a2052bf26fe96ea7fc42aa8161d3
parent34dbea4ccf1541d322a431692fa9c236ed287152 (diff)
downloadlibchamplain-f5840211fe413609e4006a22d212776f9e1aec70.tar.gz
Add the new weather map sources for Maemo builds as well
-rw-r--r--champlain/champlain-map-source-factory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/champlain/champlain-map-source-factory.h b/champlain/champlain-map-source-factory.h
index 01de1b9..ff4f9fc 100644
--- a/champlain/champlain-map-source-factory.h
+++ b/champlain/champlain-map-source-factory.h
@@ -180,6 +180,7 @@ GSList *champlain_map_source_factory_get_registered (ChamplainMapSourceFactory *
* OpenWeatherMap temperature
*/
#define CHAMPLAIN_MAP_SOURCE_OWM_TEMPERATURE "owm-temperature"
+
#else
#define CHAMPLAIN_MAP_SOURCE_OSM_MAPNIK "OpenStreetMap I"
#define CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER "OpenStreetMap II"
@@ -189,6 +190,11 @@ GSList *champlain_map_source_factory_get_registered (ChamplainMapSourceFactory *
#define CHAMPLAIN_MAP_SOURCE_OSM_TRANSPORT_MAP "Public Transport"
#define CHAMPLAIN_MAP_SOURCE_OAM "OpenAerialMap"
#define CHAMPLAIN_MAP_SOURCE_MFF_RELIEF "MapsForFree Relief"
+#define CHAMPLAIN_MAP_SOURCE_OWM_CLOUDS "OpenWeatherMap Clouds"
+#define CHAMPLAIN_MAP_SOURCE_OWM_PRECIPITATION "OpenWeatherMap Precipitation"
+#define CHAMPLAIN_MAP_SOURCE_OWM_PRESSURE "OpenWeatherMap Pressure"
+#define CHAMPLAIN_MAP_SOURCE_OWM_WIND "OpenWeatherMap Wind"
+#define CHAMPLAIN_MAP_SOURCE_OWM_TEMPERATURE "OpenWeatherMap Temperature"
#endif
#ifdef CHAMPLAIN_HAS_MEMPHIS