source: josm/trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(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) @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) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(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) @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) @6162   11 years bastiK applied #8987 - immutable coordinates (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) @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) @4206   13 years bastiK change heading formula to something sane
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3656   13 years bastiK applied #5604 (patch by m.zdila) - support different formats of GPS …
(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) @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) @2332   14 years Gubaer Some updates in download dialog and related
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2174   15 years stoecker added context handling for translated strings
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1789   15 years stoecker fixed charset issue
(edit) @1733   15 years stoecker fixed #2821, #2775 - agpifojpicture position wrong, preferences …
(edit) @1728   15 years stoecker fixed #2804 - move mode not working
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1209   15 years framm - cosmetics
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1108   15 years framm - new preference setting allows switching between decimal coordinates …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @589   16 years framm - cosmetics
(edit) @587   16 years framm - new boolean config option draw.rawgps.direction enables arrowheads …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/data/coor/LatLon.java
(edit) @318   17 years imi - fixed source file encoding (UTF-8, not ISO8859!)
Note: See TracRevisionLog for help on using the revision log.