Skip to content

NodeJS put/get JTS Geometry objects

Levi Remington requested to merge LeviRemi-master-patch-74057 into master

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

Merge request reports