#64 - Add example for GeoJSON usage in MongoDB.

Add sample to show usage of GeoJSON within domain types and repository query methods.
This commit is contained in:
Christoph Strobl
2015-03-09 15:20:58 +01:00
committed by Oliver Gierke
parent df7fcb0edb
commit 35596a9045
10 changed files with 1716 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ We have separate folders for the samples of individual modules:
* `example` - Example project for general repository functionality (including geo-spatial functionality), Querydsl integration and advanced topics.
* `aggregation` - Example project to showcase the MongoDB aggregation framework support.
* `text-search` - Example project showing usage of MongoDB text search feature.
* `geo-json` - Example project showing usage of [GeoJSON](http://geojson.org) with MongoDB.
## Spring Data REST