Page 1 of 1

Imagevue X2 support?

Posted: 27 Oct 2018, 14:40
by gabaszo
Is it this version Imagevue X2 still  supported?
Have a question about Google Maps - and API. From few days is shown "For development purpose only" on the map.

Re: Imagevue X2 support?

Posted: 27 Oct 2018, 23:50
by mjau-mjau
We still support X2, but it's already been several years since X2 became outdated due to events we do not control, and will no longer be updated. I speak mainly of the deprecation of the Flash plugin, which has been disabled by most browsers. Read more:
viewtopic.php?f=59&t=9368
Have a question about Google Maps - and API. From few days is shown "For development purpose only" on the map.
Google Maps went "premium" not too long ago. For new X3, we use a paid account.
https://stackoverflow.com/questions/509 ... poses-only

Re: Imagevue X2 support?

Posted: 28 Oct 2018, 01:38
by gabaszo
Karl,
Is it possible to add this API (if have one) in to X2? 

Re: Imagevue X2 support?

Posted: 28 Oct 2018, 05:56
by mjau-mjau
Sorry, no. You really should consider moving on from X2. Flash plugin is dead, and Im guessing only 20% (or less) of your visitors can even view your website, and in 2019 even less. It's being entirely phased out unfortunately.
https://virteom.com/the-fate-of-adobe-flash-in-2018
https://redmondmag.com/articles/2017/07 ... pport.aspx

Re: Imagevue X2 support?

Posted: 28 Oct 2018, 06:18
by gabaszo
But, I'm using it only for myself as personal/family photography album with all remembers from our trips... And this addons on the Google Map was very helpful .So- definitely is not possible to add personal API somehow?

Re: Imagevue X2 support?

Posted: 28 Oct 2018, 22:40
by mjau-mjau
Try to open /iv-includes/templates/default/index.map.phtml, and locate line 85:
Code
google.load("maps", "3", {"callback" : initialize, other_params: "sensor=false"});
You should be able to change it to:
Code
google.load("maps", "3", {"callback" : initialize, other_params: "key=YOUR_API_KEY"});

Re: Imagevue X2 support?

Posted: 29 Oct 2018, 11:27
by gabaszo
Karl-- 
Fantastic--- its working.
Thank you so much.