Dear all,

I am trying to create a map with different icons and clickable infowindows. 
I have a working example here:
http://dl.dropbox.com/u/18099461/Study_Trip_Vorlage_pub.html

Now in this example the relevant information is spread to 3 different 
places, which I fear might become messy. Is there a way to have it more or 
less look like:

var sites = [
[
''<div class="google-bubble">'+'<img 
src="http://austria-lexikon.at/attach/Wissenssammlungen/M%C3%BCnzen/1990/500_Schilling_-_Egon_Schiele_%281990%29/scaled-200x200_962.jpg";
 
/>'+'<p><b>Schiele Museum, Český Krumlov</b></p>'+'<p>Široká 71,<br />'+
    '<br />'+'381 01Český Krumlov</p>'+'<p><a 
href="http://www.schieleartcentrum.cz/new/";>Click here for more</a></p>'+'
,
48.810679, 14.313201
,
"museum"
],
[html, 48.810679, 15.313201,"lib"],
[html, 52.212329, 14.366201,"calvary"],
[html, 48.109079, 13.323201,"hotel"],
];

Is it maye possible to import this information in a condensed format from an 
xml? I found examples with xml import but not with customized icons and not 
with relatively complex content for the infowindows. Thank you for any hint 
or example you can give me!

SKH

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to