From 70c4beac3587cb2561fa5b1acfe647be8539cf5f Mon Sep 17 00:00:00 2001 From: Daniel Savin <46924202+DanielSavin2001@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:27:40 +0200 Subject: [PATCH] =?UTF-8?q?Chare:=20In=20=C2=B4ngx-leaflet=C2=B4=20updated?= =?UTF-8?q?=20README.md=20related=20to=20the=20=C2=B4addVectorLayer=C2=B4?= =?UTF-8?q?=20method.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ngx-leaflet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ngx-leaflet/README.md b/packages/ngx-leaflet/README.md index aa874c1e..344d05da 100644 --- a/packages/ngx-leaflet/README.md +++ b/packages/ngx-leaflet/README.md @@ -84,7 +84,7 @@ public ngOnInit(): void { - `map`: The native leaflet map instance - `addTileLayer(layer: LeafletLayer)`: adds a tile layer to the map. (see leaflet docs) - `addFeatureLayer(config: any)`: adds a feature layer to the map. (see esri leaflet docs) -- `addVectorLayer(config: LeafletLayer)`: adds a feature layer to the map. (see [Leaflet.VectorGrid](https://github.com/Leaflet/Leaflet.VectorGrid) docs) +- `addVectorLayer(config: LeafletLayer)`: adds a vector layer to the map. (see [esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector) docs) - `addGeoJSON(geoJson: any, config: any)`: add geoJSON to the map. (see leaflet docs) - `fitFeatureLayers(featureLayers)`: Fit the map bounds to the given feature layers. - `removeLayer(layer)`: removes a layer