PDA

View Full Version : Marker options will not display


kelleypb318499
06-02-2009, 02:51 PM
I am unable to choose anything except "inArray" for my markers and color scheme (step 3). I also get Javascript errors each time I reach this stage of the wizard. Is this a bug in the extension? Could you tell the code I need to insert manually to override the http://google.webassist.com/google/markers/undefined/undefined.png code in the PHP file?

Thanks.

http://www.miobambinoshop.com/contact.php

Ray Borduin
06-02-2009, 04:07 PM
I think if you download and install the latest version from your order history this problem will be resolved.

The problem can be corrected in the map include file. The images are currently referenced as:

icon_0.image = 'http://google.webassist.com/google/markers/undefined/undefined.png';
icon_0.shadow = 'http://google.webassist.com/google/markers/undefined/shadow.png';
icon_0.iconSize = new GSize(undefined);
icon_0.shadowSize = new GSize(undefined);
icon_0.iconAnchor = new GPoint(undefined);
icon_0.infoWindowAnchor = new GPoint(undefined);
icon_0.printImage = 'http://google.webassist.com/google/markers/undefined/undefined.gif';
icon_0.mozPrintImage = 'http://google.webassist.com/google/markers/undefined/undefined_mozprint.png';
icon_0.printShadow = 'http://google.webassist.com/google/markers/undefined/shadow.gif';
icon_0.transparent = 'http://google.webassist.com/google/markers/undefined/undefined_transparent.png';

Which looks entirely wrong, but could be corrected to be the valid image locations.

kelleypb318499
06-03-2009, 04:25 PM
I installed the latest version, but still got the same JS error messages and inability to choose anything other than "inArray" in step three. I'll try manually inserting the code, but it seems that this extension is fundamentally flawed. Has no one else had this problem? I don't understand what could be causing it in my case...

Ray Borduin
06-04-2009, 07:46 AM
What version of the extension do you have installed? You may want to post a support incident because this is not a known issue.

Justin Nemeth
06-04-2009, 12:01 PM
My guess is there is another Dreamweaver extension that is affecting pro maps in some way. You could try temporarily disabling your other extensions and see if that corrects the problem for you. That will at least get you moving for the time being.