Update of /cvsroot/roadmap/roadmap/sugar
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21316
Modified Files:
mk_activity
Log Message:
revert to using San Francisco as the starting point. one county
packs a lot of punch. (unlike boston, where several counties intrude
on the metro area.)
Index: mk_activity
===================================================================
RCS file: /cvsroot/roadmap/roadmap/sugar/mk_activity,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mk_activity 4 Sep 2008 21:50:22 -0000 1.4
--- mk_activity 4 Sep 2008 22:10:33 -0000 1.5
***************
*** 69,73 ****
if [ -d /usr/local/share/roadmap/maps ]
then
! ln -s /usr/local/share/roadmap/maps/{SB,MA,usdir.rdm} $ACT/maps
for state in NH VT
# for state in ON IL MI IN OH TN GA NC VA MD DE PA NJ NY CT MA
--- 69,75 ----
if [ -d /usr/local/share/roadmap/maps ]
then
! ln -s /usr/local/share/roadmap/maps/{SB,usdir.rdm} $ACT/maps
! mkdir $ACT/maps/CA
! cp /usr/local/share/roadmap/maps/CA/usc06075.rdm $ACT/maps/CA
for state in NH VT
# for state in ON IL MI IN OH TN GA NC VA MD DE PA NJ NY CT MA
***************
*** 112,123 ****
! # and move focus from san francisco default to 1cc in cambridge, MA
! sed -i \
! -e "s/\(Focus.Name:\).*/\1 Hold/" \
! -e "s/\(Hold.Position:\).*/\1 -71086473,42362964/" \
! -e "s/\(General.Zoom:\).*/\1 2000/" \
! -e "/Selection.Position:/d" \
! -e "/Address.Position:/d" \
! $ACT/config/session
# and finally, copy in docs and licenses
--- 114,125 ----
! ## and move focus from san francisco default to 1cc in cambridge, MA
! #sed -i \
! # -e "s/\(Focus.Name:\).*/\1 Hold/" \
! # -e "s/\(Hold.Position:\).*/\1 -71086473,42362964/" \
! # -e "s/\(General.Zoom:\).*/\1 2000/" \
! # -e "/Selection.Position:/d" \
! # -e "/Address.Position:/d" \
! # $ACT/config/session
# and finally, copy in docs and licenses
|