thank you
I tried in two folds:
1.
/*
insert1 = new EInsert(new GLatLng(42.85022, 31.01772),
"turkiye_pro_buyuk.png", new GSize(522,368), 26);
alert(insert1);
map.addOverlay(insert1);
map.setCenter(new GLatLng(42.85022, 31.01772), 10);
*/
2.
var sw = new GLatLng(35,25);
var ne = new GLatLng(47,45);
var bounds=new GLatLngBounds(sw,ne);
alert(bounds);
var overlay =
EInsert.groundOverlay("./WebContent/images/turkiye_pro_buyuk.png",bounds);
var overlay = GGroundOverlay("./images/turkiye_pro_buyuk.png",bounds);
map.addOverlay(overlay);
these two never worked.
regards
2011/1/20 Rossko <[email protected]>:
>> whare am I doing wrong ?
>
> Because we can't see what what you are doing, some guesses ;
> See
> http://econym.org.uk/gmap/einsert.htm
> in particular item 2
> "Include a copy of the "einsert.js" file"
> and certainly item 3
> "var insert = new EInsert(... "
> and especially item 3.1
> "The parameters are: A GLatLng() ... "
> and nowhere is mentioned any .groundOverlay() method for EInsert
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps API V2" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>
--
Ahmet Temiz
Jeoloji Müh.
Planlama ve Zarar Azaltma Dairesi Başkanlığı
Bilgi ve CBS grubu
Eskişehir Yolu 10. km.
Lodumlu / Ankara
Tel : 0 312 2872680 / 1535
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.