Skip to content

Commit

Permalink
fix: two typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Dec 5, 2024
1 parent 1121088 commit 5b6532f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/pages/React/GeoJSONLayer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In the above example, each record has the Geometry type `Point`. Assuming valid

The default marker type and styling options returned from `L.geoJSON` can be customized through the secondary <a href="https://leafletjs.com/reference.html#geojson-option" target="_blank">GeoJSON options argument</a>.

Alternative GeoJSON types inlude `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, and `MultiPolygon`.
Alternative GeoJSON types include `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, and `MultiPolygon`.

## How to implement

Expand Down
2 changes: 1 addition & 1 deletion src/stories/pages/React/MarkerClusterSpiderfy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ There are two options for how to display the cluster:

## How to implement

To implement marker clustering with Leaflet, there are X files:
To implement marker clustering with Leaflet, there are 11 files:

1. The React component
- [MarkerClusterSpiderfy.tsx](#--markerclusterspiderfytsx) (*This is based on the [BaseMap component example](./?path=/docs/react-baselayer--docs) so includes a dependency on [`utils/getCrsRd`](./?path=/docs/react-baselayer--docs#--getcrsrdts).*)
Expand Down

0 comments on commit 5b6532f

Please sign in to comment.