[postgis-tickets] r14782 - minor formatting fix
Regina Obe
lr at pcorp.us
Sun Mar 13 12:20:56 PDT 2016
Author: robe
Date: 2016-03-13 12:20:56 -0700 (Sun, 13 Mar 2016)
New Revision: 14782
Modified:
web/_content/posts/2016/03-13_tip_pixels_of_range_value.html
Log:
minor formatting fix
Modified: web/_content/posts/2016/03-13_tip_pixels_of_range_value.html
===================================================================
--- web/_content/posts/2016/03-13_tip_pixels_of_range_value.html 2016-03-13 19:14:25 UTC (rev 14781)
+++ web/_content/posts/2016/03-13_tip_pixels_of_range_value.html 2016-03-13 19:20:56 UTC (rev 14782)
@@ -12,7 +12,7 @@
the often forgotten <a href="/docs/RT_ST_Reclass.html" target="_blank">```ST_Reclass```</a> function that has existed since PostGIS 2.0.
People often resort to the much slower though more flexible ST_MapAlgebra or dumping out their rasters as Pixel valued polygons they then filter
with WHERE val > 90,
-where ST_Reclass does the same thing but orders of magnitude faster.
+where ```ST_Reclass``` does the same thing but orders of magnitude faster.
<!-- pagebreak -->
More information about the postgis-tickets
mailing list