yahayadeveloper / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

icon shadow does not appear #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I upgraded from 2.5 to 3.0 today and noticed that she shadow does not longer 
appears

$icon_shadow_filename="http://www.google.com/mapfiles/shadow50.png"

It does show in the javascript

var markersmap=[];var to_htmlsmap=[];var from_htmlsmap=[];var 
iconmap=[];iconmap['httpwwwgooglecomintlen_usmapfilesmsmiconsorange-dotpnghttpww
wgooglecommapfilesshadow50png']={};iconmap['httpwwwgooglecomintlen_usmapfilesmsm
iconsorange-dotpnghttpwwwgooglecommapfilesshadow50png'].image=new 
google.maps.MarkerImage('http://www.google.com/intl/en_us/mapfiles/ms/micons/ora
nge-dot.png',new google.maps.Size(32,32),new google.maps.Point(0,0),new 
google.maps.Point(16,16));iconmap['httpwwwgooglecomintlen_usmapfilesmsmiconsoran
ge-dotpnghttpwwwgooglecommapfilesshadow50png'].shadow=new 
google.maps.MarkerImage('http://www.google.com/mapfiles/shadow50.png',new 
google.maps.Size(37,34),new google.maps.Point(0,0),new 
google.maps.Point(16,16));iconmap['httpwwwgooglecomintlen_usmapfilesmsmiconspurp
le-dotpnghttpwwwgooglecommapfilesshadow50png']={};iconmap['httpwwwgooglecomintle
n_usmapfilesmsmiconspurple-dotpnghttpwwwgooglecommapfilesshadow50png'].image=new

google.maps.MarkerImage('http://www.google.com/intl/en_us/mapfiles/ms/micons/pur
ple-dot.png',new google.maps.Size(32,32),new google.maps.Point(0,0),new 

I dont why i cant see the shadow image.

Original issue reported on code.google.com by Wesleymo...@gmail.com on 29 Dec 2010 at 12:20

GoogleCodeExporter commented 8 years ago
Hi Wesley,

I believe I crossed that bridge a while back and posted a simple fix in the 
forum here:

http://groups.google.com/group/php-google-map-api/browse_thread/thread/84f310dec
ca26bcd

This will likely resolve your problem if you have not already figured this out.

Original comment by sohod...@gmail.com on 5 Jan 2011 at 11:30

GoogleCodeExporter commented 8 years ago

Original comment by b...@mycnl.com on 25 Sep 2011 at 3:51