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

62 Commits

Author SHA1 Message Date
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
f8d856b7ee Added support for ENC maps 2022-11-04 09:03:36 +01:00
7ba19b8c0a Use asynchronous tiles rendering in IMG maps
On Android devices, the rendering is very slow so use the same approach as
already used in Mapsforge maps.
2022-06-02 18:31:40 +02:00
8ee21a8080 Added missing MG maps HiDPI displays support 2022-05-10 01:05:30 +02:00
b2bcea5e78 Reintroduce the IMG icon padding
(but this time properly)
2022-03-26 17:20:16 +01:00
5d6970c7ee Read/display extended (class) point labels 2022-02-06 02:42:37 +01:00
9eee3b456f Always show the POI labels in zooms > 25 2021-11-02 21:22:42 +01:00
94e2d58805 Updated debug stuff 2021-10-24 12:30:31 +02:00
ab062cc3ff Improved handling of labels with separators 2021-08-16 09:00:36 +02:00
3f3ccb6856 Cache the open file descriptors between successive raster loads 2021-07-19 22:51:00 +02:00
3d7e64a470 Removed the artificial POI zoom level limits 2021-07-09 07:56:35 +02:00
7163441cb5 Fixed pixel align issue 2021-06-04 21:04:09 +02:00
663859ef1c Improved mapsforge hi-dpi rendering 2021-04-18 12:20:07 +02:00
071056b9bc Optimization 2021-04-13 20:30:27 +02:00
a42709e6a2 Added polygon labels rendering 2021-04-11 11:37:43 +02:00
44a5e5de81 Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
0a87c06b0d Optimization 2021-03-19 08:42:20 +01:00