From: Regina Obe Date: Tue, 27 Dec 2011 16:37:57 +0000 (+0000) Subject: oops missing tag -- removed other copy paste mistakes X-Git-Tag: 2.0.0alpha1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ed489a7c47668b9df6c67d68e815980f85322d8;p=postgis oops missing tag -- removed other copy paste mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@8597 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 3c8f0a3bf..e8193a546 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -5347,6 +5347,7 @@ FROM dummy_rast; double precision max_bright=255 double precision elevation_scale=1 + @@ -5356,11 +5357,11 @@ FROM dummy_rast; applies the hill shade equation to neighboring pixels. The hill shade equation is: max_bright * ( (cos(zenith)*cos(slope)) + (sin(zenith)*sin(slope)*cos(azimuth - aspect)) ). Availability: 2.0.0 - Examples here use Massachusetts aerial data available on MassGIS site MassGIS Aerial Orthos. Coordinates are in Massachusetts State Plane Meters. + - Examples - comming soon + Examples - coming soon coming soon