earmuff-jam / climate

Climate is designed to aide you with your item management.
https://climate-theta.vercel.app/
0 stars 0 forks source link

Apply GeoJSON API for better address seach during ADD PROPERTY #59

Closed earmuff-jam closed 1 year ago

earmuff-jam commented 1 year ago

When users are typing in the address, time and again, we have noticed that the user mis-spells the address. We should use some ability to find out the closest matching address that the user meant. This should allows users to cross verify their own submission.

earmuff-jam commented 1 year ago

https://nominatim.org/release-docs/develop/. This looks like a good website. The google one is not free therefore we should refrain from using it. The above one seems like its better but more legwork is required.

earmuff-jam commented 1 year ago

https://geocode.maps.co/-> this is free.

earmuff-jam commented 1 year ago

we should probably learn to cache before we do this because we don't want to overuse the system. rate limit for this is 1 request / 2 second. and cache please if used regularly notice is posted.

earmuff-jam commented 1 year ago

https://github.com/earmuff-jam/climate/pull/64 Complete and Merged.