1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 19:55:53 +01:00
GPXSee/src/map
2024-01-02 19:11:04 +01:00
..
ENC Code cleanup 2023-12-26 14:14:08 +01:00
IMG Improved error reporting 2023-12-31 01:12:46 +01:00
mapsforge Header includes cleanup 2023-12-26 20:46:52 +01:00
proj Project structure cleanup 2021-09-17 23:45:12 +02:00
angularunits.cpp Added support for world file maps 2021-06-17 21:58:25 +02:00
angularunits.h Added support for world file maps 2021-06-17 21:58:25 +02:00
aqmmap.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
aqmmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
atlas.cpp Use the info we already have for calibration file type distinction 2023-12-31 10:05:02 +01:00
atlas.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
bitmapline.cpp Added support for ENC atlases (catalogues) 2023-09-07 09:31:23 +02:00
bitmapline.h Added support for ENC atlases (catalogues) 2023-09-07 09:31:23 +02:00
bsbmap.cpp Improved error reporting 2023-12-31 01:12:46 +01:00
bsbmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
calibrationpoint.h Added support for BSB charts maps 2020-11-27 01:11:50 +01:00
conversion.cpp Code cleanup 2023-12-26 14:14:08 +01:00
conversion.h Allow advanced CSV formating in CRS files 2023-04-15 03:18:52 +02:00
coordinatesystem.cpp Added some more polar stereographic based projections 2019-01-12 00:37:47 +01:00
coordinatesystem.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
crs.cpp Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
crs.h Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
ct.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
datum.cpp Added support for world file maps 2021-06-17 21:58:25 +02:00
datum.h Added support for world file maps 2021-06-17 21:58:25 +02:00
ellipsoid.cpp Allow advanced CSV formating in CRS files 2023-04-15 03:18:52 +02:00
ellipsoid.h Allow advanced CSV formating in CRS files 2023-04-15 03:18:52 +02:00
emptymap.cpp Provide propper map bounds for overviews 2020-12-13 19:40:09 +01:00
emptymap.h Fixed llBounds() functions with broken signatures 2023-09-25 18:20:37 +02:00
encatlas.cpp Do not have a separate class/file for ENC style retrieving, move 2023-12-21 16:57:11 +01:00
encatlas.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
encjob.h Added support for ENC atlases (catalogues) 2023-09-07 09:31:23 +02:00
encmap.cpp Do not have a separate class/file for ENC style retrieving, move 2023-12-21 16:57:11 +01:00
encmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
gcs.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
gcs.h Allow advanced CSV formating in CRS files 2023-04-15 03:18:52 +02:00
gemfmap.cpp Fixed broken map scale (ruler) on HiDPI maps 2023-12-18 20:35:55 +01:00
gemfmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
geocentric.cpp Added support for world file maps 2021-06-17 21:58:25 +02:00
geocentric.h Added support for world file maps 2021-06-17 21:58:25 +02:00
geotiff.cpp Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
geotiff.h Code cleanup 2021-06-27 16:00:27 +02:00
geotiffmap.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
geotiffmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
gmifile.cpp Fixed error handling 2024-01-02 19:11:04 +01:00
gmifile.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
image.cpp Only tile big (> Qt OpenGL cache size / 2) images 2023-04-02 14:36:03 +02:00
image.h Added support for BSB charts maps 2020-11-27 01:11:50 +01:00
imgmap.cpp Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
imgmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
invalidmap.h Yet another map load crash fix 2020-12-10 01:09:23 +01:00
jnxmap.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
jnxmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
kmzmap.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
kmzmap.h Header includes cleanup 2023-12-26 20:46:52 +01:00
linearunits.cpp Updated PCS list 2018-05-14 00:37:19 +02:00
linearunits.h Added support for world file maps 2021-06-17 21:58:25 +02:00
map.cpp Fixed map resolution computation for maps > world/2 2023-09-15 23:28:16 +02:00
map.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
mapfile.cpp Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
mapfile.h Added support for world file maps 2021-06-17 21:58:25 +02:00
maplist.cpp Use the info we already have for calibration file type distinction 2023-12-31 10:05:02 +01:00
maplist.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
mapsforgemap.cpp Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
mapsforgemap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
mapsource.cpp Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
mapsource.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
matrix.cpp Code cleanup 2021-10-03 00:16:59 +02:00
matrix.h Code cleanup 2021-10-03 00:16:59 +02:00
mbtilesmap.cpp Code cleanup 2023-12-25 11:12:52 +01:00
mbtilesmap.h Code cleanup 2023-12-25 11:12:52 +01:00
onlinemap.cpp Code cleanup 2023-12-25 10:49:50 +01:00
onlinemap.h Code cleanup 2023-12-25 10:49:50 +01:00
oruxmap.cpp Improved error reporting 2023-12-31 01:12:46 +01:00
oruxmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
osm.cpp Properly handle Mapsforge world maps 2021-05-27 22:07:09 +02:00
osm.h Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
osmdroidmap.cpp Fixed broken map scale (ruler) on HiDPI maps 2023-12-18 20:35:55 +01:00
osmdroidmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
ozf.cpp Cosmetics 2023-12-09 18:48:44 +01:00
ozf.h Cosmetics 2023-12-09 18:48:44 +01:00
ozimap.cpp Some more code cleanup 2024-01-01 13:02:42 +01:00
ozimap.h Use the info we already have for calibration file type distinction 2023-12-31 10:05:02 +01:00
pcs.cpp Code cleanup 2023-12-26 14:14:08 +01:00
pcs.h Header includes cleanup 2023-12-26 20:46:52 +01:00
pointd.h Use a shared CalibrationPoint implementation 2019-03-07 01:08:51 +01:00
primemeridian.cpp Removed debug stuff from release builds 2018-02-13 23:03:18 +01:00
primemeridian.h Added support for world file maps 2021-06-17 21:58:25 +02:00
prjfile.cpp Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
prjfile.h Improved error handling 2021-06-27 16:00:08 +02:00
projection.cpp Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
projection.h Code cleanup 2021-06-27 16:00:27 +02:00
qctmap.cpp Improved error reporting 2023-12-31 01:12:46 +01:00
qctmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
rectd.cpp Try to break even less bounding box transformations 2020-12-14 22:06:59 +01:00
rectd.h Try to break even less bounding box transformations 2020-12-14 22:06:59 +01:00
rmap.cpp Silenced some more clazy warnings 2023-12-31 13:57:43 +01:00
rmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
sqlitemap.cpp Fixed broken map scale (ruler) on HiDPI maps 2023-12-18 20:35:55 +01:00
sqlitemap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
tar.cpp Fixed read error check 2023-12-31 13:24:36 +01:00
tar.h Cosmetics 2023-12-09 18:48:44 +01:00
textitem.cpp Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
textitem.h Added support for Mapsforge maps 2021-04-10 15:27:40 +02:00
textpathitem.cpp Fixed maximal lines angle check 2023-10-22 23:45:10 +02:00
textpathitem.h Some more Mapsforge maps rendering improvements 2023-06-06 07:18:31 +02:00
textpointitem.cpp Properly match symbols to captions 2023-06-10 08:11:18 +02:00
textpointitem.h Code cleanup 2023-12-26 14:14:08 +01:00
tile.h Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
tileloader.cpp Code cleanup 2023-12-26 14:14:08 +01:00
tileloader.h Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
transform.cpp Code cleanup 2023-12-26 14:14:08 +01:00
transform.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
utm.cpp Add support for GeoTIFF images 2018-01-08 23:47:45 +01:00
utm.h Code cleanup 2018-03-09 18:57:23 +01:00
wldfile.cpp Improved error reporting 2022-07-08 02:14:47 +02:00
wldfile.h Added support for world file maps 2021-06-17 21:58:25 +02:00
wms.cpp Code cleanup 2023-12-26 14:14:08 +01:00
wms.h Added support for custom HTTP headers in map tile requests 2023-05-13 15:01:35 +02:00
wmsmap.cpp Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
wmsmap.h Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
wmts.cpp Code cleanup 2023-12-26 14:14:08 +01:00
wmts.h Added support for custom HTTP headers in map tile requests 2023-05-13 15:01:35 +02:00
wmtsmap.cpp Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
wmtsmap.h Added support for online vector maps overzoom 2023-12-11 18:54:46 +01:00
worldfilemap.cpp Header includes cleanup 2023-12-26 20:46:52 +01:00
worldfilemap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00