Andrea Aime
Andrea Aime
Hi, I'm working in a project where parboiled is used along with other libraries that also use ASM, but depend on a different version of it. The ASM FAQ suggest...
Building on: ```` mvn --version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: /home/aaime/apps/apache-maven-3.3.9 Java version: 1.8.0_121, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: it_IT, platform encoding: UTF-8 OS name:...
I have a multi-module Maven project that contains a number of XML files, which I'd like to format with the WTP formatter, using a custom configuration for it. The configuration...
[](https://osgeo-org.atlassian.net/browse/GEOS-10610) See [GSIP-214](https://github.com/geoserver/geoserver/wiki/GSIP-214) @jodygarnett regarding [GEOS-6637](https://osgeo-org.atlassian.net/browse/GEOS-6637), the ability to recalculate the bounding boxes was already built into the rest API, using a "calculate" attribute on coverages, and a "recalculate" one...
[](https://osgeo-org.atlassian.net/browse/GEOS-10583) @taba90 @prushforth @fernandor777 the modules using this spring-oxm dependencies are GeoFence, MapML and backup-restore. I did not see any new build failure with the upgrade, but could you check...
I've found out that sorting a list of GeoTools features by their Geometry causes an unchecked method invocation warning to be issued. E.g.: ```java List features = ...; featuresList.sort(Comparator.comparing(f ->...
The GeoTools rendering code uses the densifier to add extra points in long lines, to prepare them for reprojection, which could generate curves out of the original straight lines. We...
Currently generating a linestring with z values results in "POINT Z(x y z)". This has been introduced in https://github.com/locationtech/jts/commit/b464d54960cf0c99195a0f93a26ccfeab55c7f55 However, SQLServer does not understand the Z specifier, and would like...
I'm working with a library that uses generators a lot, to return potentially very large lists of values (several millions). It would be nice to map the the python generators...
Landing on the repository one can see all spec versions up to 2.2 There is a branch with a v3 that is not visible unless one knows where to look....