On Sep 23, 4:47 pm, Daniel H <[email protected]> wrote: > Hi, > > I am desperate to string together two types of maps: the stylized "hip > hop" map and a map that imports a KML file. I don't have experience in > JAVA, but I have gotten this far:http://pastehtml.com/view/1b6ikfy.html. > You'll notice lines 60-63 I attempt to bring in the KML data, but to > no avail. > > can anyone please help me combine the two types of maps into a single > file?
I get a javascript error: myOptions is undefined. You are defining the map variable twice. If you remove the second one, it should work. -- Larry > > THANKS!! > > Daniel Hadley -- 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.
