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) @12294   7 years bastiK fix
(edit) @11853   7 years Don-vip reduce visibility of Projections maps
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9950   8 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9597   8 years bastiK remove GRS80 as datum code (see #12186)
(edit) @9580   8 years bastiK update hermannskogel datum (followin proj.4) - see #12186
(edit) @9578   8 years bastiK update carthage datum (following proj.4)
(edit) @9577   8 years bastiK use proj.4 id for Clarke 1880 IGN ellipsoid (see #12186)
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9560   8 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9549   8 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9370   8 years bastiK unit test & javadoc
(edit) @9240   8 years bastiK javadoc
(edit) @9135   8 years Don-vip checkstyle
(edit) @9133   8 years bastiK see #12186 - add more projections The list of projections is now …
(edit) @9127   8 years bastiK see #12186 - simplify method return type
(edit) @9126   8 years bastiK see #12186 - rework loading of projection definitions to make it …
(edit) @9108   8 years Don-vip checkstyle
(edit) @9104   8 years bastiK add more datums and ellipsoids (see #12186)
(edit) @9100   8 years bastiK applied #12181 - Add Netherlands RD projection (patch by vholten)
(edit) @8533   9 years Don-vip findbugs
(edit) @8451   9 years Don-vip fix #11512 - Add most commonly used ellipsoids (patch by BathoryPeter)
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8255   9 years bastiK fixed #11369 - Add EPSG:2019 projection
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7936   9 years bastiK add support for projection EPSG:25828 to EPSG:25838 (ETRS89 / UTM) - …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(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.