summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geoparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15288 geo coord reference system (CRS) spec and source code disagreeSiyuan Zhou2014-10-201-1/+1
* SERVER-15629 Clear owned lines/polys correctlyAndrew Morrow2014-10-151-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-65/+104
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-498/+383
* SERVER-14984 Server aborts when running $centerSphere query with NaN radiusSiyuan Zhou2014-08-221-2/+4
* SERVER-14508 Better GeoJSON polygon parsing.Siyuan Zhou2014-08-211-46/+58
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-5/+72
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-26/+13
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-9/+13
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-301-0/+4
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-3/+8
* SERVER-13258 ensure S2 poly loops have 3 points after dedup'ingGreg Studer2014-03-191-0/+4
* Polygons' interior loops must be contained in the exterior shell, SERVER-10867.A. Jesse Jiryu Davis2013-11-011-0/+7
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-0/+31
* SERVER-11176 don't allow OOB legacy points to become spherical pointsHari Khalsa2013-10-151-32/+51
* SERVER-9240: ignore duplicate points in Polygon/MultiPolygonDan Pasette2013-10-101-0/+2
* SERVER-10285 uassert that s2latlng is valid, print out if it's notHari Khalsa2013-09-101-2/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-291-35/+60
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+2
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-272/+388
* SERVER-9401 remove duplicate points in lines because S2 doesn't like themHari Khalsa2013-04-291-0/+12
* SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject OO...Hari Khalsa2013-03-271-1/+4
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-221-0/+17
* validate s2polygon loops and s2polygon proper while building itHari Khalsa2013-01-171-2/+19
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-39/+64
* use s2's loop orientation routinesHari Khalsa2013-01-111-27/+9
* verify latitude is [-90,90]Hari Khalsa2013-01-111-1/+6
* clean up geo parsing a bitHari Khalsa2012-12-181-0/+404