1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/map
2019-01-18 00:29:47 +01: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 Code cleanup 2018-10-11 18:19:35 +02:00
angularunits.h Removed debug stuff from release builds 2018-02-13 23:03:18 +01: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
coordinatesystem.cpp Added some more polar stereographic based projections 2019-01-12 00:37:47 +01: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 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 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 Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
geotiff.h Fixed GeoTIFF on platforms where qreal != double 2018-04-15 16:27:47 +02: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
jnxmap.cpp Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
jnxmap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01: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 Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01: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 Fixed broken map sources parsing 2018-12-08 02:27:27 +01:00
mapsource.h Fixed broken map sources parsing 2018-12-08 02:27:27 +01: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 Open MBTiles SQL files in read-only mode 2019-01-18 00:29:47 +01:00
mbtilesmap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01: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 Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01:00
onlinemap.h Propper handling of vector tiles scaling in all map display modes 2018-11-17 10:10:35 +01: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 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 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 polar stereographic projection 2019-01-08 21:42:28 +01: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
polarstereographic.cpp Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
polarstereographic.h Added support for polar stereographic projection 2019-01-08 21:42:28 +01: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 Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
projection.h RectC now uses the expected axis direction 2018-04-16 20:26:10 +02:00
rectd.cpp Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
rectd.h Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
tar.cpp qWarning() mesage formating cleanup 2018-09-24 23:07:11 +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 Scale the tile images in HiDPImode when they are scalable (vector tiles) 2018-11-15 00:38:03 +01:00
tileloader.cpp Scale the tile images in HiDPImode when they are scalable (vector tiles) 2018-11-15 00:38:03 +01:00
tileloader.h Some more cosmetic optimizations 2018-10-05 07:10: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 Code cleanup 2018-09-30 12:16:41 +02:00
wmsmap.cpp Fixed bounds computation 2019-01-14 23:47:24 +01:00
wmsmap.h Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00
wmts.cpp Improved error handling 2018-10-26 18:47:34 +02:00
wmts.h Properly handle WMTS TileMatrixLimits and default style 2018-10-15 00:20:20 +02:00
wmtsmap.cpp Fixed bounds computation 2019-01-14 23:47:24 +01:00
wmtsmap.h Added support for polar stereographic projection 2019-01-08 21:42:28 +01:00