From: Emmanuel Rodriguez Date: Tue, 24 Mar 2009 21:57:42 +0000 (+0100) Subject: Add the map sources: osm_cyclemap and osm_osmarender X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e767a5cfb97eea1998a714ae5bc3774baa85dcfc;p=libchamplain Add the map sources: osm_cyclemap and osm_osmarender --- 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)