diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-13 17:32:24 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-13 17:32:43 -0700 |
commit | 9c5e55dee57384a1210044f95f459de72ce063f5 (patch) | |
tree | dac030d365b250dd4d38061dc958954971cf2c8d /t | |
parent | c349113913af257d59ac7c59296a41a0a0b51f28 (diff) |
fix coordinates
Diffstat (limited to 't')
-rw-r--r-- | t/01-lookup.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/01-lookup.t b/t/01-lookup.t index 6a3fb15..212ec4a 100644 --- a/t/01-lookup.t +++ b/t/01-lookup.t @@ -16,4 +16,5 @@ ok( $result->is_match ); is( $result->error_message, '', 'error status' ); diag($result->address); diag('Census tract '.$result->censustract); +diag('Latitude '.$result->latitude.', Longitude '.$result->longitude); |