-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(terra-draw-maplibre-gl-adapter): ensure the README has correct li…
…nks on npm (#419)
- Loading branch information
1 parent
fcb749b
commit ccaa506
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
# TerraDrawMapLibreGLAdapter | ||
|
||
This package is for the Terra Draw MapLibreGL JS Adapter. You can find out more about what adapters are and how to use them in [the adapters guide](./../../guides/3.ADAPTERS.md). For a broader introduction to Terra Draw, check out the main [README](../../README.md) and the [getting started guide](../../guides/1.GETTING_STARTED.md). | ||
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](../../LICENSE) | ||
[MIT](https://github.com/JamesLMilner/terra-draw/blob/main/LICENSE) |