Changes between Initial Version and Version 1 of Ticket #1118


Ignore:
Timestamp:
Jul 14, 2011, 11:56:18 PM (13 years ago)
Author:
robe
Comment:

actually highways are on this list so I have partially taken care of this in r7641 by gluing this on to front. Solution for things like Camino probably easiest to mark them as highways. Only issue I have now is that if I add Camino to list of street types as and mark as a highway, my normalize cuts of the Rio. This is yet another bug in the normalizer which I have to address.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1118 – Description

    initial v1  
    4040
    4141
     42Example to test:
    4243
    4344
     45So now:
    4446
     47{{{
     48SELECT pprint_addy(addy), ST_AsText(geomout), rating
     49FROM geocode('477 Camino del Rio South, San Diego, CA 94115');
     50}}}
     51
     52