cadetill / gmlib_v1

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

Clear cache #15

Closed dobraMorda closed 5 years ago

dobraMorda commented 5 years ago

Hello!

How to clear cache in TWebBrowser in GMMap? I need to refresh file in TGMGroundOverlay but webbrowser keep cache and i can't refresh file.

Best Regards! Patryk Kaminski

cadetill commented 5 years ago

Google Maps API works only using JavaScript. However, make sure that Offline property is set to False

dobraMorda commented 5 years ago

I had Offline in False mode. I force this problem with changing file name, but i have another problem. To refresh file I need to clear TGMGroundOverlay collection and Add item (file) again with new name and new bbox. Is possible to change Item Url and bbox? When i change URL and bbox of item, overlays is to disappear.

dobraMorda commented 5 years ago

I'm changing the filename and change it on URL.

Closed;