|
|
@6296
|
9 years |
Don-vip |
Sonar/Findbugs - Avoid commented-out lines of code, javadoc
|
|
|
@6248
|
10 years |
Don-vip |
Rework console output:
- new log level "error"
- Replace nearly all …
|
|
|
@6226
|
10 years |
Don-vip |
fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
|
|
|
@6203
|
10 years |
Don-vip |
fix #9024 - bbox/bounds memory optimizations (modified patch by …
|
|
|
@6178
|
10 years |
Don-vip |
fix #9002 - QuadBuckets improvements (patch by shinigami)
|
|
|
@6173
|
10 years |
Don-vip |
fix #8987 - immutable coordinates (patch by shinigami)
|
|
|
@6171
|
10 years |
Don-vip |
fix #8986 - Data loading/bbox index counting optimization (patch by …
|
|
|
@6169
|
10 years |
Don-vip |
fix #8987 - Fix NPE and Findbugs/Sonar violations
|
|
|
@6168
|
10 years |
Don-vip |
see #8987 - make it public
|
|
|
@6167
|
10 years |
Don-vip |
see #8987 - add missing clone() methods to fix broken plugins
|
|
|
@6166
|
10 years |
Don-vip |
see #8987 - refactor/add missing distance() methods to fix broken plugins
|
|
|
@6165
|
10 years |
Don-vip |
see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
|
|
|
@6163
|
10 years |
Don-vip |
fix #8987 - fix Coordinate.equals() broken in r6162
|
|
|
@6162
|
10 years |
bastiK |
applied #8987 - immutable coordinates (patch by shinigami)
|
|
|
@6084
|
10 years |
bastiK |
see #8902 - add missing @Override annotations (patch by shinigami)
|
|
|
@6069
|
10 years |
stoecker |
see #8853 remove tabs, trailing spaces, windows line ends, strange …
|
|
|
@5909
|
10 years |
stoecker |
fix all remaining javadoc warnings
|
|
|
@5523
|
11 years |
Don-vip |
fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
|
|
|
@5474
|
11 years |
Don-vip |
fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
|
|
|
@5268
|
11 years |
simon04 |
fix #7740 - Fix roundToOsmPrecision() accuracy (patch by mrwojo)
|
|
|
@5235
|
11 years |
bastiK |
no rounding for projection bounds, to avoid 42 being dispayed as …
|
|
|
@4869
|
11 years |
jttt |
Use final were appropriate
|
|
|
@4640
|
11 years |
Don-vip |
Method to know if an EastNorth is valid (x & y != NaN)
|
|
|
@4580
|
11 years |
Don-vip |
see #2212 - Allow JOSM to download data crossing the 180th meridian
|
|
|
@4574
|
11 years |
Don-vip |
fix #7028 - Dragging map is extremely slow when large GPX file is loaded
|
|
|
@4541
|
11 years |
Don-vip |
Fixed rounding error in LatLon.roundToOsmPrecision()
|
|
|
@4476
|
12 years |
Don-vip |
LatLon: add a simple way to test validity
|
|
|
@4423
|
12 years |
bastiK |
applied #6834 - Imagery providers slippy map enhancements: polygon …
|
|
|
@4319
|
12 years |
bastiK |
mappaint: split NodeElemStyle into icon/symbol part and text part
|
|
|
@4206
|
12 years |
bastiK |
change heading formula to something sane
|
|
|
@4191
|
12 years |
stoecker |
remove old debug stuff
|
|
|
@4134
|
12 years |
bastiK |
see #67 - new parallel way drawing mode (patch by Ole Jørgen Brønner)
|
|
|
@4126
|
12 years |
bastiK |
memory optimizations for Node & WayPoint (Patch by Gubaer, modified)
…
|
|
|
@3837
|
12 years |
framm |
new viewport following function; moves the viewport so that the last …
|
|
|
@3656
|
12 years |
bastiK |
applied #5604 (patch by m.zdila) - support different formats of GPS …
|
|
|
@3530
|
13 years |
stoecker |
fix array preferences
|
|
|
@3438
|
13 years |
stoecker |
fix some charset errors
|
|
|
@3412
|
13 years |
bastiK |
fixed #3187 - Feature request: coordinates also in degrees minutes
|
|
|
@3411
|
13 years |
bastiK |
fixed #5275 - Displayed co-ordinate precision adjustment
|
|
|
@3253
|
13 years |
jttt |
See #3892: NPE when dragging virtual node (further debugging info)
|
|
|
@3158
|
13 years |
jttt |
Use simple casting instead of Math.floor(). Should do the same thing …
|
|
|
@3145
|
13 years |
jttt |
Do not keep width at QBLevel, simplify QuadTilling.index
|
|
|
@3083
|
13 years |
bastiK |
added svn:eol-style=native to source files
|
|
|
@3067
|
13 years |
bastiK |
applied #4645 - option to show projected coordinates instead of …
|
|
|
@3018
|
13 years |
bastiK |
fixed #4566 - seperator and decimal-point in download dialog
|
|
|
@2990
|
13 years |
jttt |
Fix some eclipse warnings
|
|
|
@2891
|
13 years |
bastiK |
Made the bbox display in the 'Bookmarks' tab of the download dialog …
|
|
|
@2845
|
13 years |
mjulius |
fix messages for data
|
|
|
@2711
|
13 years |
stoecker |
fix bad line endings
|
|
|
@2699
|
13 years |
mjulius |
moved MAX_SERVER_PRECISION from Projection to LatLon …
|
|
|
@2694
|
13 years |
Gubaer |
fixed one off in getRoundedToOsmPrecision()
|
|
|
@2693
|
13 years |
Gubaer |
added getRoundedToOsmPrecision(), going to be used in the validator …
|
|
|
@2612
|
13 years |
mjulius |
Fixes #4083 - exception when copying relation with incomplete node …
|
|
|
@2570
|
13 years |
bastiK |
Changed the greatCircleDistance formula to haver-sine.
The old cosine …
|
|
|
@2512
|
13 years |
stoecker |
i18n updated, fixed files to reduce problems when applying patches, …
|
|
|
@2457
|
13 years |
Gubaer |
Added hashCode() and equals() on LatLon
|
|
|
@2422
|
13 years |
jttt |
|
|
|
@2332
|
13 years |
Gubaer |
Some updates in download dialog and related
|
|
|
@2327
|
13 years |
Gubaer |
Cleanup in download logic (less global, more encapsulation)
|
|
|
@2263
|
13 years |
stoecker |
applied #3671 - patch by Dave Hansen - performance fixes of data storage
|
|
|
@2174
|
14 years |
stoecker |
added context handling for translated strings
|
|
|
@2165
|
14 years |
stoecker |
applied #3532 - path by Dave Hansen - infrastructure for faster data access
|
|
|
@2017
|
14 years |
Gubaer |
removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of …
|
|
|
@1990
|
14 years |
Gubaer |
fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
|
|
|
@1789
|
14 years |
stoecker |
fixed charset issue
|
|
|
@1747
|
14 years |
stoecker |
close #2874 (NPE), improved external style handling
|
|
|
@1733
|
14 years |
stoecker |
fixed #2821, #2775 - agpifojpicture position wrong, preferences …
|
|
|
@1728
|
14 years |
stoecker |
fixed #2804 - move mode not working
|
|
|
@1724
|
14 years |
stoecker |
some more changes and bug fixes related to new projection stuff - GPX …
|
|
|
@1722
|
14 years |
stoecker |
Large rework in projection handling - now allows only switching and …
|
|
|
@1209
|
14 years |
framm |
- cosmetics
|
|
|
@1169
|
14 years |
stoecker |
removed usage of tab stops
|
|
|
@1108
|
14 years |
framm |
- new preference setting allows switching between decimal coordinates …
|
|
|
@1094
|
14 years |
framm |
- make Coordinate class serializable
|
|
|
@1076
|
14 years |
framm |
- replaced he align-in-rectangle function with a more general method …
|
|
|
@1004
|
15 years |
framm |
- display a confirmation request if user tries to delete data outside …
|
|
|
@655
|
15 years |
ramack |
patch by bruce89, closes #812; thanks bruce
|
|
|
@627
|
15 years |
framm |
- added svn:eol-style prop to all .java files. it is suggested that …
|
|
|
@626
|
15 years |
framm |
- ye grande eol style fixe
|
|
|
@608
|
15 years |
framm |
- new extrude mode allows creation of rectangular shapes
- new …
|
|
|
@589
|
15 years |
framm |
- cosmetics
|
|
|
@587
|
15 years |
framm |
- new boolean config option draw.rawgps.direction enables arrowheads …
|
|
|
@553
|
15 years |
david |
(a) add preference dialog, (b) add audio tracing
|
|
|
@486
|
15 years |
framm |
- built-in mappaint. mappaint plugin no longer required and will be …
|
|
|
@477
|
15 years |
gebner |
EastNorth.add
|
|
|
@456
|
15 years |
framm |
- make coordinate class serializable (for use in wmsplugin)
|
|
|
@321
|
16 years |
(none) |
- restructure of repository to support branches. Do 'svn switch …
|
|
copied from src/org/openstreetmap/josm/data/coor:
|
|
|
@318
|
16 years |
imi |
- fixed source file encoding (UTF-8, not ISO8859!)
|