Version 37 (modified by 15 years ago) ( diff ) | ,
---|
Welcome to the Developers PostGIS Wiki!
Everybody is welcome to contribute to this wiki. This wiki is designed for individuals who want to contribute to PostGIS by developing patches or testing out changes.
There will be some sections that are of equal value to both PostGIS users and Developers such as compiling source etc. Feel free to contribute to this and make any corrections you see fit.
- You must login to create new pages and modify existing ones. You can create your own OSGEO Userid or use your existing one or you can use the generic one (login:wiki;password:wiki).
- Please prefix every new page names in this section with "DevWiki" in order to easily distinguish them from other Wiki Trac pages.
- For a quick overview of how to format page's content see this page.
Useful Links
PostGIS Subversion Work Branches
- PostGIS SVN root -- http://svn.osgeo.org/postgis/ (you probably never want to check this out, but may want to browse to see what is going on) - source trac browser shows age http://trac.osgeo.org/postgis/browser
- PostGIS SVN trunk -- postgis/trunk (this is where latest unstable work happens (currently PostGIS 1.5) )
- PostGIS SVN current stable branch -- http://svn.osgeo.org/postgis/branches/1.4
- PostGIS SVN WKT Raster -- http://svn.osgeo.org/postgis/spike/wktraster
Doxygen Autogenerated Developer Documentation
Other stuff
- PostGIS coding Style Guide
- Subversion clients for Windows users Tortoise is probably the easiest to use
- Semantics of EMPTY geometries
- Description of new distance calculation
Compilation and Installation Guides
- PostgreSQL/PostGIS version support matrix
- Directions for PostGIS RPM Installation.
- Directions for PostGIS on Ubuntu.
- Directions for Compiling in Windows.
- Directions for Creating PostGIS setup.exe for Windows using NSIS.
- Make Check Gotchas.
Debugging Guides
- Directions for getting a backtrace if your query crashes PostGIS.
Patch Submission Guidelines
General model Major.Minor.Micro (1.3.6, 1.4.0,1.5.0SVN)
As of PostGIS 1.4 -- we will no longer be releasing additional functions to micro releases.
Micro releases will be focused primarily on bug fixes and secondly speed enhancements to existing functions.
PostGIS 1.3 and below will be critical bug and security fixes.
This means that only currently documented functions for PostGIS 1.4.0 are all you will see in 1.4.1
New functions submitted will have to go into the next minor release which is currently (PostGIS 1.5).
New functions/features that require on disk structural changes will go into next major release (PostGIS 2.0)