Skip to content

Commit

Permalink
Added 4Points
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 20, 2020
1 parent 4f7c77e commit 9699838
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,16 @@ my %known_places = ( # Places I've checked with my GPS
'STATE' => 'VA',
'COUNTRY' => 'US',
'POSTCODE' => 22180
}, {
'LAT' => 38.873934,
'LON' => -77.461939,
'NUMBER' => 14900,
'STEET' => 'CONFERENCE CENTER DR',
'CITY' => 'CHANTILLY',
'COUNTY' => 'FAIRFAX',
'STATE' => 'VA',
'COUNTRY' => 'US',
'POSTCODE' => 20151
}, {
'LAT' => 38.915635,
'LON' => -77.225730,
Expand Down
1 change: 1 addition & 0 deletions lib/Geo/Coder/Free/Local.pm
Original file line number Diff line number Diff line change
Expand Up @@ -617,5 +617,6 @@ __DATA__
"TOWPATH TRAVEL PLAZA",,,"BROADVIEW HEIGHTS","CUYAHOGA","OH","US",41.291654,-81.675815
"NEW STANTON SERVICE PLAZA",,,"HEMPFIELD",,"PA","US",40.206267,-79.565682
"SOUTH SOMERSET SERVICE PLAZA",,,"SOMERSET","SOMERSET","PA","US",39.999154,-79.046526
"",14900,"CONFERENCE CENTER DR","CHANTILLY","FAIRFAX","VA","US",38.873934,-77.461939
"THE PURE PASTY COMPANY",128C,"MAPLE AVE W","VIENNA","FAIRFAX","VA","US",44.40662476,-68.59610059
"THE CAPITAL GRILLE RESTAURANT",1861,,"MCLEAN","FAIRFAX","VA","US",38.915635,-77.22573

0 comments on commit 9699838

Please sign in to comment.