Canadian-Geospatial-Platform / geoview-api-geolocator

Wrapper API around geolocator API's
Other
0 stars 7 forks source link

[BUG] Postal query for Nominatim fails #111

Open jolevesq opened 1 month ago

jolevesq commented 1 month ago

This query https://geolocator.api.geo.ca/?keys=geonames,nominatim,locate&lang=en&q=k4a* return empty result

Locate api does not ahve result for this postal code but Nominatim has https://nominatim.openstreetmap.org/ui/search.html?q=K4A

This query https://geolocator.api.geo.ca/?keys=geonames,nominatim,locate&lang=en&q=K4A2M1* freeze the geoview api has it hangs for a minute to finish, Again Nominatim has a value for this.

JIRA ticket: https://fgp-pgf.atlassian.net/jira/software/projects/OSDP/issues/OSDP-1816