|
|
|
Junior Member
      
Group: Customers
Last Login: 3/7/2008 4:27:58 PM
GenoPro Version: 2.0.1.6
Posts: 15,
Visits: 174
|
|
Since upgrading to GenoPro 2007 I have found that my Google Maps no longer work. I had entered all my own Latitudes and Longitudes, as the Google map didn't show the right places automatically and this worked fine with GenoPro Beta 20e I tried again to upload with version 2007 and got this warning WARNING: Directory contains dangerous characters which may cause errors on the web! Please use the Web Publishing dialog to remove those dangerous characters. I uploaded again with GenoPro Beta 20e and it works fine Any suggestions? Helen UPDATE: The warning message was entirely my fault! Not related to version 2007 at all. Silly me..... But, Google maps are still not working with version 2007. I'm still open to suggestions
“Family is the first social unit for developing the qualities of the heart. A true family grows and moves through life together, inseparable in the heart. Whether a biological family or an extended family of people attracted to each other based on heart resonance and mutual support, the word "family" implies warmth, a place where the core feelings of the heart are nurtured. Family values represent the core values and guidelines that parents and family members hold in high regard for the well-being of the family. Sincere family feelings are core heart feelings. They are the basis for true family values. While we have differences, we remain "family" by virtue of our heart connection. Family provides necessary security and support, and acts as a buffer against external problems. A family made up of secure people generates a magnetic power that can get things done. They are the hope for real security in a stressful world”.
|
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 7:55:16 AM
GenoPro Version: 2.0.1.6
Posts: 720,
Visits: 6,070
|
|
FamilyTree (1/12/2007)
Since upgrading to GenoPro 2007 I have found that my Google Maps no longer work.
But, Google maps are still not working with version 2007.
I'm still open to suggestions I am using also GenoPro 2007 (latest Version) and have no complaints about Google Map. So I suggest you create a report with the original English Narrative Report first and then with your customized report. If there are problems with the later one, correct those errors.
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 3/7/2008 4:27:58 PM
GenoPro Version: 2.0.1.6
Posts: 15,
Visits: 174
|
|
maru-san (1/12/2007)
FamilyTree (1/12/2007)
Since upgrading to GenoPro 2007 I have found that my Google Maps no longer work.
But, Google maps are still not working with version 2007.
I'm still open to suggestionsI am using also GenoPro 2007 (latest Version) and have no complaints about Google Map. So I suggest you create a report with the original English Narrative Report first and then with your customized report. If there are problems with the later one, correct those errors. Thanks for your suggestion, and I have tried using English Narrative Report, but still the same problem. The log displays no errors when uploading but still the Google maps do not work.
“Family is the first social unit for developing the qualities of the heart. A true family grows and moves through life together, inseparable in the heart. Whether a biological family or an extended family of people attracted to each other based on heart resonance and mutual support, the word "family" implies warmth, a place where the core feelings of the heart are nurtured. Family values represent the core values and guidelines that parents and family members hold in high regard for the well-being of the family. Sincere family feelings are core heart feelings. They are the basis for true family values. While we have differences, we remain "family" by virtue of our heart connection. Family provides necessary security and support, and acts as a buffer against external problems. A family made up of secure people generates a magnetic power that can get things done. They are the hope for real security in a stressful world”.
|
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 7:55:16 AM
GenoPro Version: 2.0.1.6
Posts: 720,
Visits: 6,070
|
|
Here is another suggestion:
Try to input you geocodes in decimal format, like 33.333, 140.456. This location will be N and E, if you place a - in front of the numbers it will be S and W.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Yesterday @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151,
Visits: 5,401
|
|
Having looked at your tree, I think I see the problem, the longitude & latitude values have ' and " for minutes and seconds, e.g. 21°11'50" and are confusing the javascript, as I omitted to encode these values. I will produce a fix for this, as you should be able to input the values in virtually any format, including the format you are using.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Yesterday @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151,
Visits: 5,401
|
|
Apologies Helen for this bug. To fix it change a couple of lines in Lang.vbs in a custom skin from the latest version (2.0.0.1) of GenoPro as follows:line 1269 from Report.WriteFormattedLn "<a href='checkGoogleMap(""{}"", ""{}"", ""{}"", {},document.location,false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") to Report.WriteFormattedLn "<a href='checkGoogleMap(""{&j}"", ""{&j}"", ""{&j}"", {},document.location,false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") and line 1284 from Report.WriteFormattedLn "<a href='checkGoogleMap(""{}"", ""{}"", ""{}"", {},"""",false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") to Report.WriteFormattedLn "<a href='checkGoogleMap(""{&j}"", ""{&j}"", ""{&j}"", {},"""",false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink")
|
I will put this fix in the next release.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 3/7/2008 4:27:58 PM
GenoPro Version: 2.0.1.6
Posts: 15,
Visits: 174
|
|
Ron (1/13/2007)
Apologies Helen for this bug. To fix it change a couple of lines in Lang.vbs in a custom skin from the latest version (2.0.0.1) of GenoPro as follows: line 1269 from Report.WriteFormattedLn "<a href='checkGoogleMap(""{}"", ""{}"", ""{}"", {},document.location,false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") to Report.WriteFormattedLn "<a href='checkGoogleMap(""{&j}"", ""{&j}"", ""{&j}"", {},document.location,false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") and line 1284 from Report.WriteFormattedLn "<a href='checkGoogleMap(""{}"", ""{}"", ""{}"", {},"""",false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink") to Report.WriteFormattedLn "<a href='checkGoogleMap(""{&j}"", ""{&j}"", ""{&j}"", {},"""",false);'>{&t}</a>",p.Latitude, p.Longitude, strPlace, strZoom, Dic("gMapLink")
|
I will put this fix in the next release. Thanks Ron, I did as you suggested and it is now working fine. Many thanks again Helen
“Family is the first social unit for developing the qualities of the heart. A true family grows and moves through life together, inseparable in the heart. Whether a biological family or an extended family of people attracted to each other based on heart resonance and mutual support, the word "family" implies warmth, a place where the core feelings of the heart are nurtured. Family values represent the core values and guidelines that parents and family members hold in high regard for the well-being of the family. Sincere family feelings are core heart feelings. They are the basis for true family values. While we have differences, we remain "family" by virtue of our heart connection. Family provides necessary security and support, and acts as a buffer against external problems. A family made up of secure people generates a magnetic power that can get things done. They are the hope for real security in a stressful world”.
|
|
|
|
|