I dug some more in order to find some irregularities.
Here is something I found:
$('#o6ftjvu').get(0).map.setCenter(new google.maps.LatLng(47, 8),
zooml);
The "$('#o6ftjvu')" looks a bit strange for java script.
It comes from here:
void WGoogleMap::setCenter(const Coordinate& center)
{
std::stringstream strm;
strm << jsRef() << ".map.setCenter(new google.maps.LatLng("
<< center.latitude() << ", " << center.longitude() << "));";
doGmJavaScript(strm.str(), false);
}
Is jsRef() returning a correct value here?
Rgds
Richard
Ps: I found the following page which helps when examining the generated
java script: http://jsbeautifier.org/
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest