geojson2svg
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v2.0.1](https://github.com/gagan-bansal/geojson2svg/compare/v2.0.0...v2.0.1) | ||
> 9 August 2023 | ||
- Fix types [`5e129d9`](https://github.com/gagan-bansal/geojson2svg/commit/5e129d9e25555576fdb5a18d60670501c106422f) | ||
### [v2.0.0](https://github.com/gagan-bansal/geojson2svg/compare/v1.3.6...v2.0.0) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "geojson2svg", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -88,3 +88,3 @@ /*** | ||
export default class GeoJSON2SVG { | ||
export class GeoJSON2SVG { | ||
public constructor(options?: Options) | ||
@@ -91,0 +91,0 @@ public convert(geojson: GeoJSON, options?: Options): string[] |
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
503198