Grzegorz Nowak

Results 12 issues of Grzegorz Nowak

could be used to keep license in java files up to date

They are in jts-test-library/src/main/scripts.

enhancement

First line of every copy(): `assert getClass() == < LiteralOfImplementingClass >.class` Mainly to limit cases where copy is used and only partial copy would be provided. This is not needed...

http://retrotranslator.sourceforge.net/ http://retroweaver.sourceforge.net/ http://jbossretro.jboss.org/ So there would be 3 editions of jts: jts-< version > jts-< version >-jdk14 jts-< version >-gwt

Include subpages which will replace pdfs in jts/src/site. Useful: https://help.github.com/categories/20/articles

enhancement

Add thresholds which will warn about minor degradation, fail the build in case of major performance issues? http://stackoverflow.com/a/513259/973070 might be helpful.

enhancement

Use logging library instead of System.out so it's possible to limit log output (instead of totally redirecting it to files).

bug

- ms support is already available in hibernate spatial.

feature

Caused by getting string bytes in UTF-8: https://github.com/mapfish/mapfish-print/blob/development/core/src/main/java/org/mapfish/print/map/geotools/FeaturesParser.java#L158 even FeatureJSON expects platform specific encoding here: https://github.com/geotools/geotools/blob/master/modules/unsupported/geojson/src/main/java/org/geotools/geojson/GeoJSONUtil.java#L93 Quick fix would mean using String.getBytes() instead of the one accepting charset and commenting...