Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2009-02-28 Thread Antony Stubbs
patched - http://wicketstuff.org/jira/browse/WSGMAPP-7 ryantxu wrote: Strangely I needed to get this to work just yesterday! I was able to hack it by letting GMap2.java take a list of strings it will output at the end of getJSinit() GLatLngBounds bounds = new GLatLngBounds(sw,

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-10 Thread normanr
With we, I meant my colleagues and me. And for us, I think it's enough to calculate a ZoomLevel passed to the map, that all GLatLngs given are visible on this map. So yes it's more like the link you posted Martin. Regards, norman Martin Funk-3 wrote: normanr wrote: Not right now Martin,

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-10 Thread Ryan McKinley
Strangely I needed to get this to work just yesterday! I was able to hack it by letting GMap2.java take a list of strings it will output at the end of getJSinit() GLatLngBounds bounds = new GLatLngBounds(sw, ne); gmap.appendInitJS( var xxx = +bounds.getJSconstructor()+;\n );

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-09 Thread normanr
http://wicketstuff.org/jira/browse/WSGMAPP-7 says implemented in Rev 3416. But I don't find anything like that, neither in the HEAD nor the comment for REV 3416. Is it gone or has it never been in svn? Martin Funk-3 wrote: Hi Marko, 2008/2/3, Marko Taipale [EMAIL PROTECTED]: Hi, I

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-09 Thread Martin Funk
Don't know what bit me there, I have to apologize. You don't happen to have any ideas molded in code on that, do you? mf normanr wrote: http://wicketstuff.org/jira/browse/WSGMAPP-7 says implemented in Rev 3416. But I don't find anything like that, neither in the HEAD nor the comment for REV

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-09 Thread normanr
Not right now Martin, but i think that we'll need to do it. But I can't promise ;( Martin Funk-3 wrote: Don't know what bit me there, I have to apologize. You don't happen to have any ideas molded in code on that, do you? mf normanr wrote:

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2008-09-09 Thread Martin Funk
normanr wrote: Not right now Martin, but i think that we'll need to do it. But I can't promise ;( who is it that you mean by 'we'? I've been rolling the thoughts about a possible implementation in my head this afternoon, but didn't get to a reasonable answer yet. I might not have