1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/map
2020-10-27 20:52:29 +01:00
..
IMG Fixed broken tile bounds 2020-10-27 20:52:29 +01:00
albersequal.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
albersequal.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
angularunits.cpp Code cleanup 2018-10-11 18:19:35 +02:00
angularunits.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
atlas.cpp Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
atlas.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
calibrationpoint.h Use a shared CalibrationPoint implementation 2019-03-07 01:08:51 +01:00
color.h Improved rmap support 2019-03-07 22:58:43 +01: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 Accept case insensitive authorities names 2020-10-11 21:33:19 +02:00
crs.h Initial WMS support (no multi-layer support for now) 2018-03-30 10:25:05 +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 Remaining WGS84 deduplication 2018-07-26 23:51:11 +02:00
datum.h Remaining WGS84 deduplication 2018-07-26 23:51:11 +02:00
downloader.cpp Changed application data paths to more platform-standard locations 2018-11-02 20:01:19 +01:00
downloader.h Changed application data paths to more platform-standard locations 2018-11-02 20:01:19 +01:00
ellipsoid.cpp Hardcode web mercator (EPSG 3857) support 2018-06-28 22:12:16 +02:00
ellipsoid.h Hardcode web mercator (EPSG 3857) support 2018-06-28 22:12:16 +02:00
emptymap.cpp Refactoring 2018-09-25 21:07:44 +02:00
emptymap.h Code/API cleanup 2018-08-23 20:26:10 +02:00
gcs.cpp Added support for Geographic 2D projections (coordinate systems) in vector maps 2019-08-01 08:36:58 +02:00
gcs.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
geocentric.cpp Fixed broken equations 2019-02-26 22:16:05 +01:00
geocentric.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
geotiff.cpp Use propper structure names 2020-10-14 22:04:32 +02:00
geotiff.h Added support for Geotagged JPEG files 2019-03-13 00:25:46 +01:00
geotiffmap.cpp Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
geotiffmap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
image.cpp Changed application data paths to more platform-standard locations 2018-11-02 20:01:19 +01:00
image.h Make huge images work under OpenGL (at least memory-ineficient) 2018-08-24 12:26:32 +02:00
imgmap.cpp Fixed warious bounds wrapping issues 2020-10-27 16:46:09 +01:00
imgmap.h Added support for IMG maps overlays 2020-04-26 15:46:42 +02:00
jnxmap.cpp Some more cleanup 2019-08-13 20:50:43 +02:00
jnxmap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
krovak.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
krovak.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
lambertazimuthal.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
lambertazimuthal.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
lambertconic.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
lambertconic.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
latlon.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
linearunits.cpp Updated PCS list 2018-05-14 00:37:19 +02:00
linearunits.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
map.cpp Code cleanup 2019-05-30 19:36:24 +02:00
map.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
mapfile.cpp Use a shared CalibrationPoint implementation 2019-03-07 01:08:51 +01:00
mapfile.h Use a shared CalibrationPoint implementation 2019-03-07 01:08:51 +01:00
maplist.cpp Silenced clang warnings 2020-03-27 23:09:13 +01:00
maplist.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
mapsource.cpp Make the WMS tile size configurable 2020-03-01 13:59:15 +01:00
mapsource.h Added support for GMAP maps 2020-02-09 23:24:48 +01:00
matrix.cpp Properly handle self-asignments 2019-07-10 23:08:58 +02:00
matrix.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
mbtilesmap.cpp Dummy non-class callback functions are not needed 2020-07-02 23:51:15 +02:00
mbtilesmap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
mercator.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
mercator.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
obliquestereographic.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
obliquestereographic.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
onlinemap.cpp Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
onlinemap.h Added support for QuadTiles maps 2019-05-20 23:23:24 +02:00
osm.cpp Code cleanup 2018-10-07 13:07:04 +02:00
osm.h Refactoring 2018-09-25 21:07:44 +02:00
ozf.cpp Some more cleanup 2019-08-13 20:50:43 +02:00
ozf.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
ozimap.cpp Fixed bounds computation 2019-01-14 23:47:24 +01:00
ozimap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
pcs.cpp Added support for Geographic 2D projections (coordinate systems) in vector maps 2019-08-01 08:36:58 +02:00
pcs.h Added support for Geographic 2D projections (coordinate systems) in vector maps 2019-08-01 08:36:58 +02:00
pointd.h Use a shared CalibrationPoint implementation 2019-03-07 01:08:51 +01:00
polarstereographic.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
polarstereographic.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
primemeridian.cpp Removed debug stuff from release builds 2018-02-13 23:03:18 +01:00
primemeridian.h Removed debug stuff from release builds 2018-02-13 23:03:18 +01:00
projection.cpp Fixed error handling 2020-04-22 00:47:12 +02:00
projection.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
rectd.cpp Added support for Garmin IMG maps 2019-05-10 18:56:19 +02:00
rectd.h Added support for Garmin IMG maps 2019-05-10 18:56:19 +02:00
rmap.cpp Added RMap Dutch grid projection support 2019-03-10 18:49:41 +01:00
rmap.h Improved rmap support 2019-03-07 22:58:43 +01:00
tar.cpp Fixed ODR (One Definition Rule) violation 2020-10-12 20:05:17 +02:00
tar.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
tile.h Added support for QuadTiles maps 2019-05-20 23:23:24 +02:00
tileloader.cpp Dummy non-class callback functions are not needed 2020-07-02 23:51:15 +02:00
tileloader.h Fixed tile cache reload issues 2020-03-01 11:43:08 +01:00
transform.cpp Added missing initialization 2018-04-16 19:14:27 +02:00
transform.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
transversemercator.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
transversemercator.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +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
webmercator.cpp Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
webmercator.h Limit the map bounds properly based on projection, not a magic height 2020-04-21 23:26:35 +02:00
wms.cpp Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wms.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmsmap.cpp Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmsmap.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmts.cpp Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmts.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmtsmap.cpp Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00
wmtsmap.h Asynchronous WMS/WMTS map loading 2020-03-17 21:06:51 +01:00