Skip to content

Commit

Permalink
Added Silver Diner
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Apr 23, 2018
1 parent 9a7e870 commit 40fb6b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ my %known_places = ( # Places I've checked with my GPS
'CITY' => 'SILVER SPRING',
'COUNTY' => 'MONTGOMERY',
'POSTCODE' => 20910,
}, {
# Silver Diner
'LAT' => 39.05798753,
'LON' => -77.12165374,
'NUMBER' => 12276,
'STREET' => 'ROCKVILLE PIKE',
'CITY' => 'ROCKVILLE',
'COUNTY' => 'MONTGOMERY',
'POSTCODE' => 20852
}
]
);
Expand Down

0 comments on commit 40fb6b5

Please sign in to comment.