NodeJS put/get JTS Geometry objects
Demonstrates ability to put JTS Geometry objects into an Ignite Cache, and retrieve back in their deserialized form
Next Steps: Ignite Spatial Query, decide on geometry schema model
Before running GeometryCache.js: Please start Ignite by running ./ignite.sh in your environment's apache-ignite/bin folder
How to run this file: Install package.json dependencies by running "npm install". Then run the command "node GeometryCache.js"
Edited by Levi Remington