@sean_kenny/coloured-bitmap-to-geojson-polygons-js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@sean_kenny/coloured-bitmap-to-geojson-polygons-js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A library for convering colour segmented bitmaps to a GeoJSON file of polygons.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,4 +18,4 @@ # coloured-bitmap-to-geojson-js | ||
``` | ||
const { outputGeoJSON, bmpFileMetadata } = exportColouredBitmapToGeoJSONPolygons({ | ||
inputFilePath: '/path/to/your/file/your_file.bmp' | ||
const { outputGeoJSON, bmpFileMetadata } = await exportColouredBitmapToGeoJSONPolygons({ | ||
inputFilePath: '/path/to/your/file/your_file.bmp', | ||
colourToPropertiesMap: { | ||
@@ -22,0 +22,0 @@ "#ff0000": { |
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
54757