Skip to content

Commit a60b8a3

Browse files
committed
[Map] Leaflet bridge doc
1 parent 1de4907 commit a60b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Bridge/Leaflet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class extends Controller
119119
### Disable the default tile layer
120120

121121
If you need to use a custom tiles layer rendering engine that is not compatible with the `L.tileLayer().addTo(map)` method
122-
(e.g. e.g.: [Esri/esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector)), you can disable the default tile layer by passing `tileLayer: false` to the `LeafletOptions`:
122+
(e.g. [Esri/esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector)), you can disable the default tile layer by passing `tileLayer: false` to the `LeafletOptions`:
123123

124124
```php
125125
use Symfony\UX\Map\Bridge\Leaflet\LeafletOptions;

0 commit comments

Comments
 (0)