Skip to content

Commit

Permalink
Added Dublin OH
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 23, 2018
1 parent 9cce412 commit 40f7bc2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@ my %known_places = ( # Places I've checked with my GPS
'COUNTRY' => 'US',
'POSTCODE' => 20011
}
], 'us/oh/statewide.csv' => [
{
'LAT' => 40.097097,
'LON' => -83.123745,
'NAME' => 'RESIDENCE INN BY MARRIOTT',
'NUMBER' => '6364',
'STREET' => 'FRANTZ RD',
'CITY' => 'DUBLIN',
'STATE' => 'OH',
'COUNTRY' => 'US',
'POSTCODE' => 43017
}
], 'us/va/statewide.csv' => [
{
'LAT' => 44.40662476,
Expand Down

0 comments on commit 40f7bc2

Please sign in to comment.