spatial icon indicating copy to clipboard operation
spatial copied to clipboard

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial ope...

Results 103 spatial issues
Sort by recently updated
recently updated
newest added

Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's...

dependencies
javascript

Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's...

dependencies
javascript

I'm having trouble removing a node from a WKTLayer when the same node is added to two different layers. ``` CALL spatial.addWKTLayer('Layer1', "area"); CALL spatial.addWKTLayer('Layer2', "area"); CREATE (site:Site {site_id: 'test',...