1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
e7d6c3f76a Do not make unnecessary checks when loading IMG maps and TrekBuddy atlases 2022-06-09 00:38:25 +02:00
93aadb7e74 Do not depend on the file extension when loading the maps 2022-04-29 23:16:10 +02:00
f63ee64f90 Added support for QCT maps 2021-11-14 15:08:33 +01:00
ec5a1c7851 Added support for world file maps 2021-06-17 21:58:25 +02:00
9f3917b0f2 Fixed crash when loading Trekbuddy atlases or Garmin GMAP as map dirs. 2021-04-25 10:00:15 +02:00
44a5e5de81 Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
659cf4cc7a Preserve directory structure when loading the maps 2021-03-20 09:59:03 +01:00
b458c53be4 sqlite -> SQLite 2021-02-13 10:19:17 +01:00
af3b41cc92 Localization update 2021-02-09 22:51:19 +01:00
0929e9a692 Added support for sqlitedb maps (Locus, OsmAnd, RMaps) 2021-02-09 21:05:23 +01:00
86c6fa7b03 Added support for AlpineQuest AQM maps 2021-02-04 23:22:16 +01:00
d01a5a7e42 Added support for KMZ maps 2020-12-22 22:32:07 +01:00
743a937f41 Fixed crashing async map loading
fixes #331
2020-12-09 23:07:05 +01:00
8423fc1230 Remove the untested and broken NOS stuff 2020-11-28 20:34:25 +01:00
96733883cb Added support for BSB charts maps 2020-11-27 01:11:50 +01:00
b1647d944c Silenced clang warnings 2020-03-27 23:09:13 +01:00
77ac919b83 Fixed broken error path reporting 2020-03-27 23:03:11 +01:00
82c0c1f8a7 Asynchronous WMS/WMTS map loading
(also fixes crash on OS X)
2020-03-17 21:06:51 +01:00
015a9187a0 Fixed memory leak
(formal only, the data is allocated during the whole application life anyway)
2020-02-20 09:02:01 +01:00
7b03c4d852 Fixed error handling 2020-02-13 22:48:47 +01:00
eb9767f2dd Cleanup the map loading code 2020-02-12 20:32:57 +01:00
8d06ab6208 Enable loading of GMAP maps when Garmin BaseCamp has associated them 2020-02-12 09:37:03 +01:00
911c63df0c Added support for GMAP maps 2020-02-09 23:24:48 +01:00
0594774570 Added support for Garmin IMG maps 2019-05-10 18:56:19 +02:00
172b2b1b14 Improved rmap support 2019-03-07 22:58:43 +01:00
3c3fb43993 Use the more common map type name (also used by MOBAC) 2019-03-03 21:21:24 +01:00
c1a1c3425b Added support for (raster) RMap maps 2019-03-02 16:51:14 +01:00
a6b327f773 Code cleanup 2019-02-13 00:45:34 +01:00
d7fe0fa9bf Fixed broken automatic loading of MBTiles maps 2018-09-22 10:25:43 +02:00
db98f381b5 Added initial MBTiles support 2018-09-20 07:59:47 +02:00
de196e8281 Splited the OfflineMap class to separate OziMap and GeoTIFF map classes 2018-08-21 20:01:47 +02:00
eeab6a399e Fixed broken map formats list 2018-05-28 22:30:13 +02:00
0d879e61a9 Added support for Garmin JNX maps 2018-05-22 22:40:15 +02:00
67aba4703b Some more code cleanup 2018-03-09 23:24:08 +01:00
1bc4833a81 Added initial WMTS support 2018-02-20 23:37:19 +01:00
9675e19b94 Fixed error reporting 2018-02-10 09:57:21 +01:00
8e9db2354e Localization update 2018-02-04 15:30:54 +01:00
44d84bf19e API cleanup 2018-01-31 20:03:50 +01:00
84d860e2a2 Added recursive POI dir searching to be consistent with map dir searching 2018-01-30 00:30:26 +01:00
fbc0fd86cf Only allow one map per file 2018-01-29 00:19:57 +01:00
aa07b20aa4 Switched to XML defined online map sources 2018-01-28 22:56:08 +01:00
e9ef68a81c Improved map file selection 2018-01-14 23:58:11 +01:00
06205470fe Fixed broken online map lists loading 2018-01-14 23:46:39 +01:00
0e45831111 Do not require a directory per map anymore 2018-01-14 23:03:27 +01:00
5fa52b0166 Add support for GeoTIFF images 2018-01-08 23:47:45 +01:00
56e4c80999 Project structure refactoring 2017-11-26 18:54:03 +01:00