I am working on the California Recovery site and we use Google maps
api v2 to display a map of California with overlays for Assembly,
Senate, Congressional Districts and Counties. Sometime in the last 24
hours the contents of the BalloonStyle stopped rendering and the only
content displayed on the Balloon is the name.
I am storing the data in ExtendedData like this:
<ExtendedData>
<Data name="DISTRICT">
<displayName>Congressional District</displayName>
<value>46</value>
</Data>
<Data name="REP">
<displayName>$1,213,939,054</displayName>
<value>Rep. Dana Rohrabacher [CA-R]</value>
</Data>
</ExtendedData>
And the BalloonStyle looks like this:
<BalloonStyle>
<text><![CDATA[<body width="100%"><p><b>$[DISTRICT/
displayName]:</b> $[DISTRICT]<br />$[REP]<br />Project Amount $[REP/
displayName]</p>]]></text>
<textColor>00000000</textColor>
</BalloonStyle>
This is contained within a kmz file. The page can be viewed here:
http://test.recovery.ca.gov/html/funding/stimulus%20map/districtsmap.jsp
Any help would be appreciated.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.