Commit Graph
57 Commits
Author SHA1 Message Date
Holt59 ca9a00ea97 Update color for BasicDrawing. 2018-03-11 16:15:30 +01:00
Holt59 f3964f1958 Use a better projection for BasicDrawing. 2018-03-11 15:50:54 +01:00
Holt59 a2d03a0857 Throw exception for non-implemented drawGraph methods. 2018-03-10 22:25:59 +01:00
Holt59 9e8457337e Remove useless method in interfaces. 2018-03-10 22:18:59 +01:00
Holt59 094a2331af Clean code. 2018-03-10 20:39:21 +01:00
Holt59 84f01ce47e Add bounding-box in GraphStatistics. 2018-03-10 20:00:27 +01:00
Mikael Capelle 04bddb0d34 Update javadoc, clean Arc implementation. 2018-03-07 16:51:03 +01:00
Holt59 e5d1b30cfd Clean code. 2018-03-06 10:30:43 +01:00
Holt59 825108d10e Improve 'clear' performance (only clear overlays if possible). 2018-03-05 22:59:47 +01:00
Holt59 0102277821 Update default path color in BasicDrawing. 2018-03-05 21:46:01 +01:00
Mikael Capelle ddcc6dc06f Update path panel. 2018-03-05 19:27:30 +01:00
Mikael Capelle b77a39e01b Allow modification of color for overlays. 2018-03-05 18:35:01 +01:00
Mikael Capelle 98aba8dd06 Improve arc memory management. 2018-03-05 17:58:59 +01:00
Mikael Capelle be1176c1e3 Clean code. 2018-03-05 17:58:20 +01:00
Holt59 a1be0fc586 Fix marker size. 2018-03-04 21:24:30 +01:00
Holt59 8acc13c7f6 Change the way restrictions on arc are managed. 2018-03-04 21:22:52 +01:00
Holt59 92af449178 Create new class to have better scaling for markers with MapView. 2018-03-03 23:55:53 +01:00
Holt59 55dfcbd0fe Improve markers rendering. 2018-03-03 23:25:48 +01:00
Holt59 89b6bc5819 Fix issue with observers. 2018-03-03 18:21:16 +01:00
Holt59 bcfc8dac3d Change cursor above button. 2018-03-03 15:51:03 +01:00
Holt59 eb174d379d Move images to res/. 2018-03-03 15:46:26 +01:00
Holt59 f56d735d90 Add zoom controls to mapview drawing, avoid triggering drawingclick events with zoom control. 2018-03-03 15:36:35 +01:00
Holt59 dede97bc68 Add zoom controls to basic drawing. 2018-03-03 15:23:08 +01:00
Holt59 7827bfc63c Reorganize code. 2018-03-03 13:43:03 +01:00
Holt59 bc70c4267d Update polyline auto scaling width. 2018-03-03 12:48:55 +01:00
Holt59 6ae4e88d23 Add comments. 2018-03-03 00:43:38 +01:00
Holt59 0622f9fa83 Remove output in MapView. 2018-03-03 00:41:55 +01:00
Holt59 be94c670b7 Update graphics. 2018-03-02 23:48:57 +01:00
Mikael Capelle d442a7e910 Update some parameters to improve performances of MapViewDrawing. 2018-03-02 11:19:00 +01:00
Mikael Capelle 8bca08f795 Synchronize overlays operations in BasicDrawing. 2018-03-01 19:51:14 +01:00
Mikael Capelle a51e16c3dd Rename getInfo -> getInformation. 2018-03-01 13:35:11 +01:00
Mikael Capelle 0963f4a12f Use arc instead of only road type to find width and color for drawing. 2018-03-01 13:33:28 +01:00
Holt59 55e4f4dfdc Set default transform to ZoomAndPanListener to avoid bunch of exceptions. 2018-02-28 23:03:02 +01:00
Holt59 03a26ab083 Do not draw oneWay arc twice. 2018-02-28 20:57:52 +01:00
Holt59 592ef40e54 Remove debug output. 2018-02-27 23:27:29 +01:00
Holt59 7b2f3f3549 BasicDrawing now create a new image for each new graph to have better scaling. 2018-02-27 22:24:49 +01:00
Holt59 43835e4837 Remove drawPoint, switch to PointSetOverlay. 2018-02-27 22:09:57 +01:00
Holt59 1a664b8a3c Modify connection between MainWindow and the NotesInputPanel. 2018-02-26 11:31:00 +01:00
Holt59 05c4f0da2a Try to improve mapsforge auto file detection. 2018-02-25 21:39:57 +01:00
Holt59 d4b1ef0481 Remove unused constructor of BasicPathOverlay. 2018-02-25 20:17:39 +01:00
Holt59 b192bb4f07 Add info panel for SP solutions. 2018-02-25 20:03:06 +01:00
Holt59 96ca2b3a8a Add path overlays functionality. 2018-02-25 19:17:26 +01:00
Holt59 71202409b8 Rename some classes. 2018-02-25 18:34:48 +01:00
Holt59 ae460ff454 Remove drawLine. Better overlay for BasicDrawing. 2018-02-25 18:33:46 +01:00
Holt59 467253f9bb Re-organize code. 2018-02-25 18:13:22 +01:00
Holt59 29051be12b Create OverlayTracker as a prent of MarkerTracker to allow tracking of other objects. 2018-02-25 18:12:15 +01:00
Holt59 b6eb6d97ea Switch from int to byte for color in markers. 2018-02-25 16:50:16 +01:00
Holt59 422a3267ca Add possibility to show/hide a marker after its creation without having to delete/recreate it. 2018-02-25 16:43:37 +01:00
Holt59 9ae576a058 Fix size issue for point vs. marker. 2018-02-25 12:48:21 +01:00
Holt59 fc44ad93c3 Remove unwanted output. 2018-02-25 12:44:43 +01:00