cadetill / gmlib_v1

Google Maps Library v1 (closed)
GNU Lesser General Public License v3.0
32 stars 24 forks source link

GMLib 1.5.5 Rio have stopped working #16

Open vpapanik opened 2 years ago

vpapanik commented 2 years ago

Hello,

All programs using GMLib 1.5.5 have stopped working (including MegaDemo). The error message is

image

image

Is there any way to fix this problem ?

vpapanik commented 2 years ago

I also tried to compile it with TChromium, but it cannot be compiled with its latest version.

chaupero commented 2 years ago

I Got the same error. 1.5.5 on Rio.

chaupero commented 2 years ago

Hi, Try this. It works for me. The problem was the api version (too old on gmlib component) (see https://developers.google.com/maps/documentation/javascript/versions )

In your map.html file ( line 15) on \Resources folder: replace this:

for this:

If you use TWebBrowser on Rio or previus, you get a google api warning that your webbrowser not support javascript. Add this line on