|
From: <joh...@ie...> - 2000-05-12 20:00:15
|
Patch: vhclmaps-000506-johnston-024 For: vhclmaps-0.7.4 Author: joh...@us... Subject: minor stuff Requires: This is an intermediate patch to vhclmaps-0.7.4. To apply, cd to the top-level directory of the vhclmaps source tree (the directory with src and config subdirs), and apply like this: patch -p0 <ThisFile Summary of Changes: - minor stuff Index: top_vhclmaps/INSTALL diff -c top_vhclmaps/INSTALL:1.4 top_vhclmaps/INSTALL:1.5 *** top_vhclmaps/INSTALL:1.4 Mon Jan 31 23:06:38 2000 --- ./INSTALL Sat May 6 05:53:41 2000 *************** *** 28,36 **** 0.d. You need to obtain, build, and install ivtools-0.8 (from http://www.vectaport.com/ivtools/) according to its INSTALL ! instructions before you can build vhclmaps-0.7. You can build ! ivtools with or without --enable-install-relative supplied to its ! configure script. 0.e. You need to obtain, build and install PROJ-4.3 cartographic projection library from ftp://kai.er.usgs.gov/pub/PROJ.4/PROJ.4.3.3.tar.gz. --- 28,37 ---- 0.d. You need to obtain, build, and install ivtools-0.8 (from http://www.vectaport.com/ivtools/) according to its INSTALL ! instructions before you can build vhclmaps-0.7. You can build ivtools ! with or without --enable-install-relative supplied to its configure ! script. Tips on building clippoly and ACE for use of vhclmaps and ! ivtools can be found in the ivtools INSTALL file. 0.e. You need to obtain, build and install PROJ-4.3 cartographic projection library from ftp://kai.er.usgs.gov/pub/PROJ.4/PROJ.4.3.3.tar.gz. Index: top_vhclmaps/aclocal.m4 diff -c top_vhclmaps/aclocal.m4:1.1 top_vhclmaps/aclocal.m4:1.2 *** top_vhclmaps/aclocal.m4:1.1 Mon Aug 2 13:52:36 1999 --- ./aclocal.m4 Sat May 6 05:53:41 2000 *************** *** 19,25 **** else ice_file=`grep '^# 1' conftest.ii | grep iostream.h | \ head -1 | sed 's/^.*"\(.*\)".*$/\1/'` ! ice_cv_cxx_include_dir=`echo $ice_file | sed 's%/[^/][^/]*$%%'` fi if test "$ice_cv_cxx_include_dir" = ""; then ice_cv_cxx_include_dir="$prefix/include" --- 19,25 ---- else ice_file=`grep '^# 1' conftest.ii | grep iostream.h | \ head -1 | sed 's/^.*"\(.*\)".*$/\1/'` ! ice_cv_cxx_include_dir=`echo $ice_file | sed 's%iostream.h%%'` fi if test "$ice_cv_cxx_include_dir" = ""; then ice_cv_cxx_include_dir="$prefix/include" Index: UtmUnidraw/utmfunc.h diff -c UtmUnidraw/utmfunc.h:1.4 UtmUnidraw/utmfunc.h:1.5 *** UtmUnidraw/utmfunc.h:1.4 Fri Mar 24 23:20:58 2000 --- src/UtmUnidraw/utmfunc.h Sat May 6 05:53:49 2000 *************** *** 55,61 **** VhclMoveToFunc(ComTerp*, Editor*); virtual void execute(); virtual const char* docstring() { ! return "%s(compview :heading degrees :xdir dirflt :ydir dirflt) -- move vehicle graphic to x,y location with specified heading"; } protected: int _heading_symid; --- 55,61 ---- VhclMoveToFunc(ComTerp*, Editor*); virtual void execute(); virtual const char* docstring() { ! return "%s(compview xloc yloc :heading degrees :xdir dirflt :ydir dirflt) -- move vehicle graphic to x,y location with specified heading"; } protected: int _heading_symid; Index: utmviewer/README diff -c utmviewer/README:1.1 utmviewer/README:1.2 *** utmviewer/README:1.1 Mon Aug 2 13:53:27 1999 --- src/utmviewer/README Sat May 6 05:53:50 2000 *************** *** 24,30 **** and vhclpict points to a graphic object): vhclpict=vhclview(:name namestr :gr grstr) -- create and display vehicle graphic ! moveview(vhclpict xloc yloc) -- move vehicle graphic to xloc,yloc rtepict=rteview(xypts :name namestr) -- create and display route graphic --- 24,30 ---- and vhclpict points to a graphic object): vhclpict=vhclview(:name namestr :gr grstr) -- create and display vehicle graphic ! moveview(vhclpict xloc yloc :heading degrees :xdir dirflt :ydir dirflt) -- move vehicle graphic to xloc,yloc rtepict=rteview(xypts :name namestr) -- create and display route graphic *** /dev/null Sat May 6 05:53:59 PDT 2000 --- patches/vhclmaps-000506-johnston-024 *************** patches/vhclmaps-000506-johnston-024 *** 0 **** --- 1 ---- + vhclmaps-000506-johnston-024 |