export to kml problem
-
if I want to use export to kml function the kml file has bodgus javascript after the closing kml tag (</kml>).
the javascript added is
<script type=”text/javascript”>var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-5263515-4’]);
_gaq.push([‘_setDomainName’, ‘.3eeweb.com’]);
_gaq.push([‘_trackPageview’]);(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();</script>
what is the problem?
my site is not using the 3eewe.com domain that is present in the javascript code.
The topic ‘export to kml problem’ is closed to new replies.