source: josm/trunk/src/org/openstreetmap/josm/data/projection

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12453   7 years bastiK see #14794 - remaining javadoc for the josm/data/ packages
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12295   7 years bastiK forgot annotation
(edit) @12294   7 years bastiK fix
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12236   7 years Don-vip checkstyle - add @deprecated javadoc tag
(edit) @12233   7 years Don-vip add missing @Deprecated tag
(edit) @12216   7 years bastiK deprecate unused methods
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12162   7 years michael2402 See #13415: Fix @since tags.
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12149   7 years bastiK fixed #4799 - Imagery offset not working in WGS 84
(edit) @12013   7 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @11936   7 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11853   7 years Don-vip reduce visibility of Projections maps
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11660   7 years Don-vip see #5399 - Swissgrid: add NTv2 grid file provided by swisstopo
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11555   7 years Don-vip see #14346 - checkstyle
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11549   7 years bastiK applied #14346 Rotation angle for Transverse Mercator projection …
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10871   8 years Don-vip see #13408 - fix javadoc
(edit) @10870   8 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10836   8 years Don-vip see #11924 - fix javadoc warnings seen with Java 9
(edit) @10829   8 years Don-vip see #13306 - fix wrong version number
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10699   8 years Don-vip fix #13255 - Document AbstractProjection (patch by michael2402) - gsoc-core
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10381   8 years Don-vip see #12959 - fix javadoc warning
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9998   8 years Don-vip sonar - remove fields used as local variables only
(edit) @9992   8 years Don-vip sonar - fix more issues
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9974   8 years Don-vip sonar - rename fields to match code conventions, remove empty instruction
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9955   8 years Don-vip see #11516 - fix javadoc warning
(edit) @9950   8 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
(edit) @9642   8 years wiktorn Correct METER_PER_UNIT_DEGREE to match values in OpenLayers and QGIS. …
(edit) @9639   8 years stoecker fix possible resource leaks
(edit) @9636   8 years bastiK remove unnecessary assignment (see #12186)
(edit) @9631   8 years Don-vip checkstyle
(edit) @9630   8 years wiktorn Document source of METER_PER_UNIT_DEGREE. See #12186
(edit) @9628   8 years bastiK fix WMTS with EPSG:4326 broken in [9608] (see #12186)
(edit) @9608   8 years bastiK change default unit to meter (see #12186)
(edit) @9600   8 years bastiK fix Coverity Scan warning (see #12186)
(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) @9579   8 years bastiK fix bounds that are too large and make tests fail (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) @9573   8 years Don-vip see #12186 - checkstyle
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9562   8 years Don-vip see #12186 - checkstyle
(edit) @9560   8 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9559   8 years bastiK auto-detect poles in view (see #12186)
(edit) @9558   8 years bastiK always normalize longitude before projection and after inverse …
(edit) @9555   8 years Don-vip see #12186 - checkstyle
(edit) @9549   8 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(edit) @9545   8 years Don-vip fix javadoc errors/warnings
(edit) @9535   8 years bastiK see #12186 - update tests
(edit) @9534   8 years Don-vip see #12186 - checkstyle
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9432   8 years bastiK see #12186 - javadoc
(edit) @9431   8 years bastiK see #2212, see #12186 - improve display for polar projections
(edit) @9428   8 years Don-vip see #12186 - fix some javadoc warnings
(edit) @9426   8 years Don-vip see #12186 - checkstyle
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
Note: See TracRevisionLog for help on using the revision log.