azure-maps-control 2.1.14 → 2.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atlas-core-bare.js +5 -2
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core.js +5 -2
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.js +5 -2
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
package/dist/atlas-core-bare.js
CHANGED
|
@@ -342,7 +342,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
|
|
|
342
342
|
return Url;
|
|
343
343
|
}());
|
|
344
344
|
|
|
345
|
-
var version = "2.1.
|
|
345
|
+
var version = "2.1.15";
|
|
346
346
|
|
|
347
347
|
/**
|
|
348
348
|
* A helper class that provides methods for getting various forms of the map controls current version.
|
|
@@ -27021,7 +27021,10 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
|
|
|
27021
27021
|
requestParams.url = requestParams.url.replace(constants.domainPlaceHolder, this.serviceOptions.domain);
|
|
27022
27022
|
}
|
|
27023
27023
|
}
|
|
27024
|
-
(
|
|
27024
|
+
if (requestParams.url.toLocaleLowerCase().includes(this.serviceOptions.domain.toLocaleLowerCase()) ||
|
|
27025
|
+
requestParams.url.toLocaleLowerCase().includes(this.serviceOptions.staticAssetsDomain.toLocaleLowerCase())) {
|
|
27026
|
+
(_a = this.authentication) === null || _a === void 0 ? void 0 : _a.signRequest(requestParams);
|
|
27027
|
+
}
|
|
27025
27028
|
if (url.includes(constants.languagePlaceHolder)) {
|
|
27026
27029
|
requestParams.url = requestParams.url.replace(constants.languagePlaceHolder, this.styleOptions.language);
|
|
27027
27030
|
}
|