Hi,
I am using geoserver with neo4j plugin. I have a requirement to show heat 
map in geoserver. I got this working by exporting a cypher query result 
into Postgres, imported shapefile to postgis and used SQL view of Geoserver 
to join the imported data with the shapefile

neo4j version is 1.9.5 with Spring Data.* I could not move to 2.0* as I am 
facing an issue in using withinDistance 
(http://stackoverflow.com/questions/20882192/withindistance-returning-0-rows). 
Any help in resolving this is appreciated. 

My question are:
If I have to go for a pure neo4j solution, I need do a cypher join, 
thinking of using spatial 'bbox'. I was able to import the shapefile but 
not able to do the Cypher (because the imported layer is not indexed). *Can 
I create index while importing the shapes? How can I make cypher work in 
this case.*

SQL View: I am thinking of extending the behavior in my local version of 
geoserver - extending the SQL view support for Neo4J as well. I think, I 
need to have 'geometry' type in my result. Hope it sounds this simple and 
possible. 

PS: I am new to all these and doing it for my understanding. 

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to