diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-28 01:17:53 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-28 01:17:53 +0000 |
commit | 6eaf5f3c110d6b7e0550e39d056808762da26473 (patch) | |
tree | 81780346816d7d0ea3ce3b8516aeebc4fe371329 /astro/xearth | |
parent | Hack to make this compile and DTRT with ncurses. (diff) |
Make my marker match reality.
If you'll believe this, my original entry was a guess.
I looked at an online map that had vancouver, but not Abbotsford
(where I live) so I moved the mouse over a bit and took that value.
It was:
49.01 -122.68
I finally got around to getting the correct value, and it now is:
49.05 -122.48
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/files/freebsd.committers.markers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xearth/files/freebsd.committers.markers b/astro/xearth/files/freebsd.committers.markers index 8b880fce9728..658d050c928d 100644 --- a/astro/xearth/files/freebsd.committers.markers +++ b/astro/xearth/files/freebsd.committers.markers @@ -34,7 +34,7 @@ 37.33 -121.96 " ,nsayer" # ??? CA 39.2 -77.0 " ,gpalmer" # Silver Spring, MD 34.13 -118.12 "mph" # Pasadena, CA - 49.01 -122.68 "cpiazza" # near Vancouver, BC + 49.05 -122.48 "cpiazza" # near Vancouver, BC 40.55 -111.90 "wes" # South Jordan, UT 46.59 -112.04 "nate" # Helena, MT 40.1 -105.3 " ,imp,ken,fsmp" # Boulder, CO |