Get coordinates from address |
hi i try to get coordinates from openstreetmap
this is my code : Code: public function getCoordinateFromAddress() Code: file_get_contents(https://nominatim.openstreetmap.org/search?q=piazza della signoria ,5, firenze &format=json&polygon=1&addressdetails=1): Failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
In Codeigniter 3 I made a helper (which I basically copied from the internet):
PHP Code: <?php Then I call it from a Controller: PHP Code: function testMe(){ It is using CURL, so it may not be what you want, but it works for me.
(05-03-2023, 02:23 AM)JustJohnQ Wrote: In Codeigniter 3 I made a helper (which I basically copied from the internet): It works fine thank's. |
Welcome Guest, Not a member yet? Register Sign In |