Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fixes into main #74

Merged
merged 3 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 88 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"stylelint-prettier": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
},
Expand Down
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
Loading