any advancement on bringing this one into the forge? It seems like putting the class on a forum/googlegroup is not a good way to post code. It seems like a very useful Class but I doubt I will find it in a few months if it's not on the forge
As a side note - Ciul - I'm not sure the googlegroup is a good place for updating on your Class's status. This isn't a forum, so everytime you post a new message it pops up in the email. Again - this is another good reason for putting your code on github+forge - you get an update mechanism, a tag system, a ticket system and a discussion platform (most of these from github offcourse) On Sat, Jan 8, 2011 at 7:14 PM, Ciul <[email protected]> wrote: > Due to Kevin suggestions: > > [Quote Kevin] > > I'm REALLY liking your Google maps classes. Nice work! > One thing I noticed with your various overlays (polygons, polylines, > markers, . . .): in Google Maps API V3, the way to "hide" an overlay > object is to call setMap(null). But in your classes, you are > preventing that, because of this line: > var map = [map, this.getMap()].pick(); > I had to comment out that line in each of the overlay classes, then I > was able to remove overlays from the map. Perhaps you could add > methods like hide(), show(), and destroy(). > > -- Kevin > > [/Quote] > > Some custom methods such like: > > show,hide,destroy > > added to classes such like: > > Marker, Polygon, Rectangle, Circle, PolyLine > > > Note: > I hadn't test them working on all classes, just in some of them. > > Any error please advise me to fix it as quicly as possible. > > Posted and uploaded to forums: > > http://www.mooforum.net/script-showcase-f25/google-maps-api-mootools-class-t3676-20.html#p14695 > > Best regards, > Ciul. -- Arieh Glazer אריה גלזר 052-5348-561 http://www.arieh.co.il http://www.link-wd.co.il
