Skip to content

Commit

Permalink
Try again with Quebec
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 20, 2020
1 parent 63197e8 commit be06b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ if(my $osm = $ENV{'OSM_HOME'}) {
$country = 'Canada';
}
if($state && (length($state) > 2)) {
if($state eq 'Québec') {
if($state =~ /Qu.bec/) {
$state = 'Quebec';
}
if(my $code = $ca->{province2code}{uc($state)}) {
Expand Down Expand Up @@ -1839,7 +1839,7 @@ if(0) {
$country = 'Canada';
}
if($state && (length($state) > 2)) {
if($state eq 'Québec') {
if($state =~ /Qu.bec/) {
$state = 'Quebec';
}
if(my $code = $ca->{province2code}{uc($state)}) {
Expand Down

0 comments on commit be06b96

Please sign in to comment.