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) @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 …
(edit) @9370   8 years bastiK unit test & javadoc
(edit) @9243   8 years Don-vip javadoc update
(edit) @9240   8 years bastiK javadoc
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9139   8 years bastiK see #12186 - more conservative bounds for transverse mercator
(edit) @9135   8 years Don-vip checkstyle
(edit) @9133   8 years bastiK see #12186 - add more projections The list of projections is now …
(edit) @9132   8 years Don-vip fix javadoc errors
(edit) @9128   8 years bastiK see #12186 - rework projection parameters loading so it can be …
(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) @9125   8 years bastiK see #12186 - add projection parameter vunits (ignored)
(edit) @9124   8 years bastiK guess resonable projection bounds, when they haven't been specified …
(edit) @9121   8 years bastiK typo in [9118] (see #12186)
(edit) @9118   8 years bastiK more stable zoom&move for extreme scales and unusual world bounds
(edit) @9117   8 years Don-vip checkstyle
(edit) @9116   8 years bastiK fix projection near 180 degree meridian (see #12186)
(edit) @9112   8 years bastiK applied #12185 - support latitude of natural origin for Transverse …
(edit) @9108   8 years Don-vip checkstyle
(edit) @9106   8 years bastiK do not throw an error when datum is missing, return NullDatum instead …
(edit) @9105   8 years bastiK add support for proj.4 parameter +pm=* - prime meridian (see #12186)
(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)
Note: See TracRevisionLog for help on using the revision log.