On Sep 21, 1:07 pm, Gil <[EMAIL PROTECTED]> wrote:
> Larry,  your example of the Colored Markers, not using XML is really
> special for me with the Check Boxes at the side. I've added the information > 
> to the Info-Windows that we need to show.  What I have so far is
> at
http://www.tiltonrealty.com/TestColoredMarkers-02.html
> Everyone really like this way of showing our information more then the way
> it's shown at our  regular web site www.tiltonrealty.com, except, is there a
> way of setting up the markers info-windows
> to have additional tabs that I can add more information and photos
> etc. without losing what I have so far without a whole bunch of code
> changing.
> Since you posted your answer for me, I've spent hours going through
> past posts, going to lots of sites to see examples, and as you see at our
> regular web site, I've learned a lot in order to get this far, but now I'm
> stuck.  If your example had any of the colored marker info-windows with
> multi-tabs, I'd have been able to do exactly what I'd like to do.  I've 
> studied
> Mike's tutorials and used a lot of his information and changed my page a
> lot of times to preview the changes and just can't get it right. If there is a
> way to add multi-tabs to any of the colored markers you show, I'll have a
> example to post that maybe a lot of people will find useful showing multi-
> colored markers, the check box, multi tabbed info-windows with links,
> photos, and information.  If you look at the source of the Test html, you'll
> see a place where I've added a createTabbed Marker bit of code, but can't
> figure out how to change the colored marker to one of yours instead of the
> default icon

you are missing the iconStr argument to your createTabbedMarker
function, as well as the code that tells the GMarker to use the custom
icon:
function createMarker(point, html, iconStr) {
...
   var icon = coloredRideshareIcon(iconStr);
   var marker = new GMarker(point, {icon: icon});

> Thanks for taking the time,
>
> On Sep 16, 3:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > On Sep 16, 3:35 pm,Gil<[EMAIL PROTECTED]> wrote:
>
> > > At my web site, I'm using the Google Map to show various locations.
> > > My actual map has a dozen marker icons, and each points to a location,
> > > and each marker opens a info-window where I have several tabs, some
> > > with links and some with photos.  I haven't figured out how to create
> > > a XML or KML file yet, and the people I work with like the .html file
> > > that shows the map and markers, using separate var points for each
> > > entry of markers.  I need to stay with this type of html for now.  I
> > > don't need to have a lot of markers so the html I'm using is working
> > > great.
>
> > > I'd like to know if, with the html file I have now, can I add some
> > > code that will allow me to change the color of each of the markers to
> > > be different colors within each of var points.  A sample of my map
> > > with some markers can be see at
>
> > >http://www.tiltonrealty.com/MapTiltonRealtyMarkers.html
>
> > > I'm happy I've gotten as far as I have so far, mostly with Mike's
> > > help, and I'm trying to learn more, but at this point I can't
> > > understand how to do what I want at this point, and I try to read all
> > > the posts, etc.
>
> > using xml (but you can use the colored icon 
> > code...)http://www.geocodezip.com/v2_basic8h.asp?filename=example_icons.xml
>
> > not using xml:http://www.geocodezip.com/v2_MarkerCheckBoxesNoXml.asp-Hide 
> > quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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