playbook_ui_docs 14.0.0.pre.alpha.play1447alphatest3462 → 14.0.0.pre.alpha.testthemeexport3533
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: a2054f4583f065b2c96ddb074fc7452b81ecbc25b736acd739e437ffca679fad
|
4
|
+
data.tar.gz: 3d8ec83f32878e4b9ccba8601c5d134143583e2b0521f6847fd1802f3682f960
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f646cfafec6fd527251b02f43d6f8805fa3b3fb0045daf0117aac5efe0471f49f5f000dd736458cf0205628b0bc5121e583142531f74e238cdb63bea9c5c0a94
|
7
|
+
data.tar.gz: c7d718826dbace4586a4be1cd48b256aba4d85cf35e999415152d4de63a121392c5abe92a94f780423e260d304146745b91b6c4ca7d7d263a191a685201f0e52
|
@@ -1,4 +1,4 @@
|
|
1
|
-
This kit
|
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/).
|
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
|