Hi all!I'm trying to view google streets , hibryd and such with the
openlayer control.

I tryied to do something like this:

 

HashMap map=new HashMap();

 
map.put("key","ABQIAAAAIA90LzdyYKLEpFMORIdF-RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQaV
uF6E_lJuzkoBX3tk_znit-sjg");

        Layer layer=new WMS("GMap", "http://maps.google.com/maps";, map);

        LinkedList lay=new LinkedList();

        lay.add(layer);

        openLayersMap =new OpenLayersMap("map",lay,map);

 

but it doesn't work L

Did anyone succeed with this?

Thanks in advance

Reply via email to