|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,355
|
|
Beta 20 has the Google Maps place link but it is not turned on by default. You will need to generate a custom skin and edit Config.xml to turn on this feature. Please read the notes in Config.xml, especially if you intend to publish to a web site other than familytrees.genopro.com. If there are not too many problems with this beta trial of the Google Maps perhaps it will be turned on by default.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 11/13/2008 6:10:56 AM
GenoPro Version: 2.0.1.4
Posts: 438,
Visits: 3,412
|
|
| I tried making a report with the Google map switched on and saw the result for Kew, Melbourne, Australia which is very good, but no other place in the UK or elsewhere could show up, not even places like Liverpool, Glasgow or Hobart, Tasmania. I had tried first with the co-ordinates I had entered as found on the sites recommended, but the places didn't show up so I removed them in my test tree with no effect; only Melbourne shows up. Is this normal or am I missing something ?
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Yesterday @ 2:21:42 PM
GenoPro Version: 2.0.1.6
Posts: 403,
Visits: 3,108
|
|
IainTait (11/28/2006)
I tried making a report with the Google map switched on and saw the result for Kew, Melbourne, Australia which is very good, but no other place in the UK or elsewhere could show up, not even places like Liverpool, Glasgow or Hobart, Tasmania. I had tried first with the co-ordinates I had entered as found on the sites recommended, but the places didn't show up so I removed them in my test tree with no effect; only Melbourne shows up. Is this normal or am I missing something ? The Google Maps API first uses the co-ordinates installed in Genopro for each Place, in the metric form e.g. -33.123456 and 140.123456 . If no co-ordinates are supplied then the system will try to search using a very limited geomapping function, which works ok in most of the World, except UK. Uk addresses are not currently included. If the co-ordinates are entered via Genopro then the map will locate and display those co-ordinates. Please note that Hobart, Tasmania is not correct for geomapping. It should be entered as Hobart,Australia or Hobart, Tasmania, Australia. The country is neceesary, not necessarily the State, except to overcome amiguities.
Poolzone a mere cog in a revolution
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 11/13/2008 6:10:56 AM
GenoPro Version: 2.0.1.4
Posts: 438,
Visits: 3,412
|
|
Thanks for the tips, I had entered the coordinates in the form N and W and not the form you mentioned. I will try again. Update:- I gave it a try with the correct type of coordinates and the result was very interesting ! :P
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 11/19/2008 8:14:29 AM
GenoPro Version: 2.0.1.4
Posts: 11,
Visits: 251
|
|
| Good job Ron !! Its a great funcionality. I change the default value in the config.xml ==> GoogleMaps="Y" and its work very good. With decimal coordinates there is no problem. With USA address neither. I found a trouble with degrees because it doesn't recognize this lat: 25º 35' N ; lon 35º 15' W (may be the especial character º, blankspaces or anything else) Congratulations !!
|
|
|
|
|
Forum Expert
      
Group: Customers
Last Login: Today @ 5:23:18 AM
GenoPro Version: 2.0.1.4
Posts: 75,
Visits: 266
|
|
| Ron, congratulations on a terrific feature. Well done! I have a friend who was so impressed that he is now thinking of buying GenoPro. He had one question, is there any way of surpressing the text box from automatically popping up? I would think this was a purely GoogleMaps feature.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,355
|
|
He had one question, is there any way of surpressing the text box from automatically popping up? I would think this was a purely GoogleMaps feature. You can prevent the information bubble from appearing by removing the lines marker.openInfoWindowHtml(strPlace);
| and
marker.openInfoWindowHtml(place.address + '<br>' + '<b>Country code:</b> ' + place.AddressDetails.Country.CountryNameCode + '<br>' + '<g>Grid Reference:</b> ' + place.Point.coordinates[1] + '/' + place.Point.coordinates[0]);
|
towards the end of script.js in a custom skin.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Forum Expert
      
Group: Customers
Last Login: Today @ 5:23:18 AM
GenoPro Version: 2.0.1.4
Posts: 75,
Visits: 266
|
|
| Ron, thank you. That worked fine.
|
|
|
|