Updated URL for package markerClusterGoogle (#2732)
This commit is contained in:
parent
294b0e9e68
commit
69ca93e458
@ -94,7 +94,7 @@ export default class TbGoogleMap {
|
|||||||
window[this.initMapFunctionName] = function() { // eslint-disable-line no-undef, angular/window-service
|
window[this.initMapFunctionName] = function() { // eslint-disable-line no-undef, angular/window-service
|
||||||
lazyLoad.load([ // eslint-disable-line no-undef
|
lazyLoad.load([ // eslint-disable-line no-undef
|
||||||
{ type: 'js', path: 'https://unpkg.com/@google/markerwithlabel@1.2.3/src/markerwithlabel.js' },
|
{ type: 'js', path: 'https://unpkg.com/@google/markerwithlabel@1.2.3/src/markerwithlabel.js' },
|
||||||
{ type: 'js', path: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js' }
|
{ type: 'js', path: 'https://unpkg.com/@google/markerclustererplus@4.0.1/dist/markerclustererplus.min.js' }
|
||||||
]).then(
|
]).then(
|
||||||
function success() {
|
function success() {
|
||||||
gmGlobals.gmApiKeys[tbMap.apiKey].loaded = true;
|
gmGlobals.gmApiKeys[tbMap.apiKey].loaded = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user