Skip to content

Commit

Permalink
docs(terra-draw): fix spelling and indefinite article in 8.EXAMPLES.md
Browse files Browse the repository at this point in the history
- segments
- capability, ...
- an easy to use...
  • Loading branch information
SergeCroise authored Jan 25, 2025
1 parent 5b08dbd commit 6a6c9fb
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 6a6c9fb

Please sign in to comment.