From: Regina Obe Date: Tue, 14 Nov 2017 05:23:06 +0000 (+0000) Subject: note about enhanced feature in reverse_geocode when zcta5 data is loaded. X-Git-Tag: 2.5.0alpha~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fbdec901b15d6cfba7a4b5e2c278f83ff3013a6;p=postgis note about enhanced feature in reverse_geocode when zcta5 data is loaded. git-svn-id: http://svn.osgeo.org/postgis/trunk@16107 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 0489ab1fa..bfbb87a08 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -1235,7 +1235,8 @@ SELECT address As orig, (g.na).streetname, (g.na).streettypeabbrev - + Enhanced: 2.4.1 if optional zcta5 dataset is loaded, the reverse_geocode function can resolve to state and zip even if the specific state data is not loaded. Refer to for details on loading zcta5 data. + Availability: 2.0.0 @@ -1288,7 +1289,7 @@ FROM (SELECT address As actual_addr, lon, lat, See Also - , + , ,