Hello,
I am curious about the OSS license landscape in the geospatial open source
community. Off the top of my head, these are the common licenses:
GPL (2.0,3.0,LGPL, Affero)
Mozilla Public License 2.0
Apache
MIT
BSD 2 clause
>From what I understand, Affero is the strictest, and MIT/BSD are the
Hi,
I've prepared a 2.0.2 RC2 with the following fixes on top of RC1:
- ogr2ogr: fix -skip mode to rollback current transaction in case of failed
insertion (#6328)
- Ili1: Fix spread surface polygon rings for linearized features
- remove .gitignore in source archive
Peek up an archive among the
Le samedi 23 janvier 2016 17:33:44, Jürgen E. Fischer a écrit :
> Hi Even,
>
> On Sat, 23. Jan 2016 at 16:10:56 +0100, Even Rouault wrote:
> > Here's what I tried:
> The problem appears in the following layer. The transaction is still in an
> unusable state and hence the next statement also fails
Hi Even,
On Sat, 23. Jan 2016 at 16:10:56 +0100, Even Rouault wrote:
> Here's what I tried:
The problem appears in the following layer. The transaction is still in an
unusable state and hence the next statement also fails (ERROR 1: ERROR: current
transaction is aborted, commands ignored until en
Hi Jürgen,
your change looks sane, but I'm unable to reproduce an issue with the current
code, as before each insertion in skip_failures mode, the previous transaction
is committed (since -gt is forced to 1) (which seems to have the effect of a
rollback, but that perhaps only works in some cont
Hi Even,
On Fri, 22. Jan 2016 at 12:14:32 +0100, Even Rouault wrote:
> ... and now a GDAL/OGR 2.0.2 release candidate. Please review and test.
I added it to OSGeo4W as experimental.
I found one problem that causes ogr2ogr to break when inserting duplicate data
into postgres although -skipfailure
I've committed the enhancement to the trunk.
The new options are USE_PREPARED_GEOMETRIES, which defaults to YES, and
PRETEST_CONTAINMENT (note the change in this key), which defaults to NO.
Prepared geometries are used in Intersection, Union, and Identity.
Ari
22.01.2016, 15:06, Kai Muehlbau