GeoJSON is lon,lat

Although emphasized in the text, the example was backwards.

Closes #7843
This commit is contained in:
Thom Dixon 2014-09-23 15:53:52 -04:00 committed by Clinton Gormley
parent 4b3f66e585
commit 2d7264cd03
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ conform with http://geojson.org/[GeoJSON].
"filter" : {
"geo_distance" : {
"distance" : "12km",
"pin.location" : [40, -70]
"pin.location" : [-70, 40]
}
}
}