Skip to content

Commit

Permalink
Chare: In ´ngx-leaflet´ updated README.md related to the ´addVectorLa…
Browse files Browse the repository at this point in the history
…yer´ method.
  • Loading branch information
DanielSavin2001 authored Jul 1, 2024
1 parent 9d23074 commit 70c4bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-leaflet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70c4bea

Please sign in to comment.