@@ -50,25 +50,24 @@ export default {
50
50
51
51
## Props
52
52
53
- | Prop name | Description | Type | Values | Default |
54
- | ------------------- | ---------------------------------------------------- | ------- | ------ | ------------- |
55
- | pane | | string | - | 'overlayPane' |
56
- | attribution | | string | - | null |
57
- | name | | string | - | undefined |
58
- | layerType | | string | - | undefined |
59
- | visible | | boolean | - | true |
60
- | interactive | | boolean | - | false |
61
- | bubblingMouseEvents | | boolean | - | true |
62
- | url | | string | - | |
63
- | bounds | | | - | |
64
- | opacity | | number | - | 1.0 |
65
- | alt | | string | - | '' |
66
- | crossOrigin | | boolean | - | false |
67
- | errorOverlayUrl | | string | - | '' |
68
- | zIndex | | number | - | 1 |
69
- | className | | string | - | '' |
70
- | options | Leaflet options to pass to the component constructor | object | - | {} |
71
-
53
+ | Prop name | Description | Type | Values | Default |
54
+ | ------------------- | ---------------------------------------------------- | ------- | ------ | ------------- |
55
+ | pane | | string | - | 'overlayPane' |
56
+ | attribution | | string | - | null |
57
+ | name | | string | - | undefined |
58
+ | layerType | | string | - | undefined |
59
+ | visible | | boolean | - | true |
60
+ | interactive | | boolean | - | false |
61
+ | bubblingMouseEvents | | boolean | - | true |
62
+ | url | | string | - | |
63
+ | bounds | | array\| object | - | null |
64
+ | opacity | | number | - | 1.0 |
65
+ | alt | | string | - | '' |
66
+ | crossOrigin | | boolean | - | false |
67
+ | errorOverlayUrl | | string | - | '' |
68
+ | zIndex | | number | - | 1 |
69
+ | className | | string | - | '' |
70
+ | options | Leaflet options to pass to the component constructor | object | - | {} |
72
71
## Events
73
72
74
73
| Event name | Type | Description |
0 commit comments