|
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 |
|
|
6da8ec3525
|
Micro-optimization
|
2024-10-23 08:01:14 +02:00 |
|
|
5b5e00038f
|
Code cleanup
|
2024-10-22 07:43:42 +02:00 |
|
|
b348ad6288
|
DEM locking cleanup
|
2024-10-21 23:05:09 +02:00 |
|
|
28a7e94986
|
Some more IMG style enhancements
|
2024-10-09 23:17:16 +02:00 |
|
|
3474b8db96
|
Improved default IMG style
|
2024-10-09 07:35:17 +02:00 |
|
|
749282085e
|
Added missing style for marine chart isobaths
|
2024-10-05 00:24:57 +02:00 |
|
|
3b276882e0
|
Code cleanup
|
2024-10-03 07:51:53 +02:00 |
|
|
7b516ca5e4
|
Free the QVector/QList memory where memory should be released
|
2024-09-28 19:49:42 +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 |
|
|
e3d603e8d7
|
Added missing building point style
|
2024-09-16 23:25:58 +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 |
|
|
6b86f7ba97
|
Render some more missing Garmin marine stuff
|
2024-09-13 22:25:48 +02:00 |
|
|
6bc8be58fc
|
Improve capitalization algorithm
|
2024-09-13 22:24:58 +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 |
|
|
4b3327fcb1
|
Values to convert from ft to m ma also be decimal numbers
|
2024-08-27 22:03:12 +02:00 |
|
|
2a4afa042c
|
Fixed Qt5 builds
|
2024-08-22 07:59:26 +02:00 |
|
|
0d44663570
|
Cosmetics
|
2024-08-21 08:38:13 +02:00 |
|
|
92bd37c481
|
Code cleanup
|
2024-08-21 08:24:37 +02:00 |
|
|
cc20a9cd59
|
Render 0x26 areas in the default IMG style
|
2024-08-07 07:53:57 +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 |
|
|
e73b9f36c5
|
Coe cleanup
|
2024-06-16 07:04:43 +02:00 |
|
|
a788aa9e53
|
Added missing DEM cache cleanup
|
2024-06-15 12:10:26 +02:00 |
|
|
76f10c233a
|
Use tight icon bounding boxes for marine icons
|
2024-06-10 18:36:28 +02:00 |
|
|
3d898bd482
|
Removed unnecessary list copying
|
2024-06-07 19:28:10 +02:00 |
|
|
3e6ad20c05
|
Code cleanup
|
2024-06-06 18:51:24 +02:00 |
|
|
69951fe248
|
Fixed error handling
|
2024-06-04 23:25:30 +02:00 |
|
|
39dd5ceba0
|
Added sanity checks
|
2024-05-27 17:56:45 +02:00 |
|
|
11b9f842e5
|
Added hillshading settings
|
2024-05-26 11:19:53 +02:00 |
|
|
c425be3741
|
Code cleanup
|
2024-05-22 21:02:26 +02:00 |
|
|
09d0b281c2
|
Shift the levels by one, not by divide by two
|
2024-05-22 09:00:51 +02:00 |
|
|
ff25f02965
|
Use a better "magic" DEM data rect extension computation
|
2024-05-22 02:02:23 +02:00 |
|
|
da2b6661f6
|
Replace the compiler dependent signed right shifts with a universal version
|
2024-05-21 20:57:21 +02:00 |
|
|
6803ee0324
|
Made the code more standard conforming
|
2024-05-21 09:14:15 +02:00 |
|
|
43271d9ff8
|
Fixed rendering glitch
|
2024-05-21 08:46:29 +02:00 |
|
|
c4d07b5f12
|
Prefer render quality rather than render speed
|
2024-05-20 21:19:26 +02:00 |
|
|
b28217a026
|
A much more accurate overlap delta value
|
2024-05-20 21:13:27 +02:00 |
|
|
ca0d859c6d
|
Fixed include guard comment
|
2024-05-20 20:20:57 +02:00 |
|
|
947d2d62b3
|
Added DEM filtering (bluring)
|
2024-05-20 19:17:27 +02:00 |
|
|
11677f5e35
|
API cleanup
|
2024-05-20 19:10:56 +02:00 |
|
|
6ef6644260
|
Fixed DEM display glitches
|
2024-05-19 22:06:57 +02:00 |
|
|
f6f9e4146d
|
Remove cut&paste remains
|
2024-05-19 19:03:49 +02:00 |
|
|
d1401bc302
|
Show the map elevation from the map DEM if available
|
2024-05-19 18:59:40 +02:00 |
|
|
488e5e1cac
|
Fixed build on older Qt5 versions
|
2024-05-19 16:39:12 +02:00 |
|
|
ff4f3eea60
|
Use the map-provided DEM data for hillshading on IMG maps
|
2024-05-19 16:14:23 +02:00 |
|
|
5940a2ced4
|
Silence clang warnings
|
2024-04-23 01:04:38 +02:00 |
|
|
33c45f845a
|
Code cleanup
|
2024-04-21 00:00:24 +02:00 |
|