Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-21 Thread Martijn Dashorst
On 5/14/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Just happy to contribute something back, for once:) And we're glad to receive it! Martijn -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.6

Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-14 Thread Nino Saturnino Martinez Vazquez Wael
Ok.. Just happy to contribute something back, for once:) regards Nino Martijn Dashorst wrote: On 5/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: PS this is the right place to write about new features correct? Technically, the dev list would be better. But this is fine. Thanks

Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-13 Thread Martijn Dashorst
On 5/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: PS this is the right place to write about new features correct? Technically, the dev list would be better. But this is fine. Thanks for your contributions and keeping us up-to-date! Agreed. When the gmap project gets a release, it would

[Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-11 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've been working on the gmap, and these new features are in place: Using gmap v 2 Custom gIcons can now be added(define your on small map pin). Gmap(serverside) are updated when the user moves,zooms etc via ajax. Control which Gmap controls you want displayed Using google

Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-11 Thread Nino Saturnino Martinez Vazquez Wael
Now the insert mode works aswell:) Nino Saturnino Martinez Vazquez Wael wrote: Hi I've been working on the gmap, and these new features are in place: * Using gmap v 2 * Custom gIcons can now be added(define your on small map pin). * Gmap(serverside) are updated when the user

Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-11 Thread Nino Saturnino Martinez Vazquez Wael
I wanted to explain what insert mode could be used for. Basicly its intended for user addition of markers, if for example your users would be allowed to add individual markers, like my maps on google. However these marker could be shared be between users etc. regards Nino Nino Saturnino

Re: [Wicket-user] wicket stuff GMap: New Exciting Features:)

2007-05-11 Thread Eelco Hillenius
PS this is the right place to write about new features correct? Technically, the dev list would be better. But this is fine. Thanks for your contributions and keeping us up-to-date! it would also be great if you could write up a page at http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-10 Thread Nino Saturnino Martinez Vazquez Wael
Hi Iulian I'll start to upgrade the current 1.2 branch to be using the newest version of googlemaps. That will mean that I'll add support for these controls(I think two of them are already supported): * |GLargeMapControl| - a large pan/zoom control used on Google Maps. Appears in the

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-10 Thread Nino Saturnino Martinez Vazquez Wael
Eeek. I have to use java 1.4, we need to have a branch for 1.4 and aswell for it to work for me. I've already managed to update to gmap2 and add below features in the 1.5 version. I've also converted the 1.5 to an 1.4 so when I get commit access I will make the to versions. Currently Im

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Nino Saturnino Martinez Vazquez Wael
I think its a pretty useful component, also very cool for wicket to have these kinds of components it makes it more complete. I could help if you want to, I saw some places where I could get an idea on howto add the slider, or we could just get the google one. But I do think I would need your

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Iulian Costan
On 5/8/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I think its a pretty useful component, also very cool for wicket to have these kinds of components it makes it more complete. I could help if you want to, I saw some places where I could get an idea on howto add the

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Nino Saturnino Martinez Vazquez Wael
Ok:) I think we need to have a GMarker constructor that takes a GIcon also, I can see that you have already prepared the GMarker class for this. We could also create some off the shelf GIcons and package them, that might come in handy? I could do this, as the project Im on now needs some

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Eelco Hillenius
How do we proceed, I guess we should be working on the 1.2 branch as the 1.3 are still beta? If you can, please work on the 1.3 version (trunk). Much improved, and it will be the version-to-use pretty soon. Eelco - This

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Nino Saturnino Martinez Vazquez Wael
ok. I'll see if I manage to make maven work.. Eelco Hillenius wrote: How do we proceed, I guess we should be working on the 1.2 branch as the 1.3 are still beta? If you can, please work on the 1.3 version (trunk). Much improved, and it will be the version-to-use pretty soon. Eelco

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Iulian Costan
On 5/8/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Ok:) I think we need to have a GMarker constructor that takes a GIcon also, I can see that you have already prepared the GMarker class for this. We could also create some off the shelf GIcons and package them, that might

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Nino Saturnino Martinez Vazquez Wael
did i say thanks? thank you anyway:) Erik van Oosten wrote: Nino, There is a special repository for the snapshots. You can find instructions on http://incubator.apache.org/wicket/building-from-svn.html. Regards, Erik. Nino Saturnino Martinez Vazquez Wael schreef: Hi Im trying

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Nino Saturnino Martinez Vazquez Wael
hi Martijn I've tried to do add this to the pom (of gmap project) but it does not seem to work, tries to grab the wicket but fails: repositories repository idorg.apache.wicket.m2/id nameMaven2 wicket/name

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Martin Funk
Reading this: http://www.nabble.com/-ANN--Apache-Wicket-1.3.0-incubating-beta1-has-been-released-t3681040.html id say its: Nino Saturnino Martinez Vazquez Wael schrieb: hi Martijn I've tried to do add this to the pom (of gmap project) but it does not seem to work, tries to grab the wicket

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Martin Funk
oops that's what pasting does to you (me): urlhttp://people.apache.org/dist/incubator/wicket/apache-wicket-1.3.0-incubating-beta1/m2-repo//url - This SF.net email is sponsored by DB2 Express Download DB2 Express C -

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Iulian Are you still the sole contibutor behind this component? Are you planing any new features? Would be nice to have a slider on the map aswell. Im currently getting familiar with the component. regards Nino Iulian Costan wrote: where did you checked out gmap sources from? trunk? i

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Iulian Costan
On 5/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Iulian Are you still the sole contibutor behind this component? well, it seems so but i didnt really maintain this project for quite a while. Are you planing any new features? Would be nice to have a slider on the

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-05 Thread Erik van Oosten
Nino, There is a special repository for the snapshots. You can find instructions on http://incubator.apache.org/wicket/building-from-svn.html. Regards, Erik. Nino Saturnino Martinez Vazquez Wael schreef: Hi Im trying to get the GMAP contribution to work, i've checked it out from

[Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying to get the GMAP contribution to work, i've checked it out from svn. But it has a dependency to wicket 1.3 snapshot, which does not exist. ...dependency: dependency groupIdorg.apache.wicket/groupId artifactIdwicket/artifactId

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Nino Saturnino Martinez Vazquez Wael
Obvoiusly I've tried the 1.3 beta1 release but its not in the maven repo yet. Nino Saturnino Martinez Vazquez Wael wrote: Hi Im trying to get the GMAP contribution to work, i've checked it out from svn. But it has a dependency to wicket 1.3 snapshot, which does not exist. ...dependency:

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Iulian Costan
where did you checked out gmap sources from? trunk? i dont know if any wicket 1.3 artifacts are deployed somewhere, but you can checkout wicket source code as well and build it for yourself as a quick workaround. or you can get gmap code from 1.2 branch, that depends on 1.2.* wicket that is

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Martijn Dashorst
On 5/3/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Obvoiusly I've tried the 1.3 beta1 release but its not in the maven repo yet. Being able to deploy the artifacts to the central repo is something that is currently being worked on for incubator projects. Until that is

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Nino Saturnino Martinez Vazquez Wael
Yup got the one from trunk, and later I grabbed the one you mention (1.2) Have sometrouble compiling it but I think its my machine thats acting up. Iulian Costan wrote: where did you checked out gmap sources from? trunk? i dont know if any wicket 1.3 artifacts are deployed somewhere, but

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Nino Saturnino Martinez Vazquez Wael
Martijn Dashorst wrote: On 5/3/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Obvoiusly I've tried the 1.3 beta1 release but its not in the maven repo yet. Being able to deploy the artifacts to the central repo is something that is currently being worked on for