On Aug 8, 4:18 pm, Fred <[email protected]> wrote: > Hello, > > I'm currently using an XML file to "feed" my > maps.http://www.subflow.net/maps.php > > Data in my xml file look like that : > <item> > <title>Listener #72</title> > <link>http://www.subflow.net/</link> > <description>Country : Germany <img > src="http://www.subflow.net/flags/de.gif"/> <br /> Region : > Nordrhein-Westfalen <br /> City : Kabel <br /> Online for > 247 minutes</description> > <geo:lat>51.4</geo:lat> > <geo:long>7.4833</geo:long> > </item> > > To be able to use customized icon or javascript made icon, shall I > rewrite my xml for something like this : > <markers> > <marker lat="43.65654" lng="-79.90138" html="Some stuff to display in > the<br>First Info Window" label="Marker One" icon="A"/> > <marker lat="43.91892" lng="-78.89231" html="Some stuff to display in > the<br>Second Info Window" label="Marker Two" icon="B"/> > .... > </markers>
You can if you want to, but that would be a fairly extensive rewrite. You are using GGeoXml which has its own way of specifying icons. It would be less of a change if you use that. You can do it in kml: http://code.google.com/apis/kml/documentation/kmlreference.html#icon I don't know about RSS feeds. I haven't tried it, so I don't know if that will work with GGeoXml, but I think I have seen maps that used custom icons defined in kml. -- Larry > > I'm totally lost :-/ I wish use my own picture or the marker icon > wizard because in the future i wish use different icon's color on the same > maps to separate listeners from channel 1 and channel 2 : > > http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.... > > Thanks for your help. Merci beaucoup. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
