diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-10-03 18:17:24 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-10-03 18:17:24 +0000 |
| commit | 07118d9ebd808270f1696d95d405fbb9756930b2 (patch) | |
| tree | 77ca848e74e12f22ba9b4241a8af1409e2e2f550 | |
| parent | 502457acbedd2380e0b6ce6a1d57d6b512a60489 (diff) | |
| download | PROJ-07118d9ebd808270f1696d95d405fbb9756930b2.tar.gz PROJ-07118d9ebd808270f1696d95d405fbb9756930b2.zip | |
use <code> instead of <pre> for example
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1036 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | html/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/faq.html b/html/faq.html index fcf816e6..ca29117d 100644 --- a/html/faq.html +++ b/html/faq.html @@ -114,7 +114,7 @@ coordinate system available in the <tt>epsg</tt> definition file that normally lives in the <tt>proj/nad</tt> directory. If installed (it is installed by default on Unix), it is possible to use EPSG numbers like this: -<code> +<pre> % cs2cs -v +init=epsg:26711 # ---- From Coordinate System ---- #Universal Transverse Mercator (UTM) @@ -128,7 +128,7 @@ installed by default on Unix), it is possible to use EPSG numbers like this: #Lat/long (Geodetic) # # +proj=latlong +datum=NAD27 +ellps=clrk66 +nadgrids=conus,ntv1_can.dat -</code> +</pre> The <tt>proj/nad/epsg</tt> file can be browsed and searched in a text editor for coordinate systems. There are known to be problems with some coordinate |
