cuba-platform / charts

Charts and Maps Addon
https://www.cuba-platform.com/
Apache License 2.0
5 stars 2 forks source link

GoogleMap deprecates loading API #98

Closed Flaurite closed 4 years ago

Flaurite commented 4 years ago

Environment

Changes

MapConfig provides new application property:

charts.map.jsapiLoadingEnabled

This property configure the way of loading map API. By default the value is false, but if you need to use deprecated way of loading API (via jsapi.js) set to true in the Application Properties screen and refresh the page.

For QA

Check in the refapp that map is working with jsapiLoadingEnabled = true and false.