[libchamplain] Add the new weather map sources for Maemo builds as well



commit f5840211fe413609e4006a22d212776f9e1aec70
Author: Jiří Techet <techet gmail com>
Date:   Sun Sep 29 16:50:26 2013 +0200

    Add the new weather map sources for Maemo builds as well

 champlain/champlain-map-source-factory.h |    6 ++++++
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]