From a60b8a3036ecaf7a9dc46ddb08a93280ddd1f486 Mon Sep 17 00:00:00 2001 From: rrr63 Date: Fri, 22 Aug 2025 18:46:07 +0200 Subject: [PATCH] [Map] Leaflet bridge doc --- src/Map/src/Bridge/Leaflet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Map/src/Bridge/Leaflet/README.md b/src/Map/src/Bridge/Leaflet/README.md index f46cd4f2e61..aea17531303 100644 --- a/src/Map/src/Bridge/Leaflet/README.md +++ b/src/Map/src/Bridge/Leaflet/README.md @@ -119,7 +119,7 @@ export default class extends Controller ### Disable the default tile layer If you need to use a custom tiles layer rendering engine that is not compatible with the `L.tileLayer().addTo(map)` method -(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`: +(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`: ```php use Symfony\UX\Map\Bridge\Leaflet\LeafletOptions;