This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] How to use overpass API in codeigniter?

0

I am new to OSM, and I want to know how to use overpass API in codeigniter? If it is possible, Please guide me to Build a CodeIgniter Web Application From Scratch

asked 31 Jan '16, 17:56

Daniel1420's gravatar image

Daniel1420
1668
accept rate: 0%

closed 01 Feb '16, 08:34

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273

The question has been closed for the following reason “Question is off-topic or not relevant” by Frederik Ramm 01 Feb ‘16, 08:34


One Answer:

1

This is not a CodeIgniter support web site. Overpass (turbo) can return objects as GeoJSON and you can display them with anything that can work with GeoJSON, for example an OpenLayers or Leaflet map. How you integrate that into a CodeIgniter project is out of scope for this site.

answered 01 Feb '16, 08:33

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .