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) @6316   9 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   9 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6268   10 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6267   10 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   10 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6222   10 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6203   10 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6142   10 years Don-vip see #8902 - fix compilation warnings
(edit) @6135   10 years Don-vip fix javadoc/warnings
(edit) @6104   10 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   10 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6069   10 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6003   10 years Don-vip Fallback to core projections when proj4j plugin fails to get one
(edit) @5926   10 years bastiK clean up imports
(edit) @5909   10 years stoecker fix all remaining javadoc warnings
(edit) @5903   10 years stoecker fix javadoc
(edit) @5889   10 years Don-vip fix potential bugs detected by FindBugs
(edit) @5874   10 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5817   10 years stoecker fix javadoc
(edit) @5634   10 years bastiK add option to select projection by code this means it is no longer …
(edit) @5554   10 years bastiK join ProjectionInfo and Projections the first is not referenced in …
(edit) @5551   10 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5548   10 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5429   11 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5279   11 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5266   11 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5239   11 years bastiK projections: minor stuff
(edit) @5237   11 years bastiK projection: minor improvements
(edit) @5236   11 years bastiK * removed offset option from UTM which is probably rarely used. …
(edit) @5235   11 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   11 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5232   11 years bastiK change UTM datum to WGS84. This is correct according to Wikipedia and …
(edit) @5230   11 years bastiK use standard parameter set for lambert projection
(edit) @5228   11 years bastiK improved custom projection
(edit) @5227   11 years bastiK finish custom projection
(edit) @5226   11 years bastiK improvements for custom projection
(edit) @5202   11 years simon04 typo
(edit) @5073   11 years bastiK move ntv2 to datum (see #7494)
(edit) @5072   11 years bastiK basic support for custom projections (see #7495)
(edit) @5067   11 years bastiK extend options for ellipsoid, use formal definition instead of …
(edit) @5066   11 years bastiK Proj parameter refactoring (see #7495)
(edit) @5040   11 years Don-vip Allow plugins to retrieve known Lambert projection parameters
(edit) @5039   11 years Don-vip Allow plugins to retrieve known projection parameters
(edit) @5022   11 years Don-vip see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian …
(edit) @4869   11 years jttt Use final were appropriate
(edit) @4781   11 years Don-vip Fix Lambert 93 projection (France)
(edit) @4673   11 years Don-vip Add Lambert 93 projection (France)
(edit) @4382   12 years bastiK applied #6753 - enhance project Lambert CC 9 zones (patch by pieren)
(edit) @4341   12 years stoecker fix #6702 - patch by Casiope - i18n issue
(edit) @4305   12 years bastiK fixed #5950 - z-index does not affect casing
(edit) @4304   12 years bastiK fixed #6681 - Exception when starting JOSM
(edit) @4289   12 years bastiK add Gauß-Krüger projection
(edit) @4288   12 years bastiK fix: also fire projection change, when switching between subprojections
(edit) @4285   12 years bastiK major projection rework More modular structure, inspired by Proj.4. …
(edit) @4275   12 years bastiK utm projection: offset should be off by default
(edit) @4225   12 years stoecker fix the error of last checkin
(edit) @4224   12 years stoecker reduce space used by images
(edit) @4126   12 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3922   12 years stoecker correct mercator projection scaling factor
(edit) @3874   12 years bastiK use classloader to find projections from plugins
(edit) @3872   12 years stoecker see #5532 - add missing addProjectsions() function nobody seems able …
(edit) @3821   12 years stoecker fix strings
(edit) @3779   12 years Upliner Identify projections in offset bookmarks by EPSG codes, bugfixes in …
(edit) @3692   12 years bastiK applied #5681 (patch by Hanno Hecker) - fix to SWEREF99 / EPSG:3008 …
(edit) @3690   12 years bastiK applied #5681 (patch by Hanno Hecker) add SWEREF99 / EPSG:3008 …
(edit) @3689   12 years bastiK fixed #5682 - npe in cellrenderer when shutting down JOSM
(edit) @3676   12 years stoecker apply #5664 - patch by verbatium - Fix Lambert EST
(edit) @3635   12 years bastiK applied #5551 (patch by extropy) - Added LKS-92 projection for Latvia
(edit) @3530   13 years stoecker fix array preferences
(edit) @3480   13 years bastiK fixed some issues with world bounds; add basic projection tests
(edit) @3477   13 years stoecker apply patch by Gnonthgol - fix #5330 - UTM issues
(edit) @3473   13 years bastiK see #5327 (patch by sbrunner) - Swissgrild uses approximate formulas …
(edit) @3385   13 years jttt Fix warnings
(edit) @3343   13 years stoecker fix #5181 - changed french projections - patch by Pieren#
(edit) @3232   13 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3205   13 years framm revert Mercator EPSG back to 3857
(edit) @3204   13 years Gubaer fixed EPSG code for Mercator projection
(edit) @3168   13 years bastiK applied #4641 - projection change for the French Cadastre (patch by pieren)
(edit) @3083   13 years bastiK added svn:eol-style=native to source files
(edit) @2990   13 years jttt Fix some eclipse warnings
(edit) @2789   13 years jttt Fixed some FindBugs warnings
(edit) @2699   13 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2676   13 years jttt Fix some of the warnings found by FindBugs
(edit) @2620   13 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2612   13 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2532   13 years Gubaer Fixing NPE sometimes occuring at startup in Lambert projection
(edit) @2516   13 years stoecker close #4015 - Zoomlevel changes whenever the preference dialog is closed
(edit) @2513   13 years stoecker fixed #3989 - typo
(edit) @2512   13 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2511   13 years stoecker close #3581 - polish coordinate systems - patch by stlman poczta fm
(edit) @2509   13 years stoecker fixed NPE - closes #3989
(edit) @2507   13 years stoecker apply #2989 - patch by pieren - improve lambert projection
(edit) @2499   13 years stoecker see #3989 - subprojection fixes
(edit) @2496   13 years stoecker see #3989 - subprojection fixes
(edit) @2491   13 years stoecker fix for subprojections
(edit) @2304   13 years stoecker apply #3737 - patch by Pieren - new Lambert zones for France, still …
(edit) @2272   13 years stoecker first partial support for sub preferences, not yet functional
(edit) @2114   14 years stoecker see #3016 - patch by xeen - fixes some zooming issues
(edit) @2017   14 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1977   14 years stoecker close #3255 - patch by pieren - minor projection fix
Note: See TracRevisionLog for help on using the revision log.