[postgis-devel] [PostGIS] #2000: allow the meter offset right/left to be overriden at geocode function level

PostGIS trac at osgeo.org
Sat Sep 15 16:49:37 PDT 2012


#2000: allow the meter offset right/left to be overriden at geocode function level
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.1.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Currently the geocoder puts in a 10 meter offset.  Meaning

 If you give it an address, it determines what side of the street the
 address should be on and offsets it off the street center line by 10
 meters.

 Unfortunately there is no way to remove the offset or change it to
 something bigger or smaller, without changing the function default on the
 internal function:


 {{{
 interpolate_from_address
 }}}

 See
 http://www.postgis.org/pipermail/postgis-users/2012-September/035265.html

 So proposastion is to add another default arg at the geocode function to
 allow this setting to be overriden.

 Setting to 0 would result in no offset.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2000>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list