Google Maps widget

Hi, I’m trying Webix 4.0 standard and Google Maps widget.

When I deploy my test code and access the page via http.Then I got error.

Google Maps widget access to http://maps.google.com/maps/api/js
but Google official says access to https://maps.googleapis.com/maps/api/js now.

How can I customize access URL and protocol?

Thanks.

Hello,

Webix does not specify protocol for this url and loads it simply as “//maps.google.com/maps/api/js”. If you application uses https, then Google data will also be loaded as https.

Please, try this link and inspect the console: https://webix.com/snippet/1d7e503b