Thomas Fritz

Results 24 comments of Thomas Fritz

I am using it via node / rest api. Take a look at this gist: https://gist.github.com/thomasfr/8103037 After adding the layer and the spatial index, you actually just need cypher,.. almost....

Regarding your questions: you should be able to use the node-neo4j "driver" as it is just a wrapper module around neo4js rest api. All cypher queries are just sent over...

:+1: Would really like to see some (more) documentation how to use the spatial plugin via the REST interface and via Cypher queries.

What kind of integration do you think of? To get a "out of the box" integration with Leaflet(1) it would be great to have GeoJSON(2) support as a response format,...

GeoJSON support gets even more interesting these days: https://github.com/morganherlocker/turf server and client side GIS library in javascript

Any updates for this?

Here is a gist with all necessary steps https://gist.github.com/thomasfr/8103037 I have also added an issue to neo4j directly because i think it is not only related to the spatial plugin:...

Would love to see support too. I was able to pair it on HomeAssistant via ZHA on A RPi with Raspbee2 but it does not show any entities except a...

Sorry for my late answer. Can you give an example of your `CONSTRUCT` query which failed? Actually it should not fail, because it simply sends the given query to the...

I would also like to have this feature merged. I am using the fork from @eversteini at the moment. @kevva ?