On Oct 24, 8:33 am, john <[email protected]> wrote: > Take your shuttle example. Paste it to the search in google > maps. You will see a list check boxes allow you to check off the > items on the map. What I really wanted is to have a way to > change the red line to blue (instead of simple check it off).
You need to have access to the underlying polyline to do that. I don't think kmlLayers gives you that access. Maybe Chad knows how or if the API team is going to do that. You could probably file an enhancement request: http://code.google.com/p/gmaps-api-issues/issues/list?can=2&q=apitype:Javascript3 This page creates a Polyline using that KML and allows changing its color: http://www.geocodezip.com/geoxml3_test/v3_geoxml3_MSUCampusMap.html (probably doesn't meet your performance needs though) -- Larry > > On Oct 24, 7:17 am, Chad Killingsworth > > > > <[email protected]> wrote: > > <MultiGeometry> is supported - I use it. > > > Each placemark can contain either a <style> node or a <styleUrl> which > > references a <Style id="XXX"> node that is a direct descendant of the > > <Document> node. The <Style> node contains definitions for icons. For > > a basic example, take a look > > athttp://search.missouristate.edu/map/kml/?layers=shuttle&routes=red > > > Chad Killingsworth > > > On Oct 23, 5:10 pm, john <[email protected]> wrote: > > > > OK, <MultiGeometry> did the trick on put multiple polygons in one > > > <Placemark> (mapsSupport.html did not list MultiGeometry and I > > > worried) > > > and I can give a name to the Placemark. > > > > Now I want to change the color to red of one Placemark based on the > > > name of the Placemark. How can I do that? > > > > On Oct 23, 3:06 pm, "[email protected]" <[email protected]> > > > wrote: > > > > > On Oct 23, 12:03 pm, Rossko <[email protected]> wrote: > > > > > > > Now I have more question about KML. > > > > > >http://code.google.com/apis/kml/documentation/kml_tut.htmlhttp://grou... > > > > > > > Take the example of Tasmania. How can show one of the sub-region > > > > > > in a > > > > > > different (line) color. > > > > > >http://code.google.com/apis/kml/documentation/kmlreference.html#lines... > > > > > > > A sub-region may contain multiple polygons (like those islands). > > > > > >http://code.google.com/apis/kml/documentation/kmlreference.html#multi... > > > > > You also need to worry about what parts of KML kmlLayer > > > > supports:http://code.google.com/apis/kml/documentation/mapsSupport.html > > > > > -- Larry > > > > > > > I also like to change the color dynamically. > > > > > > In response to what, or just at random? -- 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.
