Page 1 of 1

GoogleMaps custom icon shadows

Posted: Sun Nov 14, 2010 12:01 pm
by MikeTroop74
Not sure if any of you tried using any custom marker shadows but there is something not correct in the code somewhere that is not allowing the custom shadows to be used. Has anyone else had problems getting them to work?

Re: GoogleMaps custom icon shadows

Posted: Mon Nov 15, 2010 5:46 am
by Duketown
MikeTroop74,

Is that actually working?

Code: Select all

if (!file_exists...
means if the file doesn't exist, the defaults.png is used. That is the function of the exclamation mark in front of the file_exists function.

Duketown

Re: GoogleMaps custom icon shadows

Posted: Mon Nov 15, 2010 5:02 pm
by calguy1000
This is exactly the reason we don't like people posting code modifications here.  If you made a code modification that's fine... it may work for you, it may not... but don't post it here and muddy the waters for the people that don't know what they are doing.... and also don't ask for support with your modified files.

Re: GoogleMaps custom icon shadows

Posted: Mon Nov 15, 2010 7:51 pm
by MikeTroop74
calguy1000 wrote: This is exactly the reason we don't like people posting code modifications here.  If you made a code modification that's fine... it may work for you, it may not... but don't post it here and muddy the waters for the people that don't know what they are doing.... and also don't ask for support with your modified files.
Point well taken . . .my bad.