Commit graph

4914 commits

Author SHA1 Message Date
Paul Ramsey d2902401e2 Add quotes to bison/flex calls.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6111 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 16:08:35 +00:00
Paul Ramsey 4171834659 Match the error strings with the legacy ones in the old WKT parser.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6110 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 16:04:35 +00:00
Paul Ramsey 10cb3a4b99 Rename WKT out suite.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6109 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 15:25:44 +00:00
Paul Ramsey 4d1afa59d3 Change sytax on calls to LEX to maybe make windoze and others happier
git-svn-id: http://svn.osgeo.org/postgis/trunk@6108 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:53:54 +00:00
Paul Ramsey 68fa302033 Ignore generated Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@6107 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:50:04 +00:00
Paul Ramsey 13c0f331eb Change empty collection constructor to take a type number, like the non-empty constructor (because we now believe in typed empties).
git-svn-id: http://svn.osgeo.org/postgis/trunk@6106 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:49:20 +00:00
Paul Ramsey 3942a7e8b6 Finish untested support for all types in WKT input.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6105 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:48:37 +00:00
Paul Ramsey 3328bd13f5 Remove long form lex parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@6104 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 14:41:17 +00:00
Paul Ramsey 70c8f067a1 Add dimensional empties to the grammar
git-svn-id: http://svn.osgeo.org/postgis/trunk@6103 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:32:14 +00:00
Paul Ramsey 1647debf72 comment the fact we support ISO extended types in WKB emitter
git-svn-id: http://svn.osgeo.org/postgis/trunk@6102 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:29:26 +00:00
Paul Ramsey 33b6ad1711 Add in the ISO extended types to the WKT parser and emitter.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6101 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:27:13 +00:00
Paul Ramsey 6d9751acdb Apply mcayland patch to build parse/lex. Remember: make clean before make.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6100 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 19:27:18 +00:00
Jorge Arévalo 1d76af7b79 Changed '--with-gdal' for '--with-gdalconfig'. Related tickets #610 #616
git-svn-id: http://svn.osgeo.org/postgis/trunk@6099 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 16:29:26 +00:00
Regina Obe 146805cb8c fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6098 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:54:37 +00:00
Regina Obe 57b672a5f6 document GDAL config setting. Showing with-gdal for now. Jorge -- don't forget to change this in make to with-gdalconfig to be consistent with other config namings.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6097 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:52:59 +00:00
Regina Obe ab46aed555 amend install instructions to reflect new simplied installation of raster support
git-svn-id: http://svn.osgeo.org/postgis/trunk@6096 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:43:54 +00:00
Jorge Arévalo 562b81caab Raster build simplified. Only "./configure --with-raster & make & make install" needed. Raster objetive names changed in GNUMakefile. Raster library object generated with PostGIS version numbers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6095 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:00:49 +00:00
Paul Ramsey 7ff5ee83dd Add in more parser cases and test an EMPTY case.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6094 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 02:14:06 +00:00
Paul Ramsey d824b588b7 Add support for point and multipoints to the WKT parser.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6093 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-21 22:22:26 +00:00
Paul Ramsey 4dbc52cf1c Ensure the parser prereqs are built (#636)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6092 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-21 21:32:31 +00:00
Paul Ramsey 30ec5743e7 Current work on bison-based WKT-to-LWGEOM parser. Implemented for LINESTRING, almost ready to extend to all types.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6091 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 22:51:30 +00:00
Regina Obe d83d7ac363 correction in output type
git-svn-id: http://svn.osgeo.org/postgis/trunk@6090 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 14:09:31 +00:00
Pierre Racine 70fb6d12d4 -Fix for ticket ticket 634. Typo in error message.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6089 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 13:41:35 +00:00
Pierre Racine 38acd04457 -Fix for ticket 632. st_world2rastercoordx and st_world2rastercoordy must return int instead of float8.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6088 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 13:38:37 +00:00
Regina Obe 490cd70e64 finish off documenting current public raster functions. Think that's all of them we have so far
git-svn-id: http://svn.osgeo.org/postgis/trunk@6087 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 12:22:06 +00:00
Regina Obe 650c11adce fill in missing portos and provide more description of what additional protos do when args are left out or included
git-svn-id: http://svn.osgeo.org/postgis/trunk@6086 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-19 13:02:32 +00:00
Regina Obe d777a1c112 missing protos for st_askml, st_asgml
git-svn-id: http://svn.osgeo.org/postgis/trunk@6085 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-19 12:31:36 +00:00
Sandro Santilli 0924aec127 Location argument to GEOSIsValidDetail is non-const
git-svn-id: http://svn.osgeo.org/postgis/trunk@6084 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-18 15:59:47 +00:00
Sandro Santilli 47e4a75f09 Snap ShortestLine to 1e-14 grid (fixes failure on opensuse)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6083 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-18 13:15:04 +00:00
Pierre Racine 247098bcdc -Fix for ticket 628.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6082 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-15 21:46:14 +00:00
Regina Obe cf074d8f11 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6081 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-15 14:32:52 +00:00
Regina Obe 1f55cff32f more logic errors
git-svn-id: http://svn.osgeo.org/postgis/trunk@6080 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-15 14:29:43 +00:00
Regina Obe 7852d9dde8 fix error in logic in test, change xml header to match other xml files
git-svn-id: http://svn.osgeo.org/postgis/trunk@6079 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-15 13:28:40 +00:00
Regina Obe aef55cd523 fix non valid RT_Reference link
git-svn-id: http://svn.osgeo.org/postgis/trunk@6078 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-14 06:54:47 +00:00
Olivier Courtin e6f9b70d84 Fix few errors inside DocBook documentation. Refer to #471
git-svn-id: http://svn.osgeo.org/postgis/trunk@6077 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-14 06:04:07 +00:00
Regina Obe e7a64feae6 address some dtd errors
git-svn-id: http://svn.osgeo.org/postgis/trunk@6076 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 22:22:00 +00:00
Jorge Arévalo 03be87e7e9 Modified raster Makefiles to solve bugs of ticket #610 (build error and
incorrect placement of rtpostgis.sql file)


git-svn-id: http://svn.osgeo.org/postgis/trunk@6075 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 17:12:56 +00:00
Jorge Arévalo ca413e3788 Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@6074 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 15:41:21 +00:00
Regina Obe 9f6018ac83 Correct the spelling of Peucker
git-svn-id: http://svn.osgeo.org/postgis/trunk@6072 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 14:31:55 +00:00
Regina Obe d6f3c069fe correction to example
git-svn-id: http://svn.osgeo.org/postgis/trunk@6071 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 13:44:33 +00:00
Regina Obe cce5919ea3 amend the what is new in PostGIS 2.0 section
git-svn-id: http://svn.osgeo.org/postgis/trunk@6070 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 13:03:02 +00:00
Regina Obe 8d86ecd5f2 Put reference to addband and setvalue in empty raster. If a raster has no bands and values, do you see it :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6069 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 08:52:39 +00:00
Regina Obe 2abafcc80d fill in missing protos for ST_AddBand and an example of creating a raster from scratch
git-svn-id: http://svn.osgeo.org/postgis/trunk@6068 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 08:45:07 +00:00
Regina Obe 97fe8613d4 add raster_comments.sql to be copied to contrib directory as well
git-svn-id: http://svn.osgeo.org/postgis/trunk@6067 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 08:12:16 +00:00
Regina Obe 4f1d3ea598 this is now auto built when make comments is run
git-svn-id: http://svn.osgeo.org/postgis/trunk@6066 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-12 18:38:20 +00:00
Regina Obe 9b8187e41b revise to also build raster_comments.sql when make comments is run
git-svn-id: http://svn.osgeo.org/postgis/trunk@6065 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-12 18:37:13 +00:00
Regina Obe 3f692a77bf typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6064 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-11 00:45:39 +00:00
Regina Obe 259296121a fix typo in faxq_raster. Document ST_AddBand
git-svn-id: http://svn.osgeo.org/postgis/trunk@6063 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-11 00:45:17 +00:00
Paul Ramsey 30f5cfcfd8 Remove warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@6062 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-10 22:00:31 +00:00
Jorge Arévalo 0ed01cc6eb Modified the prototype of dump core/server/sql functions, adding "wkt" to their names, because their returning elements are WKT geometries, not real PostGIS geometries.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6061 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-10 11:16:16 +00:00