Commit graph

3293 commits

Author SHA1 Message Date
Regina Obe 5e88baa599 make example fit the diagram in text
git-svn-id: http://svn.osgeo.org/postgis/trunk@4105 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 17:24:41 +00:00
Regina Obe cf72378bab Make lame circle more lame
git-svn-id: http://svn.osgeo.org/postgis/trunk@4104 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 17:08:20 +00:00
Regina Obe 7204c98afc put in images for buffer, fix within example image and example query
git-svn-id: http://svn.osgeo.org/postgis/trunk@4103 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:47:41 +00:00
Regina Obe 2ba77cbd06 for consistency make example be same as what is used to generate the image.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4102 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:26:26 +00:00
Regina Obe b7e8ec34a2 bad image try again
git-svn-id: http://svn.osgeo.org/postgis/trunk@4101 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:24:02 +00:00
Regina Obe c9f5a1e9e3 Add st_within example to makefile and translate example so in viewable region.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4100 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 15:05:40 +00:00
Kevin Neufeld bab335dae4 added a status line to the main makefile that indicates if PostGIS was built successfully.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4099 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-25 20:26:43 +00:00
Regina Obe cf5f2e6963 update to include behavior for 3D and also note this seems to go beyond what the spec defines.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4098 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-24 07:52:07 +00:00
Kevin Neufeld d40c494669 use a docbook variable instead
git-svn-id: http://svn.osgeo.org/postgis/trunk@4097 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 23:22:55 +00:00
Kevin Neufeld f4f672ea86 didn't need the c preprocessor after all
git-svn-id: http://svn.osgeo.org/postgis/trunk@4096 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 23:19:42 +00:00
Kevin Neufeld 032903e86c Added a Short Version section.
Updated requirements.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4095 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 22:14:46 +00:00
Kevin Neufeld 08eeeecdbc formatted installation.xml in preparation for editing
git-svn-id: http://svn.osgeo.org/postgis/trunk@4094 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 22:07:41 +00:00
Kevin Neufeld 78b747ab2e added the xmlformatter conf file for pretty printing the documentation's xml files
This will allow us to separate code changes from style changes in the docs.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4093 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 21:32:19 +00:00
Regina Obe f740ba360a Testing out Kevin's auto image generator hopefully I didn't break it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4092 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-20 11:16:29 +00:00
Regina Obe f661a37347 Correct ST_GeometryN example -- sign was wrong. Also embellish by showing a multicurve and flag as working for multicurves
git-svn-id: http://svn.osgeo.org/postgis/trunk@4091 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-20 10:54:40 +00:00
Kevin Neufeld 5cc72585c6 added image examples to ST_Contains
git-svn-id: http://svn.osgeo.org/postgis/trunk@4089 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-19 20:49:28 +00:00
Regina Obe 8744d87c77 Example exploding a compoundcurve, also reference to ST_GeometryN since they serve similar purposes
git-svn-id: http://svn.osgeo.org/postgis/trunk@4085 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-19 03:44:55 +00:00
Kevin Neufeld 9bf9327b74 added styles to the generated documentation images
added ImageMagick as a dependency

git-svn-id: http://svn.osgeo.org/postgis/trunk@4081 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-14 23:42:02 +00:00
Mark Cave-Ayland fc2571e1a4 Fix #178: ST_XMax() and ST_YMax() return incorrect values. This was caused by the fact that the min/max routines did not check whether the result for each axis was actually the min or max, but instead simply returned the structure value. Hence if an inverted coordinate system were being used, the wrong value would be returned.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4079 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-09 12:53:25 +00:00
Mark Cave-Ayland 2c9c365a5c Remove a double-free bug caused if the unparser finds an invalid geometry (fixes #168)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4078 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-09 12:34:55 +00:00
Mark Cave-Ayland b5615b4fbf Correct erroneus formatting which was causing two comments to be nested and hence generating a compiler warning.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4077 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-09 11:46:18 +00:00
Kevin Neufeld 0125463b8e removed horrible dos carriage returns
- convert to unix

git-svn-id: http://svn.osgeo.org/postgis/trunk@4076 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 23:32:51 +00:00
Kevin Neufeld 26bf6dde72 Added code that will automatically generate the spatial images used in the documentation from WKT input.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4075 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 23:20:35 +00:00
Regina Obe 9c8a876046 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@4073 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 18:11:04 +00:00
Regina Obe c427b2ddf2 update with 1.3.6 items
git-svn-id: http://svn.osgeo.org/postgis/trunk@4072 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 18:04:46 +00:00
Paul Ramsey 899720334e Add 900913 to allow web mappers a smoother ride.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4070 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-05 19:40:32 +00:00
Regina Obe 1434ffc183 doxygen friendly comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@4069 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-05 04:44:32 +00:00
Regina Obe 127119fc84 doxygen friendly comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@4068 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-05 04:29:21 +00:00
Regina Obe 75bded91e6 more doxygen comment cleanup
git-svn-id: http://svn.osgeo.org/postgis/trunk@4064 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-04 18:00:05 +00:00
Regina Obe 86a6abe7eb slight mod
git-svn-id: http://svn.osgeo.org/postgis/trunk@4062 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 04:36:34 +00:00
Regina Obe 6d0d748c40 make doco descriptions doxygen/javadoc friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4061 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 04:32:38 +00:00
Regina Obe c0f793bb3d make function doc doxygen friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4060 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:58:20 +00:00
Regina Obe dcf59b11bb make function descriptor doxygen friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4059 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:50:27 +00:00
Regina Obe 46b152b8a3 enable alphabetical index
git-svn-id: http://svn.osgeo.org/postgis/trunk@4058 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:33:09 +00:00
Regina Obe abf5606427 change commenting style to javadoc style
git-svn-id: http://svn.osgeo.org/postgis/trunk@4057 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:16:42 +00:00
Regina Obe 2bc8e08c9e enable javadoc autobrief
git-svn-id: http://svn.osgeo.org/postgis/trunk@4056 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:03:11 +00:00
Regina Obe cb57e67e82 make function descriptions doxygen friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4054 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-02 09:40:13 +00:00
Regina Obe 03a2f489ee make function descriptions doxygen friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4053 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-02 07:13:14 +00:00
Regina Obe 5d6d32a28e Experimenting with Doxygen hyperlinking tags
git-svn-id: http://svn.osgeo.org/postgis/trunk@4052 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-02 06:27:31 +00:00
Regina Obe 9ca2b3a643 More experimentation with doxygen commenting styles
git-svn-id: http://svn.osgeo.org/postgis/trunk@4051 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-01 22:47:19 +00:00
Regina Obe 6a7aeb06ab More auto doc friendlying
git-svn-id: http://svn.osgeo.org/postgis/trunk@4049 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-01 04:26:12 +00:00
Regina Obe d19c4c6578 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@4048 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-01 04:24:41 +00:00
Regina Obe 5711186fe7 experiment with making our inline comments more doxygen friendly
git-svn-id: http://svn.osgeo.org/postgis/trunk@4047 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-01 04:24:13 +00:00
Kevin Neufeld b7f5380841 updated several Doxygen parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@4045 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 22:26:45 +00:00
Kevin Neufeld 3c48db3160 removed full path names from config file
git-svn-id: http://svn.osgeo.org/postgis/trunk@4044 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 21:38:00 +00:00
Kevin Neufeld 3dfdddc182 add make target to build Doxygen
git-svn-id: http://svn.osgeo.org/postgis/trunk@4043 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 20:19:26 +00:00
Kevin Neufeld eb84135041 added a Doxygen configuration file
git-svn-id: http://svn.osgeo.org/postgis/trunk@4042 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 19:41:27 +00:00
Kevin Neufeld 18c2e66d92 dropping a table that's not there causes an ERROR in the logs
- 8.1 does not support DROP TABLE IF EXISTS, so first test if the table is there, then drop it.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4040 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-29 19:22:18 +00:00
Olivier Courtin f7efab822a Add a new option for ST_AsGML related to axis order, and lat lon inversion in GML 3.1.1, cf #161. Add unit test on this new option bit field. Update documentation. Fix also wrong option value in ST_AsGML for CRS, and outdated example output (still for ST_AsGML).
git-svn-id: http://svn.osgeo.org/postgis/trunk@4039 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-28 19:13:26 +00:00
Kevin Neufeld fd4a6e5ef9 - removed a few compile errors from the javadoc build
- renamed jar so it follows the name-version convention 

git-svn-id: http://svn.osgeo.org/postgis/trunk@4038 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-28 17:04:30 +00:00