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

78 Commits

Author SHA1 Message Date
bdf75169c5 Read the marine lights info from the local navaid data if present 2025-02-17 22:45:24 +01:00
819a67158a IMG marine lights 2025-02-10 09:29:46 +01:00
b3fd46a225 Only do the units conversion on specific point types 2025-01-04 17:40:15 +01: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
d412390c75 Added basic support for marine lights to IMG maps 2024-09-15 19:42:53 +02:00
7f7de87e99 Drop Qt5Compat dependency
Use QStringConverter instead of QTextCodec on Qt > 6.5.
Qt6 builds now require Qt build with ICU support for the non-UTF encodings to
work!
2024-01-18 10:04:38 +01:00
e1e0392917 Discard empty segments 2023-10-22 20:42:05 +02:00
b4be5ea206 Display one-way streets info in IMG maps 2023-07-13 11:59:53 +02:00
bb22ad95b7 Use the point label as additional source for the id hash
Some (marine) maps have different points with the same type on the same
position.
2023-05-11 22:57:35 +02:00
60e83b24f9 Use as much as possible of the 64b hash in Qt6 2023-05-11 21:31:10 +02:00
229af4c749 The coordinates and the point type are sufficient for a unique ID 2023-04-19 00:33:04 +02:00
07581f027b Fixed header length check 2023-03-16 20:58:28 +01:00
959d08ba94 Removed broken coordinates adjustment 2022-04-22 22:26:47 +02:00
1458d66798 Fixed path shape parsing 2022-04-16 23:39:03 +02:00
5041d935f0 Increase marinas rendering priority 2022-04-11 00:59:26 +02:00
fc033826a1 Code cleanup 2022-04-04 22:27:57 +02:00
2234245e81 Extend obstruction info 2022-04-03 21:20:21 +02:00
576a063dcb Added support for depth points 2022-04-03 18:21:26 +02:00
1385482689 Code cleanup 2022-03-25 19:28:32 +01:00
70f0e8982b Generate propper IDs for pints with class labels 2022-02-07 00:59:38 +01:00
36220dbc9c Improved error handling 2022-02-06 11:53:43 +01:00
6564c61b00 Yet another point class label parsing fix 2022-02-06 04:31:03 +01:00
f1e9983a58 Fixed broken points(points labels) parsing 2022-02-06 04:17:08 +01:00
5d6970c7ee Read/display extended (class) point labels 2022-02-06 02:42:37 +01:00
caae981c6a Code cleanup 2021-11-10 20:33:13 +01:00
933ecffe93 Code cleanup 2021-11-04 23:01:33 +01:00
37a4f80fbb Cosmetics 2021-10-23 10:27:41 +02:00
b14dd23224 Some more error checking improvements/fixes 2021-10-02 12:57:16 +02:00
54db2a5a6c Don't use a map where an array is fully suficient and much faster 2021-09-30 20:26:36 +02:00
e47cbc9af3 Added missing namespace 2021-09-20 21:43:17 +02:00
ab062cc3ff Improved handling of labels with separators 2021-08-16 09:00:36 +02:00
a53fedf838 Yet another unnecessary file open remove 2021-07-21 02:06:35 +02:00
8589716a59 A little bit more sane bitmask 2021-05-31 22:37:55 +02:00
cbaecee4a8 Code cleanup 2021-05-09 22:35:05 +02:00
44a5e5de81 Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
a4648020d9 Code cleanup 2021-03-19 09:12:42 +01:00
f73097af86 Cosmetics 2021-02-03 23:15:52 +01:00
d2a1271348 Optimization 2021-02-01 20:06:05 +01:00
47b6c9d116 Code cleanup 2021-01-31 14:54:21 +01:00
33f2002a52 Do not cache the raster data 2021-01-27 21:18:06 +01:00
02c3682758 Added propper error handling 2021-01-25 23:01:36 +01:00
bf613f1b6d Added support for raster polygon backgrounds 2021-01-25 21:37:07 +01:00
cb8c19a2bc Yet another retype for MSVC/qt6 2021-01-11 00:30:52 +01:00
f4ee36a173 Silence Qt6 MSVC warning 2021-01-10 16:17:19 +01:00
f139d33502 Huffman encoded labels
+ more or less related fixes/refactoring
2020-11-10 00:58:19 +01:00
cc4cbcbeda Various IMG style enchancements 2020-10-16 00:03:26 +02:00
d738ad7b5a Level 0 2020-09-18 20:56:00 +02:00
03e7d092c4 Code cleanup 2020-08-26 18:20:15 +02:00
0b5d01a1f6 A little bit more sane subfile interface 2020-08-26 17:58:21 +02:00
29a821f8b2 Code cleanup 2020-07-02 00:17:41 +02:00