1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-26 12:10:49 +01:00

70 Commits

Author SHA1 Message Date
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
32d3eab10e Initial (and partial) IMG links support
+ various IMG fixes (RGN parsing, IMG parsing)
2020-06-27 22:46:26 +02:00
cc22df3bf2 Cosmetics 2020-03-01 10:30:00 +01:00
f333a76ef7 Some more regions/countries rendering improvement 2020-02-16 20:31:09 +01:00
2c114f43c5 Code cleanup 2020-02-16 15:59:51 +01:00
e4ac9fda0e Improved country names labels handling 2020-02-16 12:57:40 +01:00
42e4b0769f Fixed broken tile/subdivs/polygon bounds/coordinates
+ do the coordinates left shift in a C++ standard defined way
2020-02-15 11:46:16 +01:00
464d4c5327 Removed forgotten devel code 2020-02-11 21:16:31 +01:00
2d3ad41d69 Use the GMAP basemaps rather than discarding them
+ some minor point rendering issues fixes
2020-02-11 21:03:55 +01:00