This plugin contains a KML or KMZ parser allowing dataset creation from this format in DSS. Each row in the output dataset will contain a geospatial object (Coordinates, LineString ...) and any additional comments associated with it.
To build the plugin using Gradle, do:
./gradlew build
./gradlew dist
It will create a zip of the plugin in the dist folder. DSS uses this zip to install the plugin.
To test the plugin using Gradle, do:
./gradlew test
To upload the plugin as a zip to DSS, run:
make plugin