2009-10-06 |
Paul Ramsey | New point-outside routine, and allow distances against... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Kevin Neufeld | updated ST_IsValid's reference to the OGC specs. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Paul Ramsey | More test cases in there (but turned off, because they... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Paul Ramsey | Add untested new p-i-p approach for more testing later. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Cave-Ayland | Commit first attempt at a multi-D statistics histogram... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Paul Ramsey | Increase precision. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Paul Ramsey | Add another printing block |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Regina Obe | more errors in my logic |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Regina Obe | more corrections |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Paul Ramsey | Added new point-on-edge routine still no joy on bad... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Paul Ramsey | Add another test case that needs resolution |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Paul Ramsey | Add SQL bindings for selectivity functions. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Paul Ramsey | revert to previous version |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Paul Ramsey | Some fixes to the ST_DWithin code. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Regina Obe | more changes to better test geography |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Regina Obe | cosmetic change to tolerance args for ST_DWithin |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Regina Obe | put create table examples in program listing tag |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Regina Obe | add geography proto for ST_DWithin, also fill in some... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Regina Obe | Add geography example for ST_Distance, more geometry... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Paul Ramsey | Largely untested implementation of ST_DWithin(geography... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Sandro Santilli | typo in help message |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Paul Ramsey | Make the units of st_distance(geography, geography... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Paul Ramsey | Fix boner error |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Regina Obe | typos |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Regina Obe | put in ST_Distance proto for geography so can test it. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Paul Ramsey | ST_Distance(geography, geography) roughed in. Small... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Paul Ramsey | Add polygon/point distance and tests. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Paul Ramsey | Wow, error that only showed up in MinGW, but totally... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Paul Ramsey | lwgeom sphere distance function and tests for point... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Roughing in lwgeom distance machinery now. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add edge-edge distance tests. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add return value for point of closest approach on arc... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add edge-to-point distance calculation and tests |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Remove CPU intensive test and add some lat/lon utility... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Make point-in-edge test even looser (fp tolerance factor) |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Move defines around a bit. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add some debugging blocks for later |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add in special case test for parallel / equal edges. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Whoops, make sure we test all our test cases. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Make random brute force test a compile-time option. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add more test cases for geocentric bbox calculation... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Regina Obe | more fixes to make geography friendly |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Sandro Santilli | Can't put backslash-commands in 'echo' parameter in... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Sandro Santilli | add missing newline at end of error message (utf8/iconv) |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Re-enable all geodetic tests. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Paul Ramsey | Add some extra comments |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | astyle the work thus far |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Flip the clairaut calculations to return both top and... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Remove old GBOX test answers (some were wrong!) in... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Add randomized box maker/checker... still some small... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Make polygon pole check a little more general. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | All bbox test cases now pass. Suck on that! |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Regina Obe | remove null geometry from testing until we fix aggregat... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Remove un-used function from testing. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Paul Ramsey | Work on making "on edge" test more reliable. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Sandro Santilli | Ensure lwcollection_segmentize2d always return a NEW... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Regina Obe | Add missing protos for geography for ST_AsKML, ST_AsGeo... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Regina Obe | Put in overload text for ST_AsText and ST_AsBinary... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Olivier Courtin | Update documentation related to geography typmod export... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Regina Obe | Add a new special index section to collect functions... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Paul Ramsey | Test re-org and first cut at edge intersection. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Olivier Courtin | A forgot prototype in ST_AsGeoJson export function |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Olivier Courtin | Add geography typmod support for export functions ... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Regina Obe | remove regex.h include per Nicklas observation its... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Paul Ramsey | Add SQL def'n for geography_analyze function. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Regina Obe | another typo |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | missing spots for geography.sql and postgis_comments.sql |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | correct typo |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | start putting in geography functions |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Cave-Ayland | Commit fix to LW_ABS() macro as discovered by Nicklas... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Cave-Ayland | Add the basic machinery to call a function when running... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | get rid of things like invalid coords for 4326 space... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Cave-Ayland | Oops - forgot to bump the array indices on the last... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | Update installation to include geography.sql (yikes... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Regina Obe | cut in Paul's geography.txt into the official docs... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Cave-Ayland | Add missing geometry(m)(z) type missing from previous... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Cave-Ayland | Remove dependency on regex library by implementing... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Paul Ramsey | Change signatures to use fewer pointers. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mark Cave-Ayland | Update LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mark Cave-Ayland | Change macros to use capitalised names, as per standard... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Regina Obe | fix typos and redundant things |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Regina Obe | flag some operators that support geography, put in... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Regina Obe | git-svn-id: http://svn.osgeo.org/postgis/trunk@4514... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Regina Obe | Make slot for geography data type and start filling... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Paul Ramsey | Clean up tests so they pass quietly. (#249) |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Regina Obe | #250: Fix to get mingw to compile using conditional... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Regina Obe | Revise garden test to include testing for creating... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Paul Ramsey | Fix serialization problem with lwgeoms that have bboxes. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Paul Ramsey | Clean up gbox serialization a little |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Paul Ramsey | Add lwgeom_is_empty() test |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Paul Ramsey | Work on tracking down bug in casting geometry->geography |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Paul Ramsey | Fix some test cases crossing the date line |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Paul Ramsey | Add gbox string constructor for testing purposes |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Paul Ramsey | More tests pass |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Paul Ramsey | Change back to less intensive cartesian clairaut |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Paul Ramsey | Fix errors in calculating geocentric bounds. Early... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Paul Ramsey | Hook geocentric calculation into gbox routines, start... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Paul Ramsey | Geocentric bounding box roughed in and compiles. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Paul Ramsey | Start the geodetic machinery. Add an internal API heade... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Paul Ramsey | Crib index penalty tweak from pgsphere. |
commit | commitdiff | tree | snapshot |
next |