You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the localityName (Johnson) and the localityQualifier (near Indian Arm) were kept separate for the purposes of locality name comparison, this situation would be avoided. localityQualifier should be included in match results as well.
Propose adding a zero-point fault for a missing qualifier. The aim is to not penalize or reduce the score of an addressString for a missing locality qualifier, if it is still valid without it.
scores the same as:
because
is penalized for only making a partial match to:
when, in fact, it is a perfect match to:
because:
is just a qualifier and not part of the official locality name.
Here's the geocoder query:
https://geocoder.api.gov.bc.ca/addresses.xhtml?locationDescriptor=parcelPoint&echo=true&brief=true&minScore=50&maxResults=5&autoComplete=true&matchPrecisionNot=&addressString=Johnson%20bc
The text was updated successfully, but these errors were encountered: