This topic is locked

Google Maps ASPRunner 6.3

11/2/2010 2:53:06 AM
ASPRunnerPro General questions
T
tgunther author

I have been trying to use the google maps feature in version 6.3. It works perfectly in version 6.2, but when I load my project into version 6.3 and try building my project in the new version it no longer works. I even tried re-building the project from scratch in version 6.3 and still no luck. I love some of the new features of 6.3 and would really like to use some of them, but I would like the google maps as well. Thanks in advance.

T
tgunther author 11/2/2010



I have been trying to use the google maps feature in version 6.3. It works perfectly in version 6.2, but when I load my project into version 6.3 and try building my project in the new version it no longer works. I even tried re-building the project from scratch in version 6.3 and still no luck. I love some of the new features of 6.3 and would really like to use some of them, but I would like the google maps as well. Thanks in advance.


I figured out the issue I was having. If I selected AJAX search, pagination sorting from the pages tab it would cause google maps to stop working. Once I deselected that it all started working again. However, there are two questions I do have in regards to google maps. In version 6.2 if no records were found it would not show google maps, which was fine. However, in version 6.3 google maps is always up and if no records are found it is just gray and causes safari and chrome to just stay on the loading symbol. Firefox is able to get past that, but the other 2 just hang on loading. Secondly, is there a way to get google maps to work in the popup window? I have google maps on my view page and it does not show up in the popup, but if I open of the view page in a new window it shows up properly. Thank you again in advance for any help.

J
Jane 11/2/2010

Thank you for pointing me to these bugs.

We'll investigate and fix it in the next update.

T
tgunther author 12/1/2010



Thank you for pointing me to these bugs.

We'll investigate and fix it in the next update.


Is there a way to set google maps to a default location if no records are found? For instance if no records are found it would simply show a map of the US.

J
Jane 12/3/2010

Hi,
you can open gmap.js source file under source/include/common/runnerJS directory, find and edit initCenterfunction.

cenLat = 0, cenLng = 0 - are initial values in this function.