From d457c0ea178bde293109bd98212438fcfc36e841 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Fri, 18 Sep 2009 10:53:38 +0200 Subject: [PATCH] Give the MapView the same size as the stage --- bindings/perl/Champlain/examples/flickr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/examples/flickr.pl b/bindings/perl/Champlain/examples/flickr.pl index 983dd3e..29c5b11 100755 --- a/bindings/perl/Champlain/examples/flickr.pl +++ b/bindings/perl/Champlain/examples/flickr.pl @@ -52,7 +52,7 @@ sub main { $map->center_on(47.130885, -70.764141); $map->set_scroll_mode('kinetic'); $map->set_zoom_level(5); - $map->set_size(640, 480); + $map->set_size($stage->get_size); $stage->add($map); # Create the markers and marker layer -- 2.39.5