Skip to content

Commit ba0af6a

Browse files
author
danhnguyen
committed
update docs
1 parent 6b1ed06 commit ba0af6a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/guide/layers-and-sources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ Sources are stored in Mapbox GL JS `Map` object by `sourceId`. If you sure that
3535

3636
By default when Layer components destroying, it removes source from map. If you want to keep source on Map (for example, for future using or if other layers use this source), set `clearSource` prop to `false`.
3737

38-
## Reactivity
39-
40-
Layer components watch for changes in object in their `layer` prop and translate changes to map accordingly. For example, if you change content of `filter` prop in GeojsonLayer, changes will be automatically applied to layer on the map. Not all layer settings can be set dynamically, currently reactive properties are `minzoom`, `maxzoom`, `paint`, `layout` and `filter`.
41-
4238
## Layer events
4339

4440
Layers emits events when loading data or on user interaction like `click`. See full list of events in [API section](/api/Layers/index.md#events)

docs/guide/markers-and-popups.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { MapBox, Marker } from 'vue3-mapbox';
2222
### Props
2323

2424
- `lngLat {Array}` The GeoJSON coordinates for marker placement on the map
25-
Full list of props you cab see on [API page](/api/marker.md#props)
25+
26+
Full list of props you cab see on [API page](/api/marker.md#props)
2627

2728
## Popup
2829

0 commit comments

Comments
 (0)