terra-draw
Advanced tools
Comparing version 0.0.1-alpha.11 to 0.0.1-alpha.12
@@ -5,2 +5,19 @@ # Changelog | ||
### [0.0.1-alpha.12](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.11...v0.0.1-alpha.12) (2022-12-11) | ||
### Features | ||
* add openlayers adapter ([1454086](https://github.com/JamesLMilner/terra-draw/commit/1454086220e0b18eb504e23cca433c5db51075e3)) | ||
* add rectangle mode as a builtin mode ([ca9a12b](https://github.com/JamesLMilner/terra-draw/commit/ca9a12b449dc9ce35a268a92e8d3cdb06ba07aee)) | ||
* disable double click when a drawing mode is enabled ([ba02ac6](https://github.com/JamesLMilner/terra-draw/commit/ba02ac689052726f8a059b0548ad541bd842555f)) | ||
### Chore | ||
* add keywords to package.json ([1270f26](https://github.com/JamesLMilner/terra-draw/commit/1270f26f0d650c97fc8c264d730231c5aac9fe43)) | ||
* add openlayers to development example ([0d24796](https://github.com/JamesLMilner/terra-draw/commit/0d24796754819bc622a071eae9af4c40d7fd1d16)) | ||
* do not use git add . with husky pre-commit hook ([032d002](https://github.com/JamesLMilner/terra-draw/commit/032d002a9212e767715876f63e4ca5bc90857a3a)) | ||
* update list of supported libraries in README ([2825d6c](https://github.com/JamesLMilner/terra-draw/commit/2825d6cb095f6709cae15887cb56a7ed26b1ef3d)) | ||
### [0.0.1-alpha.11](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.10...v0.0.1-alpha.11) (2022-11-29) | ||
@@ -7,0 +24,0 @@ |
{ | ||
"name": "terra-draw", | ||
"version": "0.0.1-alpha.11", | ||
"version": "0.0.1-alpha.12", | ||
"description": "Frictionless map drawing across mapping provider", | ||
@@ -35,2 +35,16 @@ "scripts": { | ||
"repository": "JamesLMilner/terra-draw", | ||
"keywords": [ | ||
"map", | ||
"drawing", | ||
"draw", | ||
"map drawing", | ||
"geometry", | ||
"leaflet", | ||
"leafletjs", | ||
"mapbox", | ||
"mapboxgl", | ||
"google maps", | ||
"openlayers", | ||
"maplibre" | ||
], | ||
"devDependencies": { | ||
@@ -58,2 +72,3 @@ "@commitlint/cli": "^17.1.2", | ||
"microbundle": "^0.15.0", | ||
"ol": "^7.1.0", | ||
"serve": "^13.0.4", | ||
@@ -60,0 +75,0 @@ "standard-version": "^9.5.0", |
@@ -9,2 +9,12 @@ <img src="https://terradraw.io/imgs/logo.png" alt="Terra Draw Logo" width="400"/> | ||
### Support | ||
Terra Draw uses the concept of 'adapters' to allow it to work with a host of different mapping libraries. Currently supported are: | ||
* [Leaflet](https://leafletjs.com/) v1 | ||
* [OpenLayers](https://openlayers.org/) v7 | ||
* [Mapbox GL JS](https://www.mapbox.com/mapbox-gljs) v2 | ||
* [MapLibre](https://maplibre.org/projects/maplibre-gl-js/) v2 | ||
* [Google Maps JS API](https://developers.google.com/maps/documentation/javascript/overview) v3 | ||
### Install | ||
@@ -11,0 +21,0 @@ |
1614577
44
28