[Firebug-cvs] firebug/web google_map_rfs.html,1.2,1.3 google_rfs.xml,1.4,1.5
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-06-08 22:29:51
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18069 Modified Files: google_map_rfs.html google_rfs.xml Log Message: Fixed a mess of php db code. Index: google_map_rfs.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/google_map_rfs.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** google_map_rfs.html 8 Jun 2005 18:39:36 -0000 1.2 --- google_map_rfs.html 8 Jun 2005 22:29:42 -0000 1.3 *************** *** 142,146 **** </div> ! <!-- </body> --- 142,146 ---- </div> ! </body> Index: google_rfs.xml =================================================================== RCS file: /cvsroot/firebug/firebug/web/google_rfs.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** google_rfs.xml 8 Jun 2005 18:39:36 -0000 1.4 --- google_rfs.xml 8 Jun 2005 22:29:42 -0000 1.5 *************** *** 62,65 **** --- 62,81 ---- </location> + + <location infoStyle="geocodeinfo_rfs.xsl" id="D"> + <point lat="37.9174" lng="-122.3334"/> + <!-- <icon image="http://maps.google.com/mapfiles/marker.png" class="local"/> --> + <icon image="http://localhost/firebug/images/sensor.png" class="local"/> + <info> + <title xml:space="preserve">Sensor</title> + <address> + <line>Firebug Sensor</line> + </address> + <image> + http://localhost/firebug/images/sensor.png + </image> + </info> + </location> + </overlay> </page> \ No newline at end of file |