GeoJSON is lon,lat
Although emphasized in the text, the example was backwards. Closes #7843
This commit is contained in:
parent
4b3f66e585
commit
2d7264cd03
|
@ -84,7 +84,7 @@ conform with http://geojson.org/[GeoJSON].
|
||||||
"filter" : {
|
"filter" : {
|
||||||
"geo_distance" : {
|
"geo_distance" : {
|
||||||
"distance" : "12km",
|
"distance" : "12km",
|
||||||
"pin.location" : [40, -70]
|
"pin.location" : [-70, 40]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue