At 2007-07-15T19:20:49+1200, Christopher Sawtell wrote: > I'm a regular bus user, so I feel somewhat inspired, but poke around as I > might I can't find that other file. I wonder if you would be so kind at to > give me a hint as to its location.
Load the 'Real Time Bus Info' page[0]. There's an iframe in the middle of the page that loads a page containing the starting point for the SVG map stuff[1]. Look at the source of that page you'll see two Javascript functions (svgGetMap, svgGetPlatforms) that return URI fragments for the map[2] and platform[3] data. [0] http://www.metroinfo.org.nz/realtime_map.html [1] http://rtt.metroinfo.org.nz/rtt/public/PlatformETMap.aspx [2] http://rtt.metroinfo.org.nz/rtt/public/PlatformETMap.aspx?ProjectID=CHCMETRO&SVGMapBuildNo=7 [3] http://rtt.metroinfo.org.nz/rtt/public/PlatformETMap.aspx?ProjectID=CHCMETRO&SVGPlatformBuildNo=44 Cheers, -mjg -- Matthew Gregan |/ /| [EMAIL PROTECTED]
