1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 04:09:11 +02:00

78 Commits

Author SHA1 Message Date
e0000d7299 Sector lights rendering polishing 2025-02-10 20:25:53 +01:00
819a67158a IMG marine lights 2025-02-10 09:29:46 +01:00
335df85fae Code cleanup 2025-01-17 07:38:31 +01:00
ad13a5b0cf qPrintable() -> qUtf8Printable() 2025-01-04 00:18:27 +01:00
7a161fa364 Improved error handling 2025-01-03 19:17:30 +01:00
701f392a29 Improved error reporting 2025-01-02 18:55:15 +01:00
f620bbc383 Reduce the number of file opens for IMG files 2024-11-30 00:13:35 +01:00
67820d7c4d Do not try to draw labels outside the tile rect 2024-11-22 21:52:32 +01:00
b7f023a99b Refactoring 2024-11-15 23:21:38 +01:00
de9529ef02 Replaced the Mapsforge default theme with our own theme 2024-11-15 22:59:06 +01:00
734ba4bf44 Use SVG arrows instead of PNGs 2024-11-13 17:16:22 +01:00
5b5e00038f Code cleanup 2024-10-22 07:43:42 +02:00
b348ad6288 DEM locking cleanup 2024-10-21 23:05:09 +02:00
531b37bc70 Always draw the light icon of lights, not only when class data is present
Some charts have the lights info in the lcl data section that we do not
parse.
2024-09-17 21:25:17 +02:00
344e665bed Use a cleaner vector/raster layer filtering code 2024-09-16 23:25:15 +02:00
d412390c75 Added basic support for marine lights to IMG maps 2024-09-15 19:42:53 +02:00
52c6773b7e Added support for map layers selection
Enable selecting only raster or only vector layers when showing Garmin maps.
2024-09-11 23:52:30 +02:00
b6b64065fb Prefer the map DEM for track/waypoints elevation if present 2024-07-17 01:57:10 +02:00
21da89cad1 Optimization 2024-06-24 08:48:44 +02:00
76f10c233a Use tight icon bounding boxes for marine icons 2024-06-10 18:36:28 +02:00
3e6ad20c05 Code cleanup 2024-06-06 18:51:24 +02:00
11b9f842e5 Added hillshading settings 2024-05-26 11:19:53 +02:00
ff25f02965 Use a better "magic" DEM data rect extension computation 2024-05-22 02:02:23 +02:00
43271d9ff8 Fixed rendering glitch 2024-05-21 08:46:29 +02:00
b28217a026 A much more accurate overlap delta value 2024-05-20 21:13:27 +02:00
947d2d62b3 Added DEM filtering (bluring) 2024-05-20 19:17:27 +02:00
6ef6644260 Fixed DEM display glitches 2024-05-19 22:06:57 +02:00
d1401bc302 Show the map elevation from the map DEM if available 2024-05-19 18:59:40 +02:00
ff4f3eea60 Use the map-provided DEM data for hillshading on IMG maps 2024-05-19 16:14:23 +02:00
2026036015 Do not draw IMG contour lines that have no color defined 2024-02-27 07:20:09 +01:00
6ccfe0eb21 Raster tile APIs unification/cleanup 2024-02-23 09:45:41 +01:00
d42c6831df Fixed debug code 2024-02-23 09:25:41 +01:00
f7a81cafd5 Move the DEM sources to the common folder now that we use them in map/data 2024-02-22 21:34:34 +01:00
3f6eca7404 Do as much as possible in parallel 2024-02-21 18:40:28 +01:00
cf86fb7557 Added hillshading to vector maps 2024-02-21 08:49:09 +01:00
ea29155463 Code cleanup 2024-02-12 22:38:42 +01:00
7bcd5f63bc Downscale HiDPI images rather than upscale the standard versions 2024-02-11 16:47:32 +01:00
d214819298 Silenced clazy warnings 2024-02-09 02:29:51 +01:00
14dc2af877 Code cleanup 2023-12-26 14:14:08 +01:00
bff27df10c Fixed race conditions on local static data 2023-12-21 01:13:36 +01:00
4bf81e020f Yet another code cleanup 2023-08-03 00:39:56 +02:00
e07e109c7d Code cleanup 2023-08-01 23:38:33 +02:00
dcf45475ba Show the arrows even when no label is set 2023-08-01 23:21:49 +02:00
3e8b54f605 Added hi-dpi one-way street (+ water ways) arrows 2023-07-31 23:36:14 +02:00
b4be5ea206 Display one-way streets info in IMG maps 2023-07-13 11:59:53 +02:00
1233d20a21 Added support for lineSymbols in Mapsforge maps 2023-06-04 23:56:00 +02:00
a92d6efec6 Do not do any time consuming actions in the mapview redraw callback
On all vector maps (ENC, IMG and Mapsforge), do the data loading
asynchronous like the tile rendering.
2023-05-19 19:33:22 +02:00
ddc7eb7149 Do not outline soundings like in ENC maps 2023-05-12 10:19:52 +02:00
c114383c85 Do not outline countour height entries 2023-04-01 12:04:21 +02:00
c209e24db8 Optimization/code cleanup 2023-01-14 08:45:18 +01:00