From: Emmanuel Rodriguez Date: Sun, 3 May 2009 19:39:34 +0000 (+0200) Subject: Add get/set projection X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c41853031d06256ac7a9e2205217fe62f7946a5;p=libchamplain Add get/set projection --- diff --git a/bindings/perl/Champlain/xs/ChamplainMapSource.xs b/bindings/perl/Champlain/xs/ChamplainMapSource.xs index 765ca26..6db3fb6 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSource.xs @@ -58,3 +58,11 @@ champlain_map_source_set_license (ChamplainMapSource *map_source, const gchar *l const gchar* champlain_map_source_get_license (ChamplainMapSource *map_source) + + +void +champlain_map_source_set_projection (ChamplainMapSource *map_source, ChamplainMapProjection projection) + + +ChamplainMapProjection +champlain_map_source_get_projection (ChamplainMapSource *map_source)