Martin Landa e562f0b09a v.out.postgis: fix type parameter issues (see https://trac.osgeo.org/grass/ticket/2460) 8 năm trước cách đây
..
Vlib e562f0b09a v.out.postgis: fix type parameter issues (see https://trac.osgeo.org/grass/ticket/2460) 8 năm trước cách đây
dglib 4611cf7b14 dglib: update to libavl-2.0.3 8 năm trước cách đây
diglib 18bb4914f9 v.external: implement where statement option (requires distclean) 8 năm trước cách đây
neta d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
rtree d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
testsuite 6550dce566 svn propset 9 năm trước cách đây
vedit d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 12 năm trước cách đây
README db49180dd7 welcome to GRASS 7.0.svn 17 năm trước cách đây
vectorascii.html e437cd9f59 avoid caps HTML tags 13 năm trước cách đây
vectorlib.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 năm trước cách đây
vectorlib_faq.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 năm trước cách đây
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 năm trước cách đây
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 năm trước cách đây
vectorlib_lists.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 năm trước cách đây
vectorlib_pg.dox 9a9b8230ed various spelling errors fixed 9 năm trước cách đây
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 năm trước cách đây
vectorlib_topology.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 năm trước cách đây

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs