Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon O'Keefe committed Jun 30, 2015
1 parent 4c1a1fc commit c4d9b95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ directory. For example:

GDAL_BASE: vendor\release-1600-gdal-1-9-mapserver-6-2\bin

Copy `bin\libeay32.dll` to `bin\gdal\apps` to avoid error "That didn't work well: [Errno -1073741512]" on some PCs.

### Run it

Launch `PoziConnect.bat` to run PoziConnect from the source code.
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Example:
* Oracle
* ODBC

A reference guide for the SQL functions in SQLite and Spatialite is [here](http://www.gaia-gis.it/spatialite-2.3.1/spatialite-sql-2.3.1.html).
A reference guide for the SQL functions in SQLite and Spatialite is [here](http://www.gaia-gis.it/spatialite-2.3.1/spatialite-sql-2.3.1.html). A tutorial with examples is [here](http://www.gaia-gis.it/gaia-sins/spatialite-tutorial-2.3.1.html).

#### Web Service

Expand Down
13 changes: 10 additions & 3 deletions docs/m1s/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ Here are some of the improvements and bug fixes.

##### Jun 2015

* improve comments to show if multi-assessments relate to proposed parcels
* improve handling of addresses for proposed parcels by limiting to one per property number
* improve handling of muti-assessment retirements by better detection of overlapping parcels
* improve edit rules:
* resolution of 'gridlocked' properties - now P edits can replace a property if that property can be matched elsewhere
* limit address updates for proposed parcels to one per property number
* better detect overlapping parcels when dealing with muti-assessment retirements
* better determining of when to use new_road flag
* prevent retiring multi-assessment properties that can't be matched later to another valid parcel
* improve comments:
* show if multi-assessments relate to proposed parcels
* show if property updates involve new properties
* explain why valid properties are being removed from multi-assessments (so they can be later matched to the correct parcel)

##### May 2015

Expand Down

0 comments on commit c4d9b95

Please sign in to comment.