1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-30 22:51:16 +01:00
GPXSee/src/map
Martin Tůma 31cd65f15e Remove the zoom offset hack
Now that we are back to the map data defined tile size, it makes no sense any
more. Additionaly it crashes with world maps as zoom 0 becomes -1...
2024-04-18 20:35:31 +02:00
..
ENC Fixed debug code 2024-03-12 09:56:35 +01:00
IMG Code cleanup 2024-04-18 20:35:05 +02:00
mapsforge Remove the zoom offset hack 2024-04-18 20:35:31 +02: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 Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +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 Improved bitmap lines drawing 2024-02-07 22:10:40 +01:00
bitmapline.h Added support for ENC atlases (catalogues) 2023-09-07 09:31:23 +02:00
bsbmap.cpp Refactoring 2024-03-19 22:39:42 +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 Fixed error line reporting in CSV-based files 2024-03-23 09:16:41 +01:00
conversion.h Refactoring 2024-03-19 22:39:42 +01:00
coordinatesystem.cpp Some more missing PCSs 2024-03-23 08:36:57 +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 Cosmetics 2024-03-23 09:22:03 +01:00
ellipsoid.h Consistently initialize all stuff in constructor 2024-01-05 00:20:05 +01: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 Raster tile APIs unification/cleanup 2024-02-23 09:45:41 +01:00
encatlas.h Reload the ENC style on device pixel ratio changes 2024-02-12 10:02:19 +01:00
encjob.h Added support for ENC atlases (catalogues) 2023-09-07 09:31:23 +02:00
encmap.cpp Raster tile APIs unification/cleanup 2024-02-23 09:45:41 +01:00
encmap.h Reload the ENC style on device pixel ratio changes 2024-02-12 10:02:19 +01:00
gcs.cpp Fixed error line reporting in CSV-based files 2024-03-23 09:16:41 +01:00
gcs.h Allow advanced CSV formating in CRS files 2023-04-15 03:18:52 +02:00
gemfmap.cpp Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +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 Refactoring 2024-03-19 22:39:42 +01:00
geotiff.h Refactoring 2024-03-19 22:39:42 +01: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
hillshading.cpp Increase hillshading contrast 2024-03-01 00:37:58 +01:00
hillshading.h Increase hillshading contrast 2024-03-01 00:37:58 +01: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 Prevent zoom change due to float computations errors 2024-02-22 21:23:37 +01:00
imgmap.h Aded support for downloading hillshading DEMs 2024-02-27 21:36:16 +01: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 Aded support for downloading hillshading DEMs 2024-02-27 21:36:16 +01:00
mapfile.cpp Added missing OziExplorer projections 2024-03-20 08:29:55 +01:00
mapfile.h Refactoring 2024-03-19 22:39:42 +01: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 Use the original data tile size for rendering to prevent grid artifacts 2024-03-07 09:30:24 +01:00
mapsforgemap.h Aded support for downloading hillshading DEMs 2024-02-27 21:36:16 +01: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 Do not pretend Matrix can have bigger indexes than int 2024-02-19 22:06:18 +01:00
matrix.h Do as much as possible in parallel 2024-02-21 18:40:28 +01:00
mbtilesmap.cpp Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +01:00
mbtilesmap.h Code cleanup 2023-12-25 11:12:52 +01:00
onlinemap.cpp Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +01:00
onlinemap.h Code cleanup 2023-12-25 10:49:50 +01:00
oruxmap.cpp Refactoring 2024-03-19 22:39:42 +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 Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +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 Fixed error line reporting in CSV-based files 2024-03-23 09:16:41 +01:00
pcs.h Code cleanup 2024-03-20 07:45:49 +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 Refactoring 2024-03-19 22:39:42 +01:00
prjfile.h Refactoring 2024-03-19 22:39:42 +01:00
projection.cpp Refactoring 2024-03-19 22:39:42 +01:00
projection.h Refactoring 2024-03-19 22:39:42 +01: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 Refactoring 2024-03-19 22:39:42 +01:00
rmap.h Yet another TrekBuddy compatability enhancement & fixes 2023-09-14 18:36:03 +02:00
sqlitemap.cpp Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +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 Do not draw IMG contour lines that have no color defined 2024-02-27 07:20:09 +01:00
textpathitem.h Some more Mapsforge maps rendering improvements 2023-06-06 07:18:31 +02:00
textpointitem.cpp Do not draw IMG contour lines that have no color defined 2024-02-27 07:20:09 +01: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 Do not pretend Matrix can have bigger indexes than int 2024-02-19 22:06:18 +01:00
transform.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
utm.cpp Refactoring 2024-03-19 22:39:42 +01:00
utm.h Refactoring 2024-03-19 22:39:42 +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