You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Dear,
I am using your infobubble.js file to create customize Info window, but I am facing one issue.
maxWidth is not working.
var infoBubble = new InfoBubble({
maxWidth: 100,
content: infocontent,
padding:2,
borderRadius: 4,
arrowSize: 10,
borderWidth: 1,
borderColor: '#2c2c2c',
disableAutoPan: true,
hideCloseButton: false,
});
infoBubble.open(mymap, marker);
I have changed many times the maxWidth value but there is not changes. other parameters are working except maxwidth.
please give me update on this
The text was updated successfully, but these errors were encountered: