heiglandreas / OrgHeiglGeolocation

A ZF2 form-element for Latitude/Longitude-values.
4 stars 0 forks source link

Implement Reverse Geolocation search based on Nominatim #2

Open heiglandreas opened 10 years ago

heiglandreas commented 10 years ago

Implement the possibility to type in Bristol to get the LatLon-Values.

This should be based on OpenStreetmaps Nominatim-API

stevelacey commented 10 years ago

http://geocoder-php.org is pretty good, supports fallbacks and OpenStreet maps.

heiglandreas commented 10 years ago

Am 26.01.14 16:32, schrieb Steve Lacey:

http://geocoder-php.org is pretty good, supports fallbacks and OpenStreet maps.

Great Idea. Only they don't have a ZF2-Module. As the rest of the site is ZF2-based thats a bit of a pitty ;-)

— Reply to this email directly or view it on GitHub https://github.com/heiglandreas/OrgHeiglGeolocation/issues/2#issuecomment-33319433.

                                                          ,,,
                                                         (o o)

+---------------------------------------------------------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andreas@heigl.org N 50°22'59.5" E 08°23'58" | | http://andreas.heigl.org http://hei.gl/wiFKy7 | +---------------------------------------------------------------------+ | http://hei.gl/root-ca | +---------------------------------------------------------------------+

stevelacey commented 10 years ago

@heiglandreas I've used it in Symfony2 projects before and I didn't even bother using the accompanying Symfony bundle (until I realised it existed), the library is pretty easy to use standalone, and being framework agnostic is hardly a bad plan.

stevelacey commented 10 years ago

although you did write the other one... (I am quick) ;)

heiglandreas commented 10 years ago

Am 26.01.14 16:40, schrieb Steve Lacey:

although you did write the other one... (I am quick) ;)

No pain in implementing stuff that's already there ;-)

The main stuff is implementing the API into a form-element so that a user can simply include the geolocation-element and everything else is handled.

But I'll resolve that. Sometime. Or someone else will. ;-)

— Reply to this email directly or view it on GitHub https://github.com/heiglandreas/OrgHeiglGeolocation/issues/2#issuecomment-33319642.

                                                          ,,,
                                                         (o o)

+---------------------------------------------------------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andreas@heigl.org N 50°22'59.5" E 08°23'58" | | http://andreas.heigl.org http://hei.gl/wiFKy7 | +---------------------------------------------------------------------+ | http://hei.gl/root-ca | +---------------------------------------------------------------------+