geocommons / geocoder

Modular Street Address Geocoder
http:///www.geocommons.com
GNU Lesser General Public License v3.0
395 stars 89 forks source link

P.O. Boxes Fail to Geocode #2

Closed wonderchook closed 15 years ago

wonderchook commented 15 years ago

P.O. Boxes do not geocode, normally they would fail to ZIP centroid.

Examples I used: P.O. Box 875795 Wasilla, AK 99687 PO Box 21566 Phoenix, AZ 85036

In other geocoders they revert to the centroid.

wonderchook commented 15 years ago

Fixed. Regex implemented to determine if an address is a PO Box, if so geocodes to zip centroid.