It seems that GGeoXml randomizes entries on the sidebar.  I currently
have the following code that adds to the sidebar:

  Side.prototype.addFeatureToFolder = function(a,b) {
        var i = features.length;
        features.push(a);
        this.div.innerHTML+='<a href="javascript:GEvent.trigger
(features['+i+'], \'click\')">'+a.name+'</a><br>';
      }

Each reload of the page makes the sidebar in a different order.  I
can't seem to find anywhere in the documentation where it states the
original container is.  How can I actually sort the sidebar?

--~--~---------~--~----~------------~-------~--~----~
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