Page 1 of 1

Gmap3 and SSL

PostPosted: 28 May 2015 19:33
by assapan
Hi,
Maybe a stupid question but i have a IIS server wich accept both htpp and Https .
When my application run i can swap between both connections , when http Gmap3 is correctly displayed put not in Https !

I found the address to be https://maps-api-ssl.google.com/maps/ap ... nsor=false but no way it still works with http not https

Any clue

Re: Gmap3 and SSL

PostPosted: 05 Jun 2015 21:31
by assapan
Nobody can help ?

Re: Gmap3 and SSL

PostPosted: 09 Jun 2015 12:00
by Alexander Bulei
Hi Assapan,

Use the GoogleMapsAPIUrl property to change the url...
We can't provide you the correct url to https version, so just find it on google or google docx...

Best Regards.

Re: Gmap3 and SSL

PostPosted: 10 Jun 2015 10:52
by assapan
Hi alexander,
thank you , i was supposing this to be a common question

Re: Gmap3 and SSL

PostPosted: 10 Jun 2015 11:42
by assapan
Hi alexander,
I have investigated on my server and found that whatever the value i put in the GoogleMapsAPIUrl property the script generated by GetRenderScript is always related to http://maps.google.com/maps/api/js?sensor=false&language=en

:o :shock: :mrgreen:

so i modified source code to force to https://maps-api-ssl.google.com/maps/ap ... anguage=en ... anguage=en and alleluia it is working

:o :shock: :mrgreen:

Re: Gmap3 and SSL

PostPosted: 10 Jun 2015 11:45
by assapan
Houps :oops: :oops: :oops: :oops: :oops:
I found the problem , a hidden translation of the map language .....

Sorry

Re: Gmap3 and SSL

PostPosted: 10 Jun 2015 13:36
by assapan
so i confirm Gogglemap require change of the GoogleMapsAPIUrl property to
Code: Select all
GoogleMapsAPIUrl := 'https://maps-api-ssl.google.com/maps/api/js?sensor=false&language=en
in order to be used in a https application.

Thanks

Re: Gmap3 and SSL

PostPosted: 11 Jun 2015 15:44
by Alexander Bulei
Hi assapan,

Thanks for confirmation :D

Best Regards.

Re: Gmap3 and SSL

PostPosted: 23 Jan 2018 01:20
by Omega8
In the mean time the URL's have changed. The current working one is:

https://maps.googleapis.com/maps/api/js?language=en

Regards
Omega8