Have a look at our website :
http://my-holidays-rental.com/en/san-severino-marche-italy-moon-flat-to-rent-short-rental-134.php
2 pbs :
a/ the bubble bottom line is not really clean, a bit ''bitten''.
b/ how to remove the dark line on the shadow ?
Here is copy of my script :
<script src="http://maps.google.com/maps?
file=api&v=2&sensor=false&key=ABQIAAAAxuVKdEt0ymoan6PuGyTN9BQ09fHubR1bVucPcuRv6cNYDDJ6YxSP9dipd2v2-
f9rN-hDOi59k00UXQ" type="text/javascript"></script>
<script type="text/javascript">
var icon = [];
icon[0] = new GIcon();
icon[0].image = 'http://www.my-holidays-rental.com/images/
googlemaps_pointeur.png';
icon[0].shadow = 'http://www.my-holidays-rental.com/images/
googlemaps_shadow.png';
icon[0].shadowSize = new GSize(32,36);
icon[0].iconSize = new GSize(32,32);
icon[0].iconAnchor = new GPoint(18,32);
icon[0].infoWindowAnchor = new GPoint(10,1);
function setMarker(map,point) {
var latitude = Math.round(point.lat()*100000)/100000;
var longitude = Math.round(point.lng()*100000)/100000;
map.addOverlay(new GMarker(point,{'icon': icon[0]}));
}
function loadMap() {
if (GBrowserIsCompatible()) {
var map = new GMap2($('map'));
map.addControl(new GLargeMapControl3D());
var glat = <?=$latitude;?>;
var glng = <?=$longitude;?>;
var gzoom = <?=$zoom;?>;
point = new GLatLng(glat,glng);
map.setCenter(point,gzoom);
map.openInfoWindowHtml(map.getCenter(),
"<?="<b>$libelle</b><br>
$personnes persons<br>From $devise $apartir / night / person";?>");
setMarker(map,point);
...........
Tks for your kind help, I m a bit lost here.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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.