Hi all,

I built a Google map using XML locations and JavaScript to pull in the
locations - example is at http://declanmageedesign.com/Files/

I now need to develop a clustering for markers as there are over 200
markers at present on the map.

I have looked at cluster marker tutorials and examples and for the
life of me I cannot get my markers to cluster.

Here is a snippet of my xml of each location.

<location>
<name>Dundrum</name>
<atm>true</atm>
<branch>true</branch>
<brancharea>Here nor there</brancharea>
<lat>53.291104</lat>
<long>-6.245288</long>
<tab title="Branch Charity info"><![CDATA[
<span class="bnknme">Dundy</span>
<p class="brinfo">Details</p>
<img src="images/spacer.gif" class="spacer" border="0" alt="spacer
image" align="center" /><br />
<span class="letter">A.</span><span class="optionA">Option A</
span><br />
<span class="letter">B.</span><span class="optionB">Option B</
span><br />
<span class="letter">C.</span><span class="optionC">Option C</
span><br />
<img src="images/spacer.gif" class="spacer" border="0" alt="spacer
image" align="center" /><br />
<p class="brinfo2">Thank you</p>
]]></tab>
</location>

The CDATA needs to show up in the info window as HTML.

If anyone could please help me it would be greatly 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.


Reply via email to