1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/map
2018-09-22 14:17:24 +02:00
..
albersequal.cpp Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
albersequal.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
angularunits.cpp Fixed invalid memory access 2018-03-01 19:06:34 +01:00
angularunits.h Removed debug stuff from release builds 2018-02-13 23:03:18 +01:00
atlas.cpp Code/API cleanup 2018-08-23 20:26:10 +02:00
atlas.h Code/API cleanup 2018-08-23 20:26:10 +02:00
coordinatesystem.cpp Added missing coordinate system 2018-05-29 00:37:04 +02:00
coordinatesystem.h Projection error handling cleanup 2018-05-16 18:52:48 +02:00
crs.cpp Added missing namespace 2018-04-05 21:13:48 +02:00
crs.h Initial WMS support (no multi-layer support for now) 2018-03-30 10:25:05 +02:00
ct.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +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 Fixed QT version handling in build process 2018-07-24 17:23:14 +02:00
downloader.h Fixed QT version handling in build process 2018-07-24 17:23:14 +02: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 Code/API cleanup 2018-08-23 20:26:10 +02:00
emptymap.h Code/API cleanup 2018-08-23 20:26:10 +02:00
gcs.cpp Remaining WGS84 deduplication 2018-07-26 23:51:11 +02:00
gcs.h Hardcode web mercator (EPSG 3857) support 2018-06-28 22:12:16 +02:00
geocentric.cpp Precompute e2s as well 2018-05-18 22:10:43 +02:00
geocentric.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
geotiff.cpp Fixed error reporting 2018-07-23 21:55:43 +02:00
geotiff.h Fixed GeoTIFF on platforms where qreal != double 2018-04-15 16:27:47 +02:00
geotiffmap.cpp Code/API cleanup 2018-08-23 20:26:10 +02:00
geotiffmap.h Map API cleanup 2018-09-10 21:22:57 +02:00
image.cpp Fixed compile warning 2018-09-10 21:21:40 +02:00
image.h Make huge images work under OpenGL (at least memory-ineficient) 2018-08-24 12:26:32 +02:00
jnxmap.cpp Code/API cleanup 2018-08-23 20:26:10 +02:00
jnxmap.h Code/API cleanup 2018-08-23 20:26:10 +02:00
krovak.cpp Refactoring 2018-05-29 21:54:25 +02:00
krovak.h Refactoring 2018-05-29 21:54:25 +02:00
lambertazimuthal.cpp Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
lambertazimuthal.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
lambertconic.cpp Some more naming unification 2018-05-18 00:21:59 +02:00
lambertconic.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
latlon.h Fixed GeoTIFF on platforms where qreal != double 2018-04-15 16:27:47 +02:00
linearunits.cpp Updated PCS list 2018-05-14 00:37:19 +02:00
linearunits.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
map.cpp Now using a strict horizontal map scale 2018-06-30 12:14:58 +02:00
map.h Map API cleanup 2018-09-10 21:22:57 +02:00
mapfile.cpp Fixed loading of OziExplorer maps with missing (default) projection parameters 2018-06-30 12:12:12 +02:00
mapfile.h Refactoring 2018-03-22 20:00:30 +01:00
maplist.cpp Fixed broken automatic loading of MBTiles maps 2018-09-22 10:25:43 +02:00
maplist.h Added support for Garmin JNX maps 2018-05-22 22:40:15 +02:00
mapsource.cpp Code cleanup 2018-09-22 14:17:24 +02:00
mapsource.h Added TMS maps support 2018-09-22 13:32:54 +02:00
matrix.cpp Removed debug stuff from release builds 2018-02-13 23:03:18 +01:00
matrix.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
mbtilesmap.cpp Code cleanup 2018-09-22 14:17:24 +02:00
mbtilesmap.h Added support for tiles with a different size than 256px 2018-09-21 23:18:05 +02:00
mercator.cpp Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
mercator.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
onlinemap.cpp Added TMS maps support 2018-09-22 13:32:54 +02:00
onlinemap.h Added TMS maps support 2018-09-22 13:32:54 +02:00
osm.cpp Added support for tiles with a different size than 256px 2018-09-21 23:18:05 +02:00
osm.h Code cleanup 2018-09-22 14:17:24 +02:00
ozf.cpp Fixed broken data size copy 2018-03-26 01:02:31 +02:00
ozf.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
ozimap.cpp Code/API cleanup 2018-08-23 20:26:10 +02:00
ozimap.h Code/API cleanup 2018-08-23 20:26:10 +02:00
pcs.cpp Hardcode web mercator (EPSG 3857) support 2018-06-28 22:12:16 +02:00
pcs.h Hardcode web mercator (EPSG 3857) support 2018-06-28 22:12:16 +02:00
pointd.h Remaining qreal/double separation 2018-05-02 21:25:14 +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 Refactoring 2018-05-29 21:54:25 +02:00
projection.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
rectd.h Remaining qreal/double separation 2018-05-02 21:25:14 +02:00
tar.cpp Fixed most clazy warnings 2018-03-29 00:29:08 +02:00
tar.h Offline map code cleanup/refactoring 2018-03-08 02:24:10 +01:00
tifffile.cpp Add support for GeoTIFF images 2018-01-08 23:47:45 +01:00
tifffile.h Indent cleanup 2018-03-21 18:52:57 +01:00
tile.h Includes cleanup 2018-06-04 23:40:42 +02:00
tileloader.cpp Added support for local (file:) URLs 2018-09-22 12:42:49 +02:00
tileloader.h Added support for local (file:) URLs 2018-09-22 12:42:49 +02: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 Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +02:00
transversemercator.h Datum shift optimization (precompute ellipsoid constants) 2018-05-17 22:41:56 +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 PI defines cleanup 2018-05-15 21:51:56 +02:00
webmercator.h Properly name the web mercator projection 2018-05-12 22:38:42 +02:00
wms.cpp Fixed WMS/WMTS URLs composing 2018-09-16 12:05:11 +02:00
wms.h Separated map downloaders, added configurable connection timeouts 2018-04-27 19:31:27 +02:00
wmsmap.cpp Fixed WMS/WMTS URLs composing 2018-09-16 12:05:11 +02:00
wmsmap.h Code/API cleanup 2018-08-23 20:26:10 +02:00
wmts.cpp Added support for local (file:) URLs 2018-09-22 12:42:49 +02:00
wmts.h Added support for local (file:) URLs 2018-09-22 12:42:49 +02:00
wmtsmap.cpp Code/API cleanup 2018-08-23 20:26:10 +02:00
wmtsmap.h Code/API cleanup 2018-08-23 20:26:10 +02:00