Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
Apr 3, 2008, 10:13:14 AM (16 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    1 = GEOS Bug Tracker =
     1= GEOS - Geometry Engine, Open Source =
    22
    3 You will need an [http://www.osgeo.org/osgeo_userid/ OSGeo user account] to submit bugs here. A "New Ticket" button will appear once you have logged in.
     3GEOS (Geometry Engine - Open Source) is a C++ port of the [http://sourceforge.net/projects/jts-topo-suite/ Java Topology Suite] (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions.
    44
    5 When submitting bugs caused by particular geometries (TopologyExceptions, for example), you must submit the geometries that cause the failure, preferably in [HexEncodedWkb hex-encoded WKB], so that we can re-produce them.
     5== Download ==
    66
    7 == Development ==
     7 * 2007/12/21 [http://geos.refractions.net/downloads/geos-3.0.0.tar.bz2 geos-3.0.0.tar.bz2]
     8 * 2007/12/12 [http://geos.refractions.net/downloads/geos-3.0.0rc5.tar.bz2 geos-3.0.0rc5.tar.bz2]
     9 * 2007/02/02 [http://geos.refractions.net/downloads/geos-3.0.0rc4.tar.bz2 geos-3.0.0rc4.tar.bz2]
     10 * 2006/12/14 [http://geos.refractions.net/downloads/geos-3.0.0rc3.tar.bz2 geos-3.0.0rc3.tar.bz2]
     11 * 2006/11/05 [http://geos.refractions.net/downloads/geos-3.0.0rc2.tar.bz2 geos-3.0.0rc2.tar.bz2]
     12 * 2006/09/09 [http://geos.refractions.net/downloads/geos-3.0.0rc1.tar.bz2 geos-3.0.0rc1.tar.bz2]
     13 * 2006/07/08 [http://geos.refractions.net/downloads/geos-2.2.3.tar.bz2 geos-2.2.3.tar.bz2]
     14 * 2006/05/16 [http://geos.refractions.net/downloads/geos-2.2.2.tar.bz2 geos-2.2.2.tar.bz2]
     15 * 2005/12/11 [http://geos.refractions.net/downloads/geos-2.2.1.tar.bz2 geos-2.2.1.tar.bz2]
     16 * 2005/12/01 [http://geos.refractions.net/downloads/geos-2.2.0.tar.bz2 geos-2.2.0.tar.bz2]
     17 * 2005/08/23 [http://geos.refractions.net/downloads/geos-2.1.4.tar.bz2 geos-2.1.4.tar.bz2]
     18 * 2005/07/04 [http://geos.refractions.net/downloads/geos-2.1.3.tar.bz2 geos-2.1.3.tar.bz2]
     19 * 2005/06/08 [http://geos.refractions.net/downloads/geos-2.1.2.tar.bz2 geos-2.1.2.tar.bz2]
     20 * 2004/12/16 [http://geos.refractions.net/downloads/geos-2.1.1.tar.bz2 geos-2.1.1.tar.bz2]
     21 * 2004/11/13 [http://geos.refractions.net/downloads/geos-2.1.0.tar.bz2 geos-2.1.0.tar.bz2]
     22 * 2004/10/04 [http://geos.refractions.net/downloads/geos-2.0.1.tar.bz2 geos-2.0.1.tar.bz2]
     23 * 2004/08/19 [http://geos.refractions.net/downloads/geos-2.0.0.tar.bz2 geos-2.0.0.tar.bz2]
     24 * 2003/11/06 [http://geos.refractions.net/downloads/geos-1.0.0.tar.bz2 geos-1.0.0.tar.bz2]
    825
    9  * [wiki:Buildbot] - farm used to run regular builds and tests
     26== Install ==
    1027
    11 == Starting Points ==
     28Download the latest source code release.
    1229
    13  * [http://geos.refractions.net/ GEOS Project Page]
    14  * [http://svn.osgeo.org/geos/ GEOS SVN Repository]
     30{{{
     31 ./configure
     32 make
     33 make install
     34}}}
     35
     36== Development ==
     37
     38=== Bug Reporting ===
     39
     40You will need an [http://www.osgeo.org/osgeo_userid/ OSGeo user account] to submit bugs here. A "New Ticket" button will appear once you have [http://trac.osgeo.org/geos/login logged in].
     41
     42When [http://trac.osgeo.org/geos/newticket submitting bugs] caused by particular geometries (TopologyExceptions, for example), you must submit the geometries that cause the failure, preferably in [HexEncodedWkb hex-encoded WKB], so that we can re-produce the failure cases.
     43
     44=== Mailing Lists ===
     45
     46 * [geos-devel][[BR]][http://lists.osgeo.org/mailman/listinfo/geos-devel Subscribe/Unsubscribe] | [http://lists.osgeo.org/pipermail/geos-devel/  List Archive]
     47 * [geos-commits][[BR]][http://lists.osgeo.org/mailman/listinfo/geos-commits Subscribe/Unsubscribe] | [http://lists.osgeo.org/pipermail/geos-commits/ List Archive]
     48
     49=== SVN Repository ===
     50
     51 * Repository address: http://svn.osgeo.org/geos/
     52 * Checkout with: `svn checkout http://svn.osgeo.org/geos/trunk geos-svn`
     53 * Nightly snapshot: http://geos.refractions.net/downloads/geos-svn.tar.bz2
     54
     55=== Other Information ===
     56
     57 * [wiki:Buildbot] -- Farm used to run regular builds and tests
     58 * [http://geos.refractions.net/ro/doxygen_docs/html/ GEOS API] -- Doxygen-generate API documentation
     59 * [http://geos.refractions.net/ro/SVN.txt SVN Change Log] -- Changes and comments from SVN
     60
     61== Wiki / Trac Information ==
     62
    1563 * TracGuide --  Built-in Documentation
    1664 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    1765 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    1866 * TracSupport --  Trac Support
    19 
    20 For a complete list of local wiki pages, see TitleIndex.
     67 * For a complete list of local wiki pages, see TitleIndex.