diff --git a/guides/8.EXAMPLES.md b/guides/8.EXAMPLES.md index 74fb4a5..e1c6efa 100644 --- a/guides/8.EXAMPLES.md +++ b/guides/8.EXAMPLES.md @@ -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! @@ -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 \ No newline at end of file +8. [x] Examples