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
In line mapLayerUtils.getLayerBaseUrl the check urlOrUrlMap instanceof String returns false for string literals and should be replaced by e.g. typeof urlOrUrlMap === 'string'.
There might be further occurences where such a check might fail.
The text was updated successfully, but these errors were encountered:
In line mapLayerUtils.getLayerBaseUrl the check
urlOrUrlMap instanceof String
returns false for string literals and should be replaced by e.g.typeof urlOrUrlMap === 'string'
.There might be further occurences where such a check might fail.
The text was updated successfully, but these errors were encountered: