Gtk2 application.
The maps displayed are taken from various sources, all providing maps for free,
-at the moment the following sources area available: OpenStreetMap, OpenArialMap
+at the moment the following sources area available: OpenStreetMap, OpenAerialMap
and Maps for free. It's also possible to provide other sources through a simple
API.
Champlain is a Perl binding for the C library libchamplain which provides a
canvas widget based on Clutter that displays maps from various free map sources
-such as I<OpenStreetMap>, I<OpenArialMap> and I<Maps for free>.
+such as I<OpenStreetMap>, I<OpenAerialMap> and I<Maps for free>.
If the C library is compiled with GTK support then the map widget can also be
embedded in any GTK application.
generic_map_operations($label, $map);
}
-# OpenArialMap
+# OpenAerialMap
sub test_oam {
my $label = "OpenArialMap";
my $map = Champlain::MapSource->new_oam();