|
41188360bf
|
Make the Mapsforge tiles sufficient large for the layout
|
2023-06-14 00:40:00 +02:00 |
|
|
9afeaf672a
|
Properly match symbols to captions
|
2023-06-10 08:11:18 +02:00 |
|
|
5ddd63e697
|
Do not limit text that was not inserted
|
2023-06-06 07:32:42 +02:00 |
|
|
88fa1ed786
|
Some more Mapsforge maps rendering improvements
|
2023-06-06 07:18:31 +02:00 |
|
|
1233d20a21
|
Added support for lineSymbols in Mapsforge maps
|
2023-06-04 23:56:00 +02:00 |
|
|
1746eddb8d
|
Code cleanup
|
2023-06-03 13:35:29 +02:00 |
|
|
ecda5103c8
|
Properly handle Mapsforge style menus
|
2023-05-31 01:01:42 +02:00 |
|
|
2b300fab54
|
Code cleanup
|
2023-05-29 23:19:16 +02:00 |
|
|
961061b643
|
Added rescue station
|
2023-05-28 11:28:12 +02:00 |
|
|
8bebea53ad
|
Added LNDELV elevation values
|
2023-05-28 10:40:39 +02:00 |
|
|
c3b484bb75
|
Properly include std::isnan()
|
2023-05-26 21:57:45 +02:00 |
|
|
d6d43baec5
|
Optimization
|
2023-05-26 21:30:27 +02:00 |
|
|
c6c3e0978c
|
Use generic icon rotate instead of special icon draw functions
|
2023-05-26 21:28:44 +02:00 |
|
|
320b04c3fa
|
Added support for line "dy" parameter
|
2023-05-22 23:29:04 +02:00 |
|
|
822a0c2866
|
Tile search can be done lock-free
|
2023-05-21 09:14:19 +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 |
|
|
8a72b20af8
|
Added support for all paths scaling modes
|
2023-05-19 01:30:54 +02:00 |
|
|
e351eb6370
|
Only preallocate the memory when usin moveto/lineto
|
2023-05-17 23:10:45 +02:00 |
|
|
81e967f20d
|
Only fetch data when the rect is valid
|
2023-05-17 23:08:17 +02:00 |
|
|
cf81a90865
|
Some more micro-optimizations & code cleanup
|
2023-05-16 23:03:07 +02:00 |
|
|
d0cea97c90
|
Added support for custom HTTP headers in map tile requests
|
2023-05-13 15:01:35 +02:00 |
|
|
ddc7eb7149
|
Do not outline soundings like in ENC maps
|
2023-05-12 10:19:52 +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 |
|
|
e6fdd0f53d
|
Fixed crash on empty routes
|
2023-05-07 21:15:44 +02:00 |
|
|
d9c0770b51
|
Code cleanup
|
2023-05-06 21:53:40 +02:00 |
|
|
ca6c7247c0
|
Added missing cache insert
|
2023-05-06 16:14:49 +02:00 |
|
|
190a961242
|
Fixed wrong date info on tracks with segments
|
2023-05-04 21:49:02 +02:00 |
|
|
ccfb748404
|
Fixed KMZ maps bounds computation
|
2023-05-04 21:14:52 +02:00 |
|
|
a4a54101a3
|
Removed forgotten debug stuff
|
2023-05-04 09:51:42 +02:00 |
|
|
97e12d809f
|
Map API refactoring
Including several map providers refactoring/rewrite
especial KML, JNX and TrekBuddy atlases.
|
2023-05-04 09:38:35 +02:00 |
|
|
62aabe0c56
|
If there are broken matrix limits, ignore them
|
2023-04-27 00:16:54 +02:00 |
|
|
2bd25dd9b0
|
Fixed build with Qt < 5.13
|
2023-04-25 23:33:54 +02:00 |
|
|
8cea06f2ad
|
Improve SQLite-based maps error reporting
|
2023-04-25 22:52:55 +02:00 |
|
|
1d589e25d8
|
Some more Mapsforge microoptimizations + code cleanup
|
2023-04-25 22:11:47 +02:00 |
|
|
1eaaf719fd
|
Code cleanup
|
2023-04-25 00:02:50 +02:00 |
|
|
6c91060cbb
|
Some more Mapsforge micro-optimizations
|
2023-04-23 11:01:18 +02:00 |
|
|
ce4f0472c0
|
Use integers as tag keys in Mapsforge maps
|
2023-04-22 17:28:32 +02:00 |
|
|
229af4c749
|
The coordinates and the point type are sufficient for a unique ID
|
2023-04-19 00:33:04 +02:00 |
|
|
adc09da815
|
Added missing Garmin GPX power extension
|
2023-04-17 23:32:48 +02:00 |
|
|
a928cc4ccb
|
Cosmetics
|
2023-04-16 09:42:00 +02:00 |
|
|
2824751615
|
Allow advanced CSV formating in CRS files
|
2023-04-15 03:18:52 +02:00 |
|
|
53c6f08af5
|
Fixed Android build
|
2023-04-14 00:04:09 +02:00 |
|
|
dc799f4642
|
Use a new/better location for the CRS data
|
2023-04-13 23:53:31 +02:00 |
|
|
7bfae8a398
|
Code cleanup
|
2023-04-13 23:51:25 +02:00 |
|
|
e5199f8648
|
Redesigned CRS logic (including CSV files structure)
|
2023-04-13 08:39:33 +02:00 |
|
|
aec052edaf
|
Fixed elevation source selection logic
|
2023-04-10 17:21:02 +02:00 |
|
|
1bbc57173e
|
Add only valid graph segments to the graphs
Fixes #489
|
2023-04-10 13:06:19 +02:00 |
|
|
52ea52ff4e
|
Fixed broken graphs when data contains empty segments
fixes #490
|
2023-04-10 10:00:30 +02:00 |
|
|
b6ca28e159
|
Render circles
|
2023-04-08 00:34:33 +02:00 |
|
|
648627b17f
|
Use style-defined priorities
+ code cleanup
|
2023-04-06 23:29:05 +02:00 |
|
|
2aa759a4bc
|
Filter all way references, not only "ref"s
|
2023-04-06 09:41:31 +02:00 |
|
|
84dc58da71
|
Code cleanup
|
2023-04-05 21:50:19 +02:00 |
|
|
25838ad02d
|
Removed obsolete header include
|
2023-04-05 21:02:20 +02:00 |
|
|
6cd122f59b
|
Fix/improve Mapsforge tiles rendering
|
2023-04-05 19:28:17 +02:00 |
|
|
981bd33680
|
Properly encapsulate the ENC-specific text point
|
2023-04-05 19:27:25 +02:00 |
|
|
8b24aa17e2
|
Increase path render instructions cache
|
2023-04-04 00:29:50 +02:00 |
|
|
6fc5a2f67d
|
Added support for the "text-transform" attribute
|
2023-04-04 00:22:15 +02:00 |
|
|
d794de5818
|
Added support for curved lines
|
2023-04-03 23:53:57 +02:00 |
|
|
81f695a672
|
Fixed crash on empty IMG/GMAP maps
|
2023-04-03 23:29:35 +02:00 |
|
|
84a592998d
|
Only tile big (> Qt OpenGL cache size / 2) images
|
2023-04-02 14:36:03 +02:00 |
|
|
c114383c85
|
Do not outline countour height entries
|
2023-04-01 12:04:21 +02:00 |
|
|
164e59602e
|
Added missing BCNCAR rendering
|
2023-03-30 00:00:45 +02:00 |
|
|
b80cd05d4b
|
Added currents rendering
|
2023-03-25 13:31:15 +01:00 |
|
|
46109d0ce0
|
Render masts as pylons
|
2023-03-25 10:55:32 +01:00 |
|
|
cd1f80f2c1
|
Label sizes adjustment
|
2023-03-25 00:12:06 +01:00 |
|
|
dbe407d9d9
|
Various ENC rendering improvements
|
2023-03-24 22:54:53 +01:00 |
|
|
54d6016b1a
|
A better point items layout algorithm
|
2023-03-24 09:18:13 +01:00 |
|
|
f057ebdbb7
|
Added fog signals rendering
|
2023-03-23 01:05:44 +01:00 |
|
|
416bd3472f
|
Render lights merged with the root objects, not as separate objects
|
2023-03-22 00:41:03 +01:00 |
|
|
048198dfe1
|
Removed duplicit map error debug output
|
2023-03-18 10:11:11 +01:00 |
|
|
a50fa28c08
|
Properly chceck for GCS/PCS files
|
2023-03-18 09:51:07 +01:00 |
|
|
152f17f15a
|
Do not try to load the style when it does not exist
|
2023-03-18 09:04:55 +01:00 |
|
|
62f3343f75
|
Render international border lines
|
2023-03-16 21:37:27 +01:00 |
|
|
07581f027b
|
Fixed header length check
|
2023-03-16 20:58:28 +01:00 |
|
|
b3767e85e1
|
Added missing nmea serial port baudrate setting
|
2023-03-16 02:03:40 +01:00 |
|
|
4acc0a25e0
|
Fixed DEM cache size configuration
|
2023-03-03 07:36:30 +01:00 |
|
|
f275938fef
|
Make the DEM cache configurable
|
2023-03-03 00:04:03 +01:00 |
|
|
6105783a6d
|
Redesigned marine icons
Added marine icons outlines to make the icons visible on dark backgrounds.
|
2023-03-02 00:43:20 +01:00 |
|
|
267094dc6c
|
Fixed build with older Qt versions
|
2023-03-01 00:23:01 +01:00 |
|
|
7be3a27196
|
Added support for 0.5" (7201x7201) DEM tiles
+ DEM cache limit fix
|
2023-02-28 23:59:52 +01:00 |
|
|
00a349575c
|
Marine maps draw order fix
|
2023-02-28 23:58:03 +01:00 |
|
|
f026387d76
|
Fixed broken handling of IMG "multi-maps" (maps with overviews)
|
2023-02-27 22:06:31 +01:00 |
|
|
108444d29b
|
Fix multiple MSVC warnings
|
2023-02-25 11:06:14 +01:00 |
|
|
ed638bb5fc
|
Fixed marine charts rendering
|
2023-02-24 20:00:50 +01:00 |
|
|
ae3d190e08
|
Do not unnecessary convert the image tiles to pixmaps
|
2023-02-23 22:46:45 +01:00 |
|
|
a5916cad90
|
Make the MSVC2019 Debug builds compile
|
2023-02-23 22:45:42 +01:00 |
|
|
7a53fb8e01
|
Remove the qpainter/qimage draw workaround
Seems to be fixed in newer Qt versions and it did not properly work in older
Qt versions anyway...
|
2023-02-22 23:22:18 +01:00 |
|
|
f952e02535
|
Allow arbitrary large images
GeoTIFFs can be very huge, the limit of 128MB set in Qt6 is not sufficient for
real-life aerial images. Behave like Qt5 with no limit.
|
2023-02-22 22:45:18 +01:00 |
|
|
9538d15d79
|
Fixed centroid computation
|
2023-02-19 14:47:57 +01:00 |
|
|
7febd2971e
|
Fixed GeoJSON waypoint properties parsing
|
2023-02-15 01:40:28 +01:00 |
|
|
211ff46487
|
Report the correct error message on invalid "when" tag
|
2023-02-15 01:39:33 +01:00 |
|
|
b7415ca2c9
|
Fixed areas digital zoom handling
|
2023-02-14 00:58:44 +01:00 |
|
|
dec70f6bfe
|
Fixed area items hovering
|
2023-02-14 00:55:55 +01:00 |
|
|
4f661128ba
|
Do not load into memory files that are definitely not JSON files
|
2023-02-14 00:55:55 +01:00 |
|
|
15bc9ac774
|
Fixed NMEA line limit check
|
2023-02-14 00:55:55 +01:00 |
|
|
1480f8ad02
|
Cosmetics
|
2023-02-10 00:17:07 +01:00 |
|
|
b73ad9772f
|
Fixed broken waypoint settings
|
2023-02-10 00:16:16 +01:00 |
|
|
903b73d9a4
|
Set OpenStreetMap as the default map
|
2023-02-09 00:35:22 +01:00 |
|
|
7bb2c3a09d
|
Added Android "desktop" integration
|
2023-02-07 00:32:36 +01:00 |
|