From e767a5cfb97eea1998a714ae5bc3774baa85dcfc Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 24 Mar 2009 22:57:42 +0100 Subject: [PATCH] Add the map sources: osm_cyclemap and osm_osmarender --- bindings/perl/Champlain/xs/ChamplainMapSource.xs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bindings/perl/Champlain/xs/ChamplainMapSource.xs b/bindings/perl/Champlain/xs/ChamplainMapSource.xs index a128d66..ca28d1e 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSource.xs @@ -21,6 +21,16 @@ champlain_map_source_new_mff_relief (class) C_ARGS: +ChamplainMapSource* +champlain_map_source_new_osm_cyclemap (class) + C_ARGS: + + +ChamplainMapSource* +champlain_map_source_new_osm_osmarender (class) + C_ARGS: + + const gchar* champlain_map_source_get_name (ChamplainMapSource *map_source) -- 2.39.5