fixed coordinates for Penn Station

This commit is contained in:
Thomas Risberg
2011-03-31 23:01:01 -04:00
parent 7e774428e4
commit db45349553

View File

@@ -55,7 +55,7 @@ public class GeoSpatialTests {
private void addVenues() {
// Data taken from https://github.com/deftlabs/mongo-java-geospatial-example
template.insert(new Venue("Penn Station", 73.99408, 40.75057));
template.insert(new Venue("Penn Station", -73.99408, 40.75057));
template.insert(new Venue("10gen Office", -73.99171, 40.738868));
template.insert(new Venue("Flatiron Building", -73.988135, 40.741404));
template.insert(new Venue("Players Club", -73.997812, 40.739128));