From: Regina Obe Date: Tue, 14 Nov 2017 05:42:21 +0000 (+0000) Subject: note about enhanced feature in reverse_geocode when zcta5 data is loaded. X-Git-Tag: 2.4.2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3faf8952b5e754699acfa6193f697e1368edc4d;p=postgis note about enhanced feature in reverse_geocode when zcta5 data is loaded. git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16108 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 - , + , ,