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) @8638   9 years Klumbumbus fix #11745 - typo
(edit) @8611   9 years Don-vip Add robustness to UNITS_TO_METERS parameters - this solves the …
(edit) @8610   9 years bastiK get rid of redundant ellipsoid info in epsg file
(edit) @8609   9 years bastiK add proj.4 syntax "+proj=utm +zone=... [+south]" for CustomProjection …
(edit) @8608   9 years Don-vip define static variable before first use to see if it solves NPE in …
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8451   9 years Don-vip fix #11512 - Add most commonly used ellipsoids (patch by BathoryPeter)
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(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
Note: See TracRevisionLog for help on using the revision log.