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

docs(terra-draw): fix spelling and indefinite article in 8.EXAMPLES.md #447

Merged
merged 1 commit into from
Jan 26, 2025
Merged
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
8 changes: 4 additions & 4 deletions guides/8.EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This section provides a list of examples of projects using Terra Draw:

* [terradraw.io](https://github.com/JamesLMilner/terra-draw-website) - the official Terra Draw website. Uses Terra Draw extensively for all drawing modes.
* [S2 Demo](https://github.com/bdon/s2js-demos) - s2js is a Javascript port of the s2 spherical geometry library. This demo demonstrates drawing using the rectangle and polygon modes and returning the underlying s2 segements.
* [Orama Demo](https://github.com/askorama/examples/tree/main/examples/geosearch-airports) - uses Orama's geosearch capabiliti, where the user can draw a polygon and return the underlying airports in real time.
* [maplibre-gl-terradraw](https://github.com/watergis/maplibre-gl-terradraw) - a easy to use plugin for using Terra Draw with MapLibre.
* [S2 Demo](https://github.com/bdon/s2js-demos) - s2js is a Javascript port of the s2 spherical geometry library. This demo demonstrates drawing using the rectangle and polygon modes and returning the underlying s2 segments.
* [Orama Demo](https://github.com/askorama/examples/tree/main/examples/geosearch-airports) - uses Orama's geosearch capability, where the user can draw a polygon and return the underlying airports in real time.
* [maplibre-gl-terradraw](https://github.com/watergis/maplibre-gl-terradraw) - an easy to use plugin for using Terra Draw with MapLibre.

If you have your own up to date open source examples, please feel free to raise a PR and add them to the list!

Expand All @@ -20,4 +20,4 @@ If you have your own up to date open source examples, please feel free to raise
5. [x] [Styling](./5.STYLING.md)
6. [x] [Events](./6.EVENTS.md)
7. [x] [Development](./7.DEVELOPMENT.md)
8. [x] Examples
8. [x] Examples
Loading