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