source: josm/trunk/src/org/openstreetmap/josm/data/projection/Projections.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6488   10 years Don-vip cleanup in data folder
(edit) @6463   10 years bastiK applied #9407 - Add Hungarian EOV projection and GRS67 ellipsoid …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6135   11 years Don-vip fix javadoc/warnings
(edit) @6003   11 years Don-vip Fallback to core projections when proj4j plugin fails to get one
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5634   11 years bastiK add option to select projection by code this means it is no longer …
(edit) @5554   11 years bastiK join ProjectionInfo and Projections the first is not referenced in …
(edit) @5548   11 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5237   12 years bastiK projection: minor improvements
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5228   12 years bastiK improved custom projection
(edit) @5227   12 years bastiK finish custom projection
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5072   12 years bastiK basic support for custom projections (see #7495)
(edit) @5022   12 years Don-vip see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian …
(edit) @4673   12 years Don-vip Add Lambert 93 projection (France)
(edit) @4289   13 years bastiK add Gauß-Krüger projection
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(add) @3872   13 years stoecker see #5532 - add missing addProjectsions() function nobody seems able …
Note: See TracRevisionLog for help on using the revision log.