[OpenLayers] GoogleStalliteMapLayer

Hi,
I have a probem using org.vaadin.vol.GoogleSatelliteMapLayer.
When I add this code :

GoogleSatelliteMapLayer google = new GoogleSatelliteMapLayer();
		map.addLayer(google);

All components of the page disappear. I get an empty page!

Do you have any hint?

Regards

Check
Javadocs
.

cheers,
matti

Thanks Matti.
I added the element to the widgetset as suggested in the link you provided. But the same problem persists. I tryed an example published in the svn of VOpenLayers, the same error occurs.

As by magic, today it works. Maybe there was another error that caused this error. I simply added in the widgetset:

<script src="http://maps.google.com/maps/api/js?v=3.2&amp;sensor=false"></script>