source: josm/trunk/src/org/openstreetmap/josm/data/coor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9983   8 years Don-vip remove unused code
(edit) @9950   8 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9862   8 years simon04 fix #12563 - Allow to customize LatLon formatting Use the preference …
(edit) @9861   8 years simon04 Unit test, Javadoc for LatLon
(edit) @9796   8 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9558   8 years bastiK always normalize longitude before projection and after inverse …
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9375   8 years simon04 Java 7: use Objects.equals and Objects.hash (fixup r9371)
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9243   8 years Don-vip javadoc update
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @8906   8 years Don-vip remove deprecated stuff
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8557   9 years Don-vip checkstyle
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7509   10 years stoecker remove tabs
(edit) @7236   10 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6669   10 years Don-vip see #9565 - don't consider infinite coordinates as valid
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6500   10 years simon04 Add Javadoc for LatLon, add unit tests for LatLonDialog (parsing)
(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) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6169   11 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   11 years Don-vip see #8987 - make it public
(edit) @6167   11 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   11 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6165   11 years Don-vip see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
(edit) @6163   11 years Don-vip fix #8987 - fix Coordinate.equals() broken in r6162
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5523   12 years Don-vip fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
(edit) @5474   12 years Don-vip fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
(edit) @5268   12 years simon04 fix #7740 - Fix roundToOsmPrecision() accuracy (patch by mrwojo)
(edit) @5235   12 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4640   12 years Don-vip Method to know if an EastNorth is valid (x & y != NaN)
(edit) @4580   12 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4574   12 years Don-vip fix #7028 - Dragging map is extremely slow when large GPX file is loaded
(edit) @4541   12 years Don-vip Fixed rounding error in LatLon.roundToOsmPrecision()
(edit) @4476   13 years Don-vip LatLon: add a simple way to test validity
(edit) @4423   13 years bastiK applied #6834 - Imagery providers slippy map enhancements: polygon …
(edit) @4319   13 years bastiK mappaint: split NodeElemStyle into icon/symbol part and text part
(edit) @4206   13 years bastiK change heading formula to something sane
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4134   13 years bastiK see #67 - new parallel way drawing mode (patch by Ole Jørgen Brønner)
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3837   13 years framm new viewport following function; moves the viewport so that the last …
(edit) @3656   13 years bastiK applied #5604 (patch by m.zdila) - support different formats of GPS …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3438   14 years stoecker fix some charset errors
(edit) @3412   14 years bastiK fixed #3187 - Feature request: coordinates also in degrees minutes
(edit) @3411   14 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3253   14 years jttt See #3892: NPE when dragging virtual node (further debugging info)
(edit) @3158   14 years jttt Use simple casting instead of Math.floor(). Should do the same thing …
(edit) @3145   14 years jttt Do not keep width at QBLevel, simplify QuadTilling.index
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3067   14 years bastiK applied #4645 - option to show projected coordinates instead of …
(edit) @3018   14 years bastiK fixed #4566 - seperator and decimal-point in download dialog
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2891   14 years bastiK Made the bbox display in the 'Bookmarks' tab of the download dialog …
(edit) @2845   14 years mjulius fix messages for data
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2699   14 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2694   14 years Gubaer fixed one off in getRoundedToOsmPrecision()
(edit) @2693   14 years Gubaer added getRoundedToOsmPrecision(), going to be used in the validator …
(edit) @2612   14 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2570   14 years bastiK Changed the greatCircleDistance formula to haver-sine. The old cosine …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2457   14 years Gubaer Added hashCode() and equals() on LatLon
(edit) @2422   14 years jttt
(edit) @2332   14 years Gubaer Some updates in download dialog and related
Note: See TracRevisionLog for help on using the revision log.