Harald Kirsch <pifpaf...@gmx.de> wrote:

> Das ist wohl eine Google-Anwendung, keine OpenLayers-Anwendung. Mein
> Problem ist die Kombination von Google-Karten in OpenLayers.

?!

Das Einbinden von proprietäre Google Layern ist doch ganz einfach:

laxer_osm = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
layer_google = new OpenLayers.Layer.Google( "Google Sat", { type: 
G_SATELLITE_MAP, 'sphericalMercator': true, numZoomLevels:19 } );

map.addLayers([laxer_osm,layer_google]);

Oben noch sowas rein:
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=...";></script>

Gruss

Sven

-- 
Why are there so many Unix-haters-handbooks and not even one
Microsoft-Windows-haters handbook?
Gurer vf ab arrq sbe n unaqobbx gb ungr Zvpebfbsg Jvaqbjf!
/me is gig...@ircnet, http://sven.gegg.us/ on the Web

_______________________________________________
Talk-de mailing list
Talk-de@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-de

Antwort per Email an