terra-draw
Advanced tools
Comparing version 0.0.1-alpha.25 to 0.0.1-alpha.26
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.1-alpha.26](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.25...v0.0.1-alpha.26) (2023-04-10) | ||
### Features | ||
* avoid mass creation and deletion of geometries in leaflet adapter render ([773208a](https://github.com/JamesLMilner/terra-draw/commit/773208a9350069849fab45e814a4ba8ad20187dd)) | ||
### [0.0.1-alpha.25](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2023-04-07) | ||
@@ -7,0 +14,0 @@ |
@@ -13,5 +13,5 @@ import { TerraDrawChanges, SetCursor, TerraDrawStylingFunction } from "../common"; | ||
private _map; | ||
private _layer; | ||
private _panes; | ||
private _container; | ||
private _layers; | ||
/** | ||
@@ -24,2 +24,3 @@ * Creates a pane and its associated style sheet | ||
private createPaneStyleSheet; | ||
private styleGeoJSONLayer; | ||
/** | ||
@@ -26,0 +27,0 @@ * Returns the longitude and latitude coordinates from a given PointerEvent on the map. |
{ | ||
"name": "terra-draw", | ||
"version": "0.0.1-alpha.25", | ||
"version": "0.0.1-alpha.26", | ||
"description": "Frictionless map drawing across mapping provider", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3465621
3571