does google maps honour <balloonstyle> construction kml?
i'm controlling ggeoxml vigilant conceal kml an embedded google map. i need customize popup balloon placemarks, i'm perplexing element:
<?xml version="1.0" encoding="utf-8"?>
<document xmlns="http://earth.google.com/kml/2.0">
<name>concessions</name>
<style id="masterpolystyle">
...
<balloonstyle>
<text>
<![cdata[
<h6>concession</h6>
<h4>$[name]</h4>
<p>$[description]</p>
]]>
</text>
<displaymode>default</displaymode>
<bgcolor>dda39b81</bgcolor>
</balloonstyle>
</style>
...
</document>
this works approaching google earth, nonetheless embedded map api appears replace altogether. i suspect i only leave out <name> component altogether only put all html inside <description> element, nonetheless i'd means take advantage component arrangement tradition information structured way.
Comments
Post a Comment