Feature Requests item #1309408, was opened at 2005-09-30 11:54
Message generated for change (Comment added) made by syca
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=730671&aid=1309408&group_id=134391

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Iulian Costan (syca)
Assigned to: Nobody/Anonymous (nobody)
Summary: GMap component

Initial Comment:
If you are interested here is the gmap wicket component.
All you have to do is to compile and add these lines to 
your code:


        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("wicket");
        gmap.addOverlay(overlay);

        add(new GMapPanel("gmap", gmap, 800, 600));


It works on IE and Firefox. more updates will be coming 
soon.

Thanks,
Syca


----------------------------------------------------------------------

>Comment By: Iulian Costan (syca)
Date: 2006-05-15 08:56

Message:
Logged In: YES 
user_id=292012

close it, there i swicketcontrib-gmap component

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=730671&aid=1309408&group_id=134391


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-stuff-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop

Reply via email to