Hi list,
I've just published a component to use the static google maps API in the public repository (btw, versions previous to 2.5 are not complete and are not meant to be in the repository; I just messed up with the replication tool). To make it work you should load the bundle '@ Seaside - Static Google Maps' and set your google key in the WAStaticGoogleMapExamples>>google_key method. After loading the bundle a couple of new example should appear in the seaside directory. Feedback is most welcome. -- Cheers, Andrés _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2008/10/6, Andres Fortier <[hidden email]>:
> Hi list, > I've just published a component to use the static google > maps API in the public repository (btw, versions previous to 2.5 are > not complete and are not meant to be in the repository; I just messed > up with the replication tool). > To make it work you should load the bundle '@ Seaside - Static Google > Maps' and set your google key in the > WAStaticGoogleMapExamples>>google_key method. > After loading the bundle a couple of new example should appear in the > seaside directory. > Feedback is most welcome. I don't want to bitch but the WA namespace prefix is reserved for core Seaside. Any other code including addon libraries like Scripatculous for RSRSS should use a different namespace prefix. VW has real namespaces so there is no need to use a namespace prefix at all. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ok, I didn't know about that. I'll rename the classes.
Andrés Philippe Marschall escribió: > 2008/10/6, Andres Fortier <[hidden email]>: >> Hi list, >> I've just published a component to use the static google >> maps API in the public repository (btw, versions previous to 2.5 are >> not complete and are not meant to be in the repository; I just messed >> up with the replication tool). >> To make it work you should load the bundle '@ Seaside - Static Google >> Maps' and set your google key in the >> WAStaticGoogleMapExamples>>google_key method. >> After loading the bundle a couple of new example should appear in the >> seaside directory. >> Feedback is most welcome. > > I don't want to bitch but the WA namespace prefix is reserved for core > Seaside. Any other code including addon libraries like Scripatculous > for RSRSS should use a different namespace prefix. VW has real > namespaces so there is no need to use a namespace prefix at all. > > Cheers > Philippe > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ok, done, classes renamed and moved out of the Seaside namespace.
Andres Fortier escribió: > Ok, I didn't know about that. I'll rename the classes. > > Andrés > > Philippe Marschall escribió: >> 2008/10/6, Andres Fortier <[hidden email]>: >>> Hi list, >>> I've just published a component to use the static google >>> maps API in the public repository (btw, versions previous to 2.5 are >>> not complete and are not meant to be in the repository; I just messed >>> up with the replication tool). >>> To make it work you should load the bundle '@ Seaside - Static Google >>> Maps' and set your google key in the >>> WAStaticGoogleMapExamples>>google_key method. >>> After loading the bundle a couple of new example should appear in the >>> seaside directory. >>> Feedback is most welcome. >> I don't want to bitch but the WA namespace prefix is reserved for core >> Seaside. Any other code including addon libraries like Scripatculous >> for RSRSS should use a different namespace prefix. VW has real >> namespaces so there is no need to use a namespace prefix at all. >> >> Cheers >> Philippe >> > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |