Skip to content

Commit 50c7760

Browse files
authored
Merge branch 'master' into tooltip-options-reactive
2 parents 03af0bc + e333b7f commit 50c7760

File tree

5 files changed

+990
-1526
lines changed

5 files changed

+990
-1526
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vue2Leaflet is a JavaScript library for the [Vue](https://vuejs.org/) framework
2323
npm install vue2-leaflet leaflet --save
2424
```
2525

26-
For more detailed information you can follow the [Quick Start Guide](https://vue2-leaflet.netlify.com/quickstart/)
26+
For more detailed information you can follow the [Quick Start Guide](https://vue2-leaflet.netlify.app/quickstart/)
2727

2828
## Breaking change from 1.x.x to 2.x.x
2929

@@ -57,15 +57,15 @@ This will reduce the size of the bundle significantly
5757

5858
## Documentation
5959

60-
[Go here](https://vue2-leaflet.netlify.com/) to check out live examples and docs.
60+
[Go here](https://vue2-leaflet.netlify.app/) to check out live examples and docs.
6161

6262
## Support & Community
6363

6464
Do you have questions? Ideas? do you want to collaborate but you feel lost? Join us on discord [Invite Link](https://discord.gg/uVZAfUf)
6565

6666
## Leaflet Plugins
6767

68-
Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue2-leaflet.netlify.com/plugins/)
68+
Vue2Leaflet has a wide array of plugins written by the community! [Check Here](https://vue2-leaflet.netlify.app/plugins/)
6969

7070
## Contribute
7171

docs/components/LImageOverlay.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,24 @@ export default {
5050

5151
## Props
5252

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 | - | {} |
7271
## Events
7372

7473
| Event name | Type | Description |

0 commit comments

Comments
 (0)