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) @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
(edit) @4225   13 years stoecker fix the error of last checkin
(edit) @4224   13 years stoecker reduce space used by images
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3922   13 years stoecker correct mercator projection scaling factor
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(edit) @3872   13 years stoecker see #5532 - add missing addProjectsions() function nobody seems able …
(edit) @3821   13 years stoecker fix strings
(edit) @3779   13 years Upliner Identify projections in offset bookmarks by EPSG codes, bugfixes in …
(edit) @3692   13 years bastiK applied #5681 (patch by Hanno Hecker) - fix to SWEREF99 / EPSG:3008 …
(edit) @3690   13 years bastiK applied #5681 (patch by Hanno Hecker) add SWEREF99 / EPSG:3008 …
(edit) @3689   13 years bastiK fixed #5682 - npe in cellrenderer when shutting down JOSM
(edit) @3676   13 years stoecker apply #5664 - patch by verbatium - Fix Lambert EST
(edit) @3635   13 years bastiK applied #5551 (patch by extropy) - Added LKS-92 projection for Latvia
(edit) @3530   14 years stoecker fix array preferences
(edit) @3480   14 years bastiK fixed some issues with world bounds; add basic projection tests
(edit) @3477   14 years stoecker apply patch by Gnonthgol - fix #5330 - UTM issues
(edit) @3473   14 years bastiK see #5327 (patch by sbrunner) - Swissgrild uses approximate formulas …
(edit) @3385   14 years jttt Fix warnings
(edit) @3343   14 years stoecker fix #5181 - changed french projections - patch by Pieren#
(edit) @3232   14 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3205   14 years framm revert Mercator EPSG back to 3857
(edit) @3204   14 years Gubaer fixed EPSG code for Mercator projection
(edit) @3168   14 years bastiK applied #4641 - projection change for the French Cadastre (patch by pieren)
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2699   14 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2612   14 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2532   14 years Gubaer Fixing NPE sometimes occuring at startup in Lambert projection
Note: See TracRevisionLog for help on using the revision log.