We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8fe5c commit 59a291cCopy full SHA for 59a291c
CHANGELOG.md
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
## [8.5.1] TBD
7
8
- Update release documentation #194
9
-- Include OpenAPI specification #196
+- Include OpenAPI specification #196 #197
10
+- Add a new `getEmsVersion` method #204
11
12
## [8.5.0] - 2023-08-23
13
src/ems_client.ts
@@ -347,6 +347,10 @@ export class EMSClient {
347
return this._cache.get(layerId);
348
}
349
350
+ getEmsVersion(): string {
351
+ return this._emsVersion;
352
+ }
353
+
354
getTileApiUrl(): string {
355
return this._tileApiUrl;
356
0 commit comments