@maptiler/sdk 3.10.1 → 3.10.2-rc.2
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/README.md +1 -1
- package/dist/maptiler-sdk.mjs +638 -628
- package/dist/maptiler-sdk.mjs.map +1 -1
- package/dist/src/Map.d.ts +5 -0
- package/e2e/public/rtlTextPlugin.html +24 -0
- package/e2e/snapshots/tests/rtlTextPlugin.test.ts-snapshots/rtlTextPlugin-active-chromium-linux.png +0 -0
- package/e2e/snapshots/tests/rtlTextPlugin.test.ts-snapshots/rtlTextPlugin-disabled-chromium-linux.png +0 -0
- package/e2e/tests/helpers/loadFixtureAndGetMapHandle.ts +44 -42
- package/e2e/tests/rtlTextPlugin.test.ts +31 -0
- package/package.json +1 -1
- package/test-results/tests-map-load-Awaits-until-map-ready-and-takes-snapshot-chromium/trace.zip +0 -0
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ In addition, the MapTiler SDK JS provides well-documented and easy-to-use wrappe
|
|
|
10
10
|
|
|
11
11
|
> 📣 _**Note:**_ If you need <ins>only the API Client library</ins> to use in a headless fashion and without any map display, check out [MapTiler Client JS](https://github.com/maptiler/maptiler-client-js) library for browser and NodeJS.
|
|
12
12
|
|
|
13
|
-
](https://www.npmjs.com/package/@maptiler/sdk) 
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|