AC_MSG_ERROR([the --with-projdir directory "$PROJDIR" cannot be found])
...
...
@@ -833,11 +833,13 @@ if test ! "x$PROJDIR" = "x"; then
fi
fi
dnl Check that we can find the proj_api.h header file
CPPFLAGS_SAVE="$CPPFLAGS"
CPPFLAGS="$PROJ_CPPFLAGS"
AC_CHECK_HEADER([proj_api.h], [], [AC_MSG_ERROR([could not find proj_api.h - you may need to specify the directory of a PROJ.4 installation using --with-projdir])])
AC_CHECK_HEADER([proj_api.h], [], [AC_MSG_ERROR([could not find proj_api.h - you may need to specify the directory of a PROJ.4 installation using --with-projdir])],
@@ -657,7 +657,7 @@ COMMENT ON FUNCTION ST_ConcaveHull(geometry , float , boolean ) IS 'args: geomA,
COMMENTONFUNCTIONST_ConvexHull(geometry)IS'args: geomA - The convex hull of a geometry represents the minimum convex geometry that encloses all geometries within the set.';
COMMENTONFUNCTIONST_CurveToLine(geometry,float,integer,integer)IS'args: curveGeom, tolerance, tolerance_type, flags - Converts a CIRCULARSTRING/CURVEPOLYGON to a LINESTRING/POLYGON';
COMMENTONFUNCTIONST_CurveToLine(geometry,float,integer,integer)IS'args: curveGeom, tolerance, tolerance_type, flags - Converts a CIRCULARSTRING/CURVEPOLYGON/MULTISURFACE to a LINESTRING/POLYGON/MULTIPOLYGON';
COMMENTONFUNCTIONST_DelaunayTriangles(geometry,float,int4)IS'args: g1, tolerance, flags - Return a Delaunay triangulation around the given input points.';
specifications 1.0</ulink>). 2D and 3D Geometries are both
supported. GeoJSON only support SFS 1.1 geometry type (no curve
<para>Return the geometry as a GeoJSON element. (Cf <ulink
url="http://geojson.org/geojson-spec.html">GeoJSON specifications 1.0</ulink>). 2D and 3D Geometries are both supported. GeoJSON only support SFS 1.1 geometry type (no curve
support for example).</para>
<para>The gj_version parameter is the major version of the GeoJSON spec. If specified, must be 1. This represents the spec version of GeoJSON.</para>
<para>The <varname>gj_version</varname> parameter is the major version of the GeoJSON spec. If specified, must be 1. This represents the spec version of GeoJSON.</para>
<para>The third argument may be used to reduce the maximum number
of decimal places used in output (defaults to 15).</para>
<para>The third argument may be used to reduce the maximum number of decimal places used in output (defaults to 15). If you are using EPSG:4326 and are outputting the geometry only for display, <varname>maxdecimaldigits</varname>=6 can be a good choice for many maps.</para>
<para>The last 'options' argument could be used to add Bbox or Crs
in GeoJSON output:
<para>The last <varname>options</varname> argument could be used to add BBOX or CRS in GeoJSON output:
<para>Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON. Useful for outputting to devices that can't support CIRCULARSTRING geometry types</para>
<para>Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON. Useful for outputting to devices that can't support CIRCULARSTRING geometry types</para>
<para>Converts a given geometry to a linear geometry.
Each curved geometry or segment is converted into a linear