mirror of
https://github.com/symfony/ux-leaflet-map.git
synced 2026-03-24 00:52:09 +01:00
[Map] Leaflet bridge doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user