@deck.gl-community/leaflet 9.2.5 → 9.2.8
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 +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @deck.gl-community/leaflet
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@deck.gl-community/leaflet)
|
|
4
|
+
[](https://www.npmjs.com/package/@deck.gl-community/leaflet)
|
|
5
|
+
|
|
3
6
|
This module allows [Leaflet](https://leafletjs.com/) to be used as a [deck.gl](https://deck.gl) basemap.
|
|
4
7
|
|
|
5
8
|
More precisely, it provides a Leaflet custom layer that wraps a deck.gl renderer, enabling deck.gl to render layers synchronized with the Leaflet basemap.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@deck.gl-community/leaflet",
|
|
3
3
|
"description": "deck.gl integration with Leaflet",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "9.2.
|
|
5
|
+
"version": "9.2.8",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"leaflet": "^1.9.4"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "9cb179aa3d1707f32116034150ab7130ce88b18c"
|
|
52
52
|
}
|