# TerraDrawMapLibreGLAdapter This package is for the [Terra Draw](https://www.github.com/JamesLMilner/terra-draw) MapLibreGL JS Adapter. The package is designed be used in conjunction with the [`maplibre-gl` package](https://www.npmjs.com/package/maplibre-gl). ## Getting Started For full getting started instructions for Terra Draw please read the [getting started guide in the GitHub repository](https://github.com/JamesLMilner/terra-draw/blob/main/guides/1.GETTING_STARTED.md). To get started with the MapboxGL adapter, please see the detailed [guide on adapters in the GitHub repository](https://github.com/JamesLMilner/terra-draw/blob/main/guides/3.ADAPTERS.md) to understand which are supported and how to get started with them. The guide has a specific section on the [TerraDrawMapLibreGLAdapter](https://github.com/JamesLMilner/terra-draw/blob/main/guides/3.ADAPTERS.md#maplibre). #### Installation Installing the core package and this adapter can be done like so: ```shell npm install terra-draw terra-draw-maplibre-gl-adapter ``` #### Quick Links * [TerraDrawMapLibreGLAdapter API Docs](https://jameslmilner.github.io/terra-draw/classes/terra_draw_maplibre_gl_adapter.TerraDrawMapLibreGLAdapter.html) * [GitHub Repository](https://www.github.com/JamesLMilner/terra-draw) * [Website](https://terradraw.io) ## License [MIT](https://github.com/JamesLMilner/terra-draw/blob/main/LICENSE)