Cool, thanks. Hope people will use it. Does google allow you to use
their service for free?

Do you want to make this a project in Wicket Stuff, or do you want to
keep it with this submit?

Eelco


On 9/30/05, Iulian Costan <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am using wicket since day one and i take this opportunity to thank you all
> for hard and nice work.
> Now it is time to start giving something back and here is it: gmap
> extensions.
> The following lines add gmap to your
>
>         GMap gmap = new GMap(new GPoint(10, 30), 15);
>         gmap.setHasTypeControl(true);
>         gmap.setHasSmallMapControl(true);
>
>         GMarker overlay = new GMarker(new GPoint(-78.7073f, 35.7512f));
>         overlay.setOnClickMessage("<a href=\"
> http://wicket.sourceforge.net/\";>http://wicket.sourceforge.net/</a>");
>         gmap.addOverlay(overlay);
>
> overlay = new GMarker(new GPoint(-78.7073f, 35.7512f));
>         overlay.setOnClickMessage("<a
> href=\"http://wicket.sourceforge.net/\";>http://wicket.sourceforge.net/</a
> >");
>         gmap.addOverlay(overlay);
>
>
>         add(new GMapPanel("gmap", gmap, GMAP_KEY, 800, 600));
>
>
> Thanks,
> Syca


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to