-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Milestone
Description
Issue:
Including the word 'Block' in an address (to report road accidents) is resulting in incorrect results. Specifically, the word 'Block' is being interpretted as a street name, and the actual street name is interpretted as locality garbage.
Example:
The following addressString provides a correct location based on the address range of that highway segment.
800 Trans-Canada Highway, West Vancouver, BC
The following addressStrings provide a location in a different locality.
800 Block Trans-Canada Highway, West Vancouver, BC
800 Blk Trans-Canada Highway, West Vancouver, BC
Task:
Is it possible to enhance the BC Address Geocoder to handle this use case without impacting other aspects of the parser?