Skip to content

Commit e427428

Browse files
Merge pull request #30 from maptiler/fix-types
Fix types
2 parents 6e526f0 + facc628 commit e427428

File tree

168 files changed

+11049
-3168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+11049
-3168
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ typings/
104104
.tern-port
105105
.DS_Store
106106

107-
.vscode
107+
.vscode
108+
109+
demos/tmp_*

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
# Changelog
2+
## [v1.0.9](https://github.com/maptiler/maptiler-sdk-js/releases/tag/v1.0.9)
3+
- FIX: The instance types for the following MapLibre classes are now fully exported:
4+
- `NavigationControl`
5+
- `GeolocateControl`
6+
- `AttributionControl`
7+
- `LogoControl`
8+
- `ScaleControl`
9+
- `FullscreenControl`
10+
- `TerrainControl`
11+
- `Popup`
12+
- `Marker`
13+
- `Style`
14+
- `LngLat`
15+
- `LngLatBounds`
16+
- `MercatorCoordinate`
17+
- `Evented`
18+
- `AJAXError`
19+
- `CanvasSource`
20+
- `GeoJSONSource`
21+
- `ImageSource`
22+
- `RasterDEMTileSource`
23+
- `RasterTileSource`
24+
- `VectorTileSource`
25+
- `VideoSource`
26+
- `MapMLGL`
27+
28+
- FIX: The following class have been extended to provide greater compatibility with SDK,s MapL
29+
- `Popup`
30+
- `Marker`
31+
- `Style`
32+
- `CanvasSource`
33+
- `GeoJSONSource`
34+
- `ImageSource`
35+
- `RasterDEMTileSource`
36+
- `RasterTileSource`
37+
- `VectorTileSource`
38+
- `VideoSource`
39+
- `NavigationControl`
40+
- `GeolocateControl`
41+
- `AttributionControl`
42+
- `LogoControl`
43+
- `ScaleControl`
44+
- `FullscreenControl`
45+
- `TerrainControl`
46+
247
## [v1.0.8](https://github.com/maptiler/maptiler-sdk-js/releases/tag/v1.0.8)
348
- FIX: Since v1.0.7, the `Map` primary language (when custom) was no longer persistant on style update.
449

demos/maptiler-sdk.umd.js

Lines changed: 137 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)