playbook_ui_docs 14.0.0.pre.alpha.dependabotnpmandyarnreactjoyride2823478 → 14.0.0.pre.alpha.play1447alphatest3462
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_default.md +2 -2
- data/dist/playbook-doc.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19e2c15a7a10d331a679e76efaf154caded47f3e08a6d0b203f03e8983db50a4
|
4
|
+
data.tar.gz: c19a8e9e322f5e2461750b89ba91c13a694038dda86ad442ae2572be83b215f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b4c0fc542cb2d3ec6a7b06d0f0168754576c67fdc46206773624b5cd4354b664f64a341056a701e6c1ae66d70db2f6ddcb74410b99147bdae47466840892a84
|
7
|
+
data.tar.gz: 455ab24f827a028cf0f8f3f2480faa254bfd49a5fbeb4b64c72363a62dc93bc77ebc1655b0b8706c441afd9ec342b97417d041dfd188a0b58fb5f5fabfa83d05
|
@@ -1,4 +1,4 @@
|
|
1
|
-
This kit provides a wrapping class to place around the MapLibre library. Complete docs for using the library can be found [here](https://maplibre.org/maplibre-gl-js-docs/api/).
|
1
|
+
This kit kit provides a wrapping class to place around the MapLibre library. Complete docs for using the library can be found [here](https://maplibre.org/maplibre-gl-js-docs/api/).
|
2
2
|
|
3
3
|
Basic setup to start using MapLibre:
|
4
4
|
- Install the npm package using `yarn add maplibre-gl`
|
@@ -10,4 +10,4 @@ __Notes__ :
|
|
10
10
|
- To enable custom buttons, set `zoomBtns` and `flyTo` to true and pass in `zoomInClick`, `zoomOutClick` and `flyToClick` as shown in this doc example.
|
11
11
|
- Use `mapTheme.marker` to set the Marker color.
|
12
12
|
- To use Maplibre, you must also set a height and width to the containing div (.pb_map) and set position to 'relative'.
|
13
|
-
- `scrollZoom` has been disabled in these doc examples for page usability
|
13
|
+
- `scrollZoom` has been disabled in these doc examples for page usability
|