wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Dieter Tremel
Hello, I would like to show an info window on clicking on a map marker with detailed information about an entity, including links and so on. I coded a special panel for this. I think therefor I should use the Constructor public GInfoWindow(GLatLng latLng, Component content) As I read from the

Re: wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Thijs
Hi Dieter, There is an example to: https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3-examples/src/main/java/org/wicketstuff/examples/gmap/info/advanced Thijs On 22-3-2013 9:10, Dieter Tremel wrote: Hello, I would like to show an info window on clicking on a

Re: wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Dieter Tremel
Am 22.03.2013 10:09, schrieb Thijs: There is an example to: https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3-examples/src/main/java/org/wicketstuff/examples/gmap/info/advanced Must have been blind not to recognize it. Thank You Dieter