This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, [email protected]!) | ||
|
||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters