Skip to content

Commit

Permalink
Match CTR for CENTER
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 28, 2018
1 parent bcb0ef6 commit 321329d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Geo/Coder/Free/OpenAddresses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,8 @@ sub _normalize {
return 'CIR';
} elsif(($type eq 'FT') || ($type eq 'FORT')) {
return 'FORT';
} elsif(($type eq 'CTR') || ($type eq 'CENTER')) {
return 'CENTER';
} elsif($type eq 'PIKE') {
return 'PIKE';
}
Expand Down

0 comments on commit 321329d

Please sign in to comment.