Re: [Geotools-devel] MongoDB data store implementation

2010-10-22 Thread David Boyd
David: Thanks for the pointer. At first glance it looks like it can provide a good template. You are correct in that the mongo spatial indexing is only good for points and does not handle projections. I think it can be helpful for basic bounding box filtering so I was thinking about the id

Re: [Geotools-devel] MongoDB data store implementation

2010-10-22 Thread David Winslow
The neo4j-spatial project provides a GeoTools datastore, since it is also a schema-less database you may find their source relevant to your work on mongo. See http://github.com/neo4j/neo4j-spatial/ I was surprised not to see a mention of Mongo's spatial indexing here: http://www.mongodb.org/displ

[Geotools-devel] MongoDB data store implementation

2010-10-22 Thread David Boyd
Please pardon the newbie question. We are looking at implementing a MongoDB based datastore for use within Geoserver. My first question is has anyone started anything like this already? I did not find anything googling for geotools and mongo so I am assuming no. In thinking about implementing t