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) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8255   9 years bastiK fixed #11369 - Add EPSG:2019 projection
(edit) @7951   9 years Don-vip fix some Sonar issues
(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) @7509   10 years stoecker remove tabs
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7371   10 years Don-vip make fields final
(edit) @7370   10 years Don-vip Make CustomProjection.Param public so it can be used by plugins + javadoc
(edit) @7294   10 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7184   10 years Don-vip fix #10077 - typos in error messages
(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) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6974   10 years bastiK applied #9407 - fix for Hungarian EOV projection (patch by BathoryPeter)
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6854   10 years bastiK applied #9724 - User-defined WMS SRS setting for custom projections …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6798   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) @6388   10 years simon04 fix #9111 - fix wording/typos in English strings
(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) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6135   11 years Don-vip fix javadoc/warnings
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6003   11 years Don-vip Fallback to core projections when proj4j plugin fails to get one
(edit) @5926   11 years bastiK clean up imports
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5903   11 years stoecker fix javadoc
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5817   11 years stoecker fix javadoc
(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) @5551   11 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5548   11 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5279   12 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5239   12 years bastiK projections: minor stuff
(edit) @5237   12 years bastiK projection: minor improvements
(edit) @5236   12 years bastiK * removed offset option from UTM which is probably rarely used. …
(edit) @5235   12 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5232   12 years bastiK change UTM datum to WGS84. This is correct according to Wikipedia and …
(edit) @5230   12 years bastiK use standard parameter set for lambert projection
(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) @5202   12 years simon04 typo
(edit) @5073   12 years bastiK move ntv2 to datum (see #7494)
(edit) @5072   12 years bastiK basic support for custom projections (see #7495)
(edit) @5067   12 years bastiK extend options for ellipsoid, use formal definition instead of …
(edit) @5066   12 years bastiK Proj parameter refactoring (see #7495)
(edit) @5040   12 years Don-vip Allow plugins to retrieve known Lambert projection parameters
(edit) @5039   12 years Don-vip Allow plugins to retrieve known projection parameters
(edit) @5022   12 years Don-vip see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian …
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4781   12 years Don-vip Fix Lambert 93 projection (France)
(edit) @4673   12 years Don-vip Add Lambert 93 projection (France)
(edit) @4382   13 years bastiK applied #6753 - enhance project Lambert CC 9 zones (patch by pieren)
(edit) @4341   13 years stoecker fix #6702 - patch by Casiope - i18n issue
(edit) @4305   13 years bastiK fixed #5950 - z-index does not affect casing
(edit) @4304   13 years bastiK fixed #6681 - Exception when starting JOSM
(edit) @4289   13 years bastiK add Gauß-Krüger projection
(edit) @4288   13 years bastiK fix: also fire projection change, when switching between subprojections
(edit) @4285   13 years bastiK major projection rework More modular structure, inspired by Proj.4. …
(edit) @4275   13 years bastiK utm projection: offset should be off by default
Note: See TracRevisionLog for help on using the revision log.