|
148fc76d5a
|
Added support for online vector maps overzoom
|
2023-12-11 18:54:46 +01:00 |
|
|
688861bf65
|
Code cleanup
|
2023-06-23 09:30:44 +02:00 |
|
|
d0cea97c90
|
Added support for custom HTTP headers in map tile requests
|
2023-05-13 15:01:35 +02:00 |
|
|
97e12d809f
|
Map API refactoring
Including several map providers refactoring/rewrite
especial KML, JNX and TrekBuddy atlases.
|
2023-05-04 09:38:35 +02:00 |
|
|
97fdcfdd74
|
Code cleanup
|
2022-07-06 14:58:41 +02:00 |
|
|
018d0ba085
|
Redesigned HTTP downloader
- Save the data as they come rather than at once
- + some related refactoring
|
2021-08-26 22:22:18 +02:00 |
|
|
2e2fee560f
|
Switched to Qt5 signal/slot API
|
2021-04-28 00:01:07 +02:00 |
|
|
97bea8c56c
|
Added support for Qt6
Removed support for Qt4 and Qt5 < 5.12
|
2020-12-22 22:09:09 +01:00 |
|
|
9e70a1ffbb
|
Added the "Load map dir" feature
|
2020-12-02 23:58:11 +01:00 |
|
|
82c0c1f8a7
|
Asynchronous WMS/WMTS map loading
(also fixes crash on OS X)
|
2020-03-17 21:06:51 +01:00 |
|
|
9859608115
|
Added missing support for URLs defined in OnlineResources
|
2020-03-04 19:47:23 +01:00 |
|
|
9f62b7114e
|
The service parameter is expected in the GetMap request by some servers
(The WMS specification is not 100% clear here)
|
2020-03-03 09:38:18 +01:00 |
|
|
521369a6ec
|
Make the WMS tile size configurable
|
2020-03-01 13:59:15 +01:00 |
|
|
5f5b391cd9
|
Added support for Geographic 2D projections (coordinate systems) in vector maps
|
2019-08-01 08:36:58 +02:00 |
|
|
738b49668c
|
Fixed broken WMS scale denominators -> zooms transition
|
2019-05-28 07:26:13 +02:00 |
|
|
5b2af9fc9c
|
Added support for QuadTiles maps
|
2019-05-20 23:23:24 +02:00 |
|
|
b8a2b76d7c
|
Fixed bounds computation
|
2019-01-14 23:47:24 +01:00 |
|
|
fec5780da2
|
Added support for polar stereographic projection
closes #181
|
2019-01-08 21:42:28 +01:00 |
|
|
3c6ce2dde2
|
Propper handling of vector tiles scaling in all map display modes
|
2018-11-17 10:10:35 +01:00 |
|
|
4c88414677
|
Scale the tile images in HiDPImode when they are scalable (vector tiles)
|
2018-11-15 00:38:03 +01:00 |
|
|
f762013e1e
|
Changed application data paths to more platform-standard locations
|
2018-11-02 20:01:19 +01:00 |
|
|
e6a39b5146
|
Fixed QT4 build
|
2018-10-06 23:14:46 +02:00 |
|
|
6e92557806
|
Code cleanup
|
2018-10-06 21:15:06 +02:00 |
|
|
a7e02bdc8b
|
Some more cosmetic optimizations
|
2018-10-05 07:10:49 +02:00 |
|
|
254deae04a
|
Code cleanup
|
2018-09-30 12:16:41 +02:00 |
|
|
9bae94f30d
|
qWarning() mesage formating cleanup
|
2018-09-24 23:07:11 +02:00 |
|
|
351fc0309a
|
Code cleanup
|
2018-09-24 22:49:10 +02:00 |
|
|
7855c69729
|
Fixed WMS/WMTS URLs composing
|
2018-09-16 12:05:11 +02:00 |
|
|
1f71b3a3b2
|
Code/API cleanup
|
2018-08-23 20:26:10 +02:00 |
|
|
cdc9e51696
|
Added HiDPI displays/maps support
|
2018-08-18 21:06:36 +02:00 |
|
|
262ee5bb5f
|
Map API cleanup
|
2018-07-13 09:51:41 +02:00 |
|
|
5547cf668e
|
Make Coverity happy
|
2018-07-10 08:58:37 +02:00 |
|
|
a432ff3461
|
Now using a strict horizontal map scale
Code cleanup
|
2018-06-30 12:14:58 +02:00 |
|
|
0d879e61a9
|
Added support for Garmin JNX maps
|
2018-05-22 22:40:15 +02:00 |
|
|
cf81e42f52
|
Remaining qreal/double separation
+ some minor TrekBuddy atlas issues fixes
|
2018-05-02 21:25:14 +02:00 |
|
|
beb966c58f
|
Fixed broken returning from print mode
|
2018-04-28 22:18:11 +02:00 |
|
|
9eb2e38499
|
Includes cleanup
|
2018-04-28 19:08:21 +02:00 |
|
|
bcff05c37c
|
Code cleanup
|
2018-04-28 16:07:32 +02:00 |
|
|
266a1d037e
|
Code cleanup
|
2018-04-27 23:08:44 +02:00 |
|
|
566f3185f9
|
Separated map downloaders, added configurable connection timeouts
|
2018-04-27 19:31:27 +02:00 |
|
|
9e36451001
|
RectC now uses the expected axis direction
+ some more refactoring
|
2018-04-16 20:26:10 +02:00 |
|
|
4530ec1354
|
Code cleanup
|
2018-04-15 17:32:25 +02:00 |
|
|
f2b72ec1b5
|
Fixed GeoTIFF on platforms where qreal != double
|
2018-04-15 16:27:47 +02:00 |
|
|
3f71775101
|
Fixed broken radius-rect computation
Always use the double type for coordinate related data
|
2018-04-13 21:14:12 +02:00 |
|
|
b4cf614f77
|
Added missing "other sample dimensions" support for WMS
|
2018-04-08 19:13:16 +02:00 |
|
|
c4915891e7
|
Code cleanup
|
2018-04-07 18:42:25 +02:00 |
|
|
c5256b25e9
|
Added missing namespace
|
2018-04-05 21:13:48 +02:00 |
|
|
81b3a517f8
|
Use the correct axis order defaults for WMS/WMTS maps
|
2018-04-05 20:38:23 +02:00 |
|
|
88d6904ded
|
Yet another WMS bounding box computation fix
|
2018-04-03 00:08:01 +02:00 |
|
|
e3e8fdbacf
|
Fixed WMS 1.1.x support
Added support for HTTP basic authorization
|
2018-04-01 20:01:25 +02:00 |
|