On Apr 13, 7:49 am, Jonathan <[email protected]> wrote: > Hi everyone, > > I searched the group but didn't see anything that addresses the issue > I'm experiencing with one of my projects. > > I have a (very rough draft) map that simply allows users to plot their > home and work addresses. I turned off the GPolyline because I dont' > want it --- I just need to plot the "to" and "from" address markers. > > The problem is that on my computer, everything works fine.. but on two > of my co-workers' machines (same configuration, same browsers), the > markers are plotted BEHIND other layers on the map, and in general, > there doesn't seem to be a pattern as to when this happens and when it > doesn't. > > Is there a property or a way that I can specify for the markers > created from GDirections to always be the top-most layer -- sort of > like a z-index property? Why would this work differently on other > machines? > > The example map is located here:http://gis.drcog.org/btwd_scratch/btwd/ > And if you use "1290 Broadway, Denver, CO" as one of the addresses, it > should plot the address on top of the marker that is already in that > location, yet for some people. it plots the point under the marker > that is already in that position. > > Thanks! I apprecaite the help/insight.
You may want to investigate using a third party kml parser and see if that makes the behavior more consistent. I would think that GGeoXml would always do the same thing for the same kml, but since it is processed server side it might not (but it would be interesting if that was the problem). Third party parsers: GeoXml http://econym.org.uk/gmap/extensions.htm#GeoXml EGeoXml http://econym.org.uk/gmap/extensions.htm#EGeoXml -- Larry > > Jonathan -- 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.
