- my $west = $country->look_down("_tag" => "bBoxWest")->as_text;
- my $north = $country->look_down("_tag" => "bBoxNorth")->as_text;
- my $east = $country->look_down("_tag" => "bBoxEast")->as_text;
- my $south = $country->look_down("_tag" => "bBoxSouth")->as_text;
+ my $west = $country->look_down("_tag" => "west")->as_text;
+ my $north = $country->look_down("_tag" => "north")->as_text;
+ my $east = $country->look_down("_tag" => "east")->as_text;
+ my $south = $country->look_down("_tag" => "south")->as_text;