Martin,
there are functional tests demonstrating the usage on a running local
server, see
https://github.com/neo4j/spatial/blob/master/src/test/java/org/neo4j/gis/spatial/SpatialPluginFunctionalTest.java.
The manual right now is not published, I would love to fix that, but
it needs some more work, see
https://github.com/neo4j/spatial-manual/
to build it with the
https://github.com/neo4j/manual/ setup.
Trying out the plugin.zip deployment right now ...
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L:
http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
On Sun, Aug 12, 2012 at 10:23 PM, Martin Bažík <
mar...@bazo.sk> wrote:
> hi,
>
> i'm kinda new to neo4j, but i really like it so far. maybe my question has
> been answered somewhere but i can't find any answers to what troubles me.
> maybe i'm blind or something.
>
> i really need geo features in my app, i have been using mongodb until now,
> where it is really easy to use, but i also need the graph features that's
> why i'm uisng neo4j now.
>
> so i have downloaded the spatial plugin from here
>
https://github.com/neo4j/spatial/downloads (i had to ask for it).
>
> when i run the two examples provided on the github readme of the plugin in
> this section
>
https://github.com/neo4j/spatial#using-the-neo4j-spatial-server-plugin, they
> don't work, i get errors about unsupported methods. i should probably open a
> new issue on that repo.
>
> but what i'm really missing is some tutorial on how to add the geo indexes
> to existing entities and how to work with them. i have only found some
> examples in java(which i dont want to ever use), but i work with php, using
> josh adell's neo4jphp lib and lphuberdeau's ogm. now i suppose neither of
> these libraries can work with the spatial plugin.
>
> so what i'm really looking for is some advice how to work with this plugin
> from php, how to add geo indexes, probably via some rest calls, how to write
> queries, in cypher? gremlin?
>
> i will appreciate any help. thanks.
>
> p.s: i really think the geo capabilities should be builtin in neo4j and hope
> it gets merged in the near future.
>
>
>
>