lschmid83 / Recovery-Meeting-Finder

This is a 12-Step recovery meeting finder mapping website built with C#, Angular 2+, TypeScript, Bootstrap, OSM and Leaflet. The finished website is available at recoverymeetingfinder.com
https://www.recoverymeetingfinder.com
75 stars 2 forks source link

Enabling postcode search for meetings in Ireland #23

Open lschmid83 opened 4 months ago

lschmid83 commented 4 months ago

Currently searching for meetings in Ireland by postcode is not implemented. If you look at app.component.ts you will noticed I have used the ipgeolocation service to determine if the user is in Ireland and disabled the postcode search only allowing them to search by town or city. I believe this maybe an issue with using the free Nominatim Postcode Search service.