PDA

View Full Version : Pro Maps for Google 1.0.6 Dot Release Available


Anna Robinson
11-11-2009, 11:00 AM
A dot release for Pro Maps for Google is available in the Download Center of our website. Log in and visit http://www.webassist.com/mywebassist/downloadcenter.php. Click on Pro Maps for Google and download the mxp from the Extensions section.

It is best practice to uninstall your current version before installing the new version.

This main bug fixes in this release include:
- context-sensitive help wasn't loading the correct page in Dreamweaver 8.
- JavaScript error to occurred when clicking ‘Finish’ in the last step of the wizard.
- the Address marker in maps was using the default when using driving directions regardless of the marker type chosen.

dhurrell303078
11-24-2009, 01:52 PM
we just purchased pro maps v 1.06, downloaded and installed the extension in dreamweaver cs4 PC. we click finish and get the following error:
While executing onMouseUp in wagmp_map.htm, the following JavaScript error(s) occured:
At line 451 of file "C:\Program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Shared\WebAssist\GoogleMapsPro\s hared.js": xml has no properties.

Can you please assist? we've have found an article in this forum that said to delete the Dreamweaver Cache.dat file then reboot. We've attempted that with no success. Any other suggestions?

Thanks in advance,
Daren Hurrell
dhurrell@infitech.net

Jimmy Wu
12-04-2009, 12:21 PM
We were able to determine this is caused by using a .aspx page. If the page is a .asp or other server language, it works correctly. The workaround would be to add Pro Maps to a page that is not a .aspx and then copy the include code to the .aspx page to get the maps applied.

toms016390756
12-31-2009, 12:20 AM
We were able to determine this is caused by using a .aspx page. If the page is a .asp or other server language, it works correctly. The workaround would be to add Pro Maps to a page that is not a .aspx and then copy the include code to the .aspx page to get the maps applied.

how do you know he's using asp? just curious//

--- My baby:
http://www.imgsnatch.com/img/S/9.jpg

Jimmy Wu
12-31-2009, 10:46 AM
We had opened up a backend ticket so that we could look into the issue further with the user. After contacting the user on the phone we were able to determine that using a .aspx page and not a .asp page causes the issue.

psherida398454
01-20-2010, 08:48 PM
I am receiving a similar error to the one posted above except at the end it says "The object is not currently contained in a document."

I am using a PHP page if it makes any difference

Any help would be appreciated
Thanks

Jimmy Wu
01-21-2010, 11:58 AM
Do you have a site defined and the page is saved to that site?

conbio380661
04-19-2010, 07:18 AM
When attempting to update the program with the new .mxp file, I received the following error message, and backed-out of the installation, not wanting to mess-up my current, working ProMaps for Google software. Will clicking 'Yes' have any negative affect on the delicate workings of my currently installed ProMaps for Google webpage?

The error message in question:
--------------
"The 'ProMaps for Google' extension conflicts with the existing 'ProMaps for Google' extension. The installation files for these extensions have the same name.

Do you want to replace it?

[Yes] [No]"

Jason Byrnes
04-19-2010, 08:24 AM
In the Extension manager, you need to uninstall the previous version of pro maps before installing the new version.

bob278685
05-06-2010, 06:12 PM
Maybe it is just coincidence, but all the Pro Maps on my Web site stopped displaying the transparent shadows and the push pin PNG and GIF images about the same time that 1.0.6 was released.

Jason Byrnes
05-11-2010, 10:37 AM
The push pin images used to be stored on our server,s.

One change that was made in Pro Maps 1.0.6 was to move them off our servers and include the images as part of the extension. If you create a map using 1.0.6, the images will be created on your computer, you can then modify the map JS to look for the local images instead of looking for them on our servers.

bob278685
05-15-2010, 09:13 AM
I actually noticed that the push pins are now part of the extension. In fact, I see that they are created in a subfolder: google_javascript/images. So I uploaded this images folder to my server. It contains four PNG and two GIF files.

I've tried deleting the maps from my Web pages and then re-creating them using the extension, but the push pins and transparent backgrounds created by these six images still do not display. The map and the callout box with the address appears, but not these additional images.

I even tried going into the wagmp_map_XX.php file and making the references to the images absolute instead of relative. This did not work either.

Here is an example: http://aroundindy.com/conventioncenter.php

Any suggestions? Thank you for your time.

Jason Byrnes
05-17-2010, 09:33 AM
in the twoColHybRt.css file, you have the following:


.twoColHybRt #mainContent img {
background-color: #FCFAE1;
text-decoration: none;
}


the background-color is causing the issue change that to:
.twoColHybRt #mainContent img {
//background-color: #FCFAE1;
text-decoration: none;
}

paulmgillard360368
05-17-2010, 10:58 AM
Hi Anna

I'm a bit confused as to why the 'upgrade' for the Pro Maps for Google 1.0.6 is not to be found in the Upgrades section. In the Upgrades section I only see 'marketing' for other products rather than upgrades to products I have purchased.

The upgrade to Pro Maps for Google 1.0.6 was found in a menu called Extensions instead.

Regards
Paul

Jason Byrnes
05-17-2010, 11:44 AM
1.0.6 is not an Upgrade, it is an Update.

An upgrade a major release version, for example going from Pro Maps v1 to Pro Maps v2.

version 1.0.6 is a minor release update. It is Pro Maps version 1 with some bugs fixed.

paulmgillard360368
05-17-2010, 12:01 PM
1.0.6 is not an Upgrade, it is an Update.

An upgrade a major release version, for example going from Pro Maps v1 to Pro Maps v2.

version 1.0.6 is a minor release update. It is Pro Maps version 1 with some bugs fixed.

OK, so just put the updates under a menu called Updates! That way it's quicker and easier to find.

Jason Byrnes
05-17-2010, 12:18 PM
updates are available fro download from the Download Center.

bob278685
05-19-2010, 05:53 AM
in the twoColHybRt.css file, you have the following:


.twoColHybRt #mainContent img {
background-color: #FCFAE1;
text-decoration: none;
}


the background-color is causing the issue change that to:
.twoColHybRt #mainContent img {
//background-color: #FCFAE1;
text-decoration: none;
}

That's terrific support! THANK YOU! Never occurred to me that there was a relationship between the two.

Jason Byrnes
05-19-2010, 09:15 AM
Glad to hear it is working.