Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.18 KB

8.EXAMPLES.md

File metadata and controls

23 lines (17 loc) · 1.18 KB

Examples

This section provides a list of examples of projects using Terra Draw:

  • terradraw.io - the official Terra Draw website. Uses Terra Draw extensively for all drawing modes.
  • S2 Demo - 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 - uses Orama's geosearch capabiliti, where the user can draw a polygon and return the underlying airports in real time.
  • maplibre-gl-terradraw - a 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!


Guides

  1. Getting Started
  2. Store
  3. Adapters
  4. Modes
  5. Styling
  6. Events
  7. Development
  8. Examples