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
Broaden Plus Code recovery to handle more user input formats
- Remove `^` anchor so codes are matched anywhere in the input string
- Widen prefix minimum from 4 to 2 chars to support short codes like "5Q+C5"
- Add progressive suffix trimming to avoid over-extraction when city names
start with OLC-valid characters (e.g. Vancouver → V)
- Extract city/state hint from text appended after the code (e.g. "QX5Q+C5DENVER,COLORADO")
and use it as a Nominatim reference when city/country form fields are empty
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments