Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmith committed May 29, 2014
1 parent 61fe5a7 commit 21f81b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
CHANGELOG

0.1.2 / 2014-05-29
* Add LineInterpolatePoint -- returns a point interpolated along a line, ala
similar functionality in PostGIS, useful for geocoding, for example.

* Allow GEOS version 3.3.9 (in addition to 3.3.8) -- support for GEOS version >=
3.4.x may be pending in 0.1.3.

* Add ProjectNormalized -- linear referencing function (thanks, bdon@bdon.org!)

* Fix race condition -- library should be thread-safe with respect to underlying
GEOS C library.

* Fix bug with join and cap style constants.

0.1.1 / 2013-06-14
* Add BufferWithOpts -- provides user more control over buffering options,
including # of quadrant segments, end cap & join styles, mitre limit, and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Installation

### Requirements

* GEOS 3.3.x or greater
* GEOS 3.3.8 or 3.3.9

GEOS must be installed on your system to build gogeos.

Expand Down

0 comments on commit 21f81b2

Please sign in to comment.