Commit graph

29 commits

Author SHA1 Message Date
Regina Obe 27604984f3 Add link to OpenGeo workshop on KNN to KNN operator.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10318 b70326c6-7e19-0410-871a-916f4a2858ee
2012-09-22 03:55:57 +00:00
Sandro Santilli e42a126ace Use <para> as appropriate (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9456 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:56 +00:00
Sandro Santilli f712995f20 Revert "remove ~= from documentation -- we don't want people using this operator"
This reverts r8799

git-svn-id: http://svn.osgeo.org/postgis/trunk@8885 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-20 08:12:06 +00:00
Regina Obe 0dbee4dfdd remove dangling reference to geometry_same
git-svn-id: http://svn.osgeo.org/postgis/trunk@8802 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-13 16:28:11 +00:00
Regina Obe 8849ac3a97 remove ~= from documentation -- we don't want people using this operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@8799 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-13 15:50:12 +00:00
Regina Obe f65443e980 try to make emphasis bold by putting in a role='bold'
git-svn-id: http://svn.osgeo.org/postgis/trunk@8293 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-02 06:27:51 +00:00
Regina Obe 5f602ecfb7 emphasize approximate in KNN operators to reduce the chance of any misunderstandings
git-svn-id: http://svn.osgeo.org/postgis/trunk@8291 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-01 20:37:22 +00:00
Regina Obe 2723210c07 missed a spot about occasions where point distance is not same as <->
git-svn-id: http://svn.osgeo.org/postgis/trunk@8289 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-01 17:52:15 +00:00
Regina Obe bc5180039f try to clarify accuracy etc. of <#> and <->
git-svn-id: http://svn.osgeo.org/postgis/trunk@8288 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-01 17:38:08 +00:00
Regina Obe 3a550fae42 minor correction to <#> description
git-svn-id: http://svn.osgeo.org/postgis/trunk@7942 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-04 20:43:54 +00:00
Regina Obe 390312abbe Guess Nicklas was right - should have looked at my explain. Revised example to use geometry constants. Seems to be a limitation in KNN that it needs constants. Same annoying behavior with my trigram KNN that only constant phrases work, not even constant phrases wrapped in alias work.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7935 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-03 15:29:34 +00:00
Regina Obe 04eda6922a document box distance KNN operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@7911 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-28 21:56:42 +00:00
Regina Obe f0996974d7 clarify current implementation is centroid of box not the geometry.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7904 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 17:35:55 +00:00
Regina Obe c327024577 correct the description on semantics of knn operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@7902 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 05:09:53 +00:00
Regina Obe 6d4afd77f7 wrap examples in cdata tags so don't break parser
git-svn-id: http://svn.osgeo.org/postgis/trunk@7900 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 03:15:41 +00:00
Regina Obe 41ea498bc1 document new knn gist operator -- example mostly plagiarized from Paul's postgis-devel example with addition of care consideration of safe casting and SQL formatting. I know I'm getting lazy in my old age.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7899 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 02:58:51 +00:00
Regina Obe 88b2edb9c5 #1160: documentation clarification of behavior
git-svn-id: http://svn.osgeo.org/postgis/trunk@7755 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-16 12:51:30 +00:00
Regina Obe 01abaf57da bounding box clarification && (that it's 2D)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7481 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 18:15:54 +00:00
Regina Obe 3a9a9bbe9c put in missing tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@7404 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-16 02:16:30 +00:00
Regina Obe 74b3e6a4a9 document &&& nd interacts bounding box operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@7403 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-16 02:08:14 +00:00
Regina Obe b239057162 remove ~= geography according to garden tests geography doesn't have such an operator. Also put in version number arg name to make GeoJSON easier to test
git-svn-id: http://svn.osgeo.org/postgis/trunk@6252 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 15:54:46 +00:00
Regina Obe d81878488a change all these polyhedral surface/tin to enhanced from available
git-svn-id: http://svn.osgeo.org/postgis/trunk@6014 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-24 11:39:52 +00:00
Regina Obe b782000a54 more. Change polyhedralsurface example to valid srid so don't get false errors
git-svn-id: http://svn.osgeo.org/postgis/trunk@5818 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-12 15:40:09 +00:00
Olivier Courtin 799fa47aba Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make check output in docs is clean. cf #471
git-svn-id: http://svn.osgeo.org/postgis/trunk@5466 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-28 08:33:41 +00:00
Nicklas Avén abefba0204 git-svn-id: http://svn.osgeo.org/postgis/trunk@5161 b70326c6-7e19-0410-871a-916f4a2858ee 2010-01-24 09:10:31 +00:00
Regina Obe a0e3b51def slight wording change
git-svn-id: http://svn.osgeo.org/postgis/trunk@5069 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 06:45:43 +00:00
Regina Obe 2d24281a32 fill in mising geography = operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@5068 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 06:44:45 +00:00
Regina Obe ac5ce821e4 Flag more as working with curves. I think all do except same operator but need to verify.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4977 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-02 22:05:00 +00:00
Olivier Courtin fa1b7f8382 Split reference.xml on several sub files (upon sect1). Use entity to avoid redundant compliant/support text (SFS, SQL/MM, Z/M dimensions, Curve support)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4817 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-15 20:39:17 +00:00