|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 12:59 PM
Posts: 3,442,
Visits: 26,649
|
Thanks genodarri 
I would just like to add that the Google Maps API key can be specified via the Narrative Report Configuration Parameters dialogue instead of via a custom tag. I'd also like to reinforce the necessity to secure you key by adding HTTP referrer restrictions in the Credentials section for your project on the Google Developers Console to ensure the the key can only be used from web sites thatyou control.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Forum Members
Last Login: Friday, August 21, 2020
Posts: 1,
Visits: 7
|
I followed genome's instructions and got everything working, I did the following:And that's it:  Note: Your account must have credit card information or else it wont work. (It will fail to load the map) Just wanted to validate and thank genome for the solution  . Also, I made a short article on how to deploy your report to Github Pages, you may want to check it out:
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 12:59 PM
Posts: 3,442,
Visits: 26,649
|
I don't think it is necessary to restrict which APIs are used but the only two needed are:
- Maps Javascript API
- Geocoding API (used to attempt tp put a Place on a map when no corodinates are set for it)
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers GenoPro version: 3.1.0.1
Last Login: 4 hours ago
Posts: 228,
Visits: 1,625
|
Hello Thanks for your comment. I changed as you recommended. What should I choose when Google asks:
"API restrictions API restrictions specify the enabled APIs that this key can call:
Don't Resctrict key (this key can call any API)
or
Resctrict key"
Now I have Don't Resctict selected?
BR, Jarmo
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 12:59 PM
Posts: 3,442,
Visits: 26,649
|
The advice given by Google's technial support does not restrict use of your key enough. As it stands anyone could use your key in their pages on familytrees.genopro.com, should they manage to obtain the key, this is why I advised a more restrictive approach, although your password protection provides extra security here.
I said: If you use GenoPro's familytrees site can restrict access so that your key can only be used for your own reports by setting http referrers restriction to
www.familytrees.genopro.com/ your-username/* e.g. familytrees.genopro.com/genome/*To allow use on reports generated locally on your PC you can add an http referrer restriction of __file_url__//path_to_your_reports_folder/* e.g. __file_url__//C:/Users/ron/Documents/GenoPro%20Reports/* |
and so in your case I suggest you use
familytrees.genopro.com/Jarmo/*
(I have just noticed the error in my earlier post, the www. prefix should be removed, as indicated by the strike-through text above. N.B. Post has now been corrected)
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Monday, May 6, 2019 by
genome
|
|
|
Customers GenoPro version: 3.1.0.1
Last Login: 4 hours ago
Posts: 228,
Visits: 1,625
|
Hello I got API KEY and added it as you described (I think?)in your post. Then I run "Narrative Report" to check it out but got a message: "OOP something went wrong. This page did not load Google Maps correctly. See techical information in JavaScript-konsole." (this text is translated from finnish!). Google's technical support gave me instructions to add in the "Application restrictions" section, on "HTTP referrers", two text strings: genopro.com *.genopro.com They said that these two will allow my API key to be used in all subdomains and paths in GenoPro's website. After doing as they instructed I really was able to Google Maps, so job done (at least so far  ). BR, Jarmo
Edited: Monday, May 6, 2019 by
Jarmo
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 12:59 PM
Posts: 3,442,
Visits: 26,649
|
I have provided a facility so that users can include their own Google Maps API key in the Narrative Report scripts.
I have updated the attachment to Updated Report Skins for GenoPro 2018 (2018.10.21) to included these changes. The Narrative Report skin now looks for a 'Document' Custom Tag named GoogleMapsAPI in the .gno from which the report is being generated and uses the contents of such tag for the Maps API key. You may optionally provide a 2nd key, GoogleMapsAPIlocal, for use on local reports only, further details given below. However use of GoogleMapsAPIlocal requires a revised Init.htm skin file, in addition to the 2018.10.21 update above, to replace the one in the Narrative Common\Code report skins folder (see attached). Use GenoPro Tools / Tag Editor to create this tag  and then add your API key under the GenoPro Document Properties dialog. (to display this dialogue, right-click on an empty area of a genomap and select 'Properties')  See https://developers.google.com/maps/documentation/javascript/get-api-key for more information pn Google Maps API keys Google offer a 'free trial' for 12 months where you received $300 worth per month of credit to use the Developer facilities including API keys. see https://console.cloud.google.com/freetrialYou need to provide credit card details but Google state that they will not take any money until you upgrade from the free trial to a 'billed account. You must also apply access restrictions to prevent others using you keys on there own sites. see https://developers.google.com/maps/api-key-best-practicesIf you use GenoPro's familytrees site can restrict access so that your key can only be used for your own reports by setting http referrers restriction to familytrees.genopro.com/ your-username/* e.g. familytrees.genopro.com/genome/*To allow use on reports generated locally on your PC you can add an http referrer restriction of __file_url__//path_to_your_reports_folder/* e.g. __file_url__//C:/Users/ron/Documents/GenoPro%20Reports/*
(see https://developers.google.com/maps/documentation/javascript/get-api-key#key-restrictions ) but for increased security do not use __file_URL__ restriction on your primary API key, only use on the optional 'local' key described above. This is because the key an be seen by any visitor to the site, and hence there is the possibility for someone to use your key, and therefore your quota, for their own local use. Therefore it is important to keep a key used locally off the internet. For this reason it is recommended you do publish your .gno, .xml or .ged with your tree, and so you need to set these options:  It is also advisable to set a quota to minimise any chance of unexpected charges from Google. The current limit to say within the $300 monthly 'allowance' is 28000 map accesses which equates to a daily quota of approx. 900 maps.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Sunday, November 29, 2020 by
genome
|
|
|
Customers FamilyTrees.GenoPro.com Important Contributors Translator GenoPro version: 3.1.0.1
Last Login: Yesterday @ 8:01 AM
Posts: 214,
Visits: 3,624
|
Thanks for the clear answer.
Regards.
Vittorino Lepore "Se non porti almeno una soluzione, anche tu fai parte del problema" or "If you don't bring at least a solution, even you're a part of the problem"
Edited: Thursday, September 6, 2018 by
vlepore
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 12:59 PM
Posts: 3,442,
Visits: 26,649
|
You did nothing wrong and forgot nothing. I knew this issue was coming at some point. My view is that it is just Google getting more greedy. Not content with making billions in profits and paying peanuts in corporation tax they want more.
They announced earlier this year that use of their APIs including Google Maps javascript API would require a registered API key and that the developer owning that key, i.e. me, would have to enable billing for use of that key. There is no way I am giving my credit card to Google to charge me for the use of their Google Maps software, particularly as I have no control over how much it is used, e.g. on familytrees by many GenoPro users. Google says most small scale usage will not be charged for as they are allowing £200 worth of free usage per month but I cannot afford to take that risk. I will try adding an API key to the script without enabling Google billing and see what happens. The alternative is to switch to using Open Street Maps (OSM) which I have looked into previously but will obviously take quite some time to implement.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers FamilyTrees.GenoPro.com Important Contributors Translator GenoPro version: 3.1.0.1
Last Login: Yesterday @ 8:01 AM
Posts: 214,
Visits: 3,624
|
Showing the Google Maps in Narrative Report, this error appears:"This page can't load Google Maps correctly."
The warning is:
|