Intersection of two roads that don't meet incorrectly returns an intersection of a road with itself
- Dominant language
- Java
- Stars
- 17
- Forks
- 7
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 15
Description
Hwy 1 and No 1 Rd, Abbotsford don't meet yet, when you enter the following intersection address:
trans-canada hwy and no 1 rd abbotsford bc
Geocoder 4.1 Silver returns the following match:
Trans-Canada Hwy and Trans-Canada Hwy, Abbotsford, BC
with a score of 96 and matchPrecision of INTERSECTION. This is the result on the ortho:

and here's the match details:

So it looks like the best match is the intersection of two segments with the same road name. If the road name is the same, this intersection should not be considered a match candidate by the geocoder.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.