Larry, Thank you very much for taking the time to view my problem, and
especially for your example of using colored markers and the Check
boxes.  Now since your above post, I've searched for as much
information as I can about how to and where to put the iconStr etc.
that you suggest, but pretty much all the other posts are using  XML
calls which I'm not even close to understanding.  I wanted to be able
to add more tabs to your icon marker info-windows, and not use the
default icon at all.  I've since added what I have from your example
to a test index html page and now I see I have another problem where
the info-windows are not large enough to show everything that I have
as information on any of them.  I'm afraid I'll have to give up on
being able to use your example with the Check boxes and not having
multi-tabbed info-windows until I learn a whole lot more. It appears
that I'm only able to understand how a lot of the coding works is to
see an example map page with the coding that would have all the
features I'd like to incorporate in my map.  I'm not as good at coding
as I am at stealing others work and effort.

This is the way my index page would look if I were to actually change
the original at our web site.
www.tiltonrealty.com/Test-index.html
Thanks again for your help and I'll keep studying and looking for what
I need.  Gil



On Sep 21, 3:37 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 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 sitewww.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-Hidequoted 
> > > text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -- 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