In this example the Seminario II sutdents were asked to design a web page that display a Google map with earthquake information from the US Geological Survey USGS. Camilo Vera solution can be found here (gracias Camilo). Camilo’s php script is as follows: <?php //header(“Content-type= application/json”); $xml =simplexml_load_file(“http://earthquakes.usgs.gov/earthquakes/catalogs/1day-M2.5.xml”); $i=0; //se recorren todos los nodos “entry” […]