I hid the createMarker function and replaced it with the
createTabbedMarker function but it didn't work with the new XML file
content.

My XML file now has a marker with tabs which works in your map but I
think I was missing another function or two for this to work.

Possibly one or a combination of these functions;

function processXMLfile()
function processTabbedXML()
function getNodeValue(Element)

I currently have createTabbedMarker() and processTabbedXML() in the
code but it might be conflicting with some of the code already
present.

Thanks for the help so far Larry.


On Oct 26, 8:22 pm, "[email protected]" <[email protected]>
wrote:
> On Oct 26, 9:06 am, steamboat <[email protected]> wrote:
>
>
>
> > Map -http://bit.ly/4cr73R
>
> > XML file -http://bit.ly/1scaMl
>
> > I am currently pulling in the marker details through XML with the
> > ability to show / hide certain pins that are given a category. See
> > sidebar and tick boxes.
>
> > I've had a read through the multiple posts on here, on Mikes tutorial
> > site and on geocodezips iterations which are all awesome except I'm
> > trying to add the tab functionaility to an existing iteration of the
> > map.
>
> > I understand I need to add the function
> > createTabbedMarker(point,label,tabs,icon)
>
> > but my iteration is only createMarker
> > function createMarker(point,name,html,category).
>
> > I'm stumped really because I don't know where to start and how many
> > other parts of the map rely on this createMarker function.
>
> > My JavaScript knowledge is limited, I can generally reverse engineer
> > certain aspects of the code but this time I'm stuck.
>
> > Any help is really appreciated.
>
> If you write your xml in the format my tabbed marker examples
> understand, you should be able to drop in the createTabbedMarker
> function from my examples:
> Your existing xml 
> works:http://www.geocodezip.com/mapXmlTabsPlus.asp?url=http://www.propertyw...
>
>   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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