From 6bdc8e62e3a7dffef53e15cb83e2e5c9efa5175c Mon Sep 17 00:00:00 2001 From: Fr0sT Date: Thu, 29 Jul 2021 18:31:19 +0300 Subject: [PATCH] v.0.5.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26048cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +0.5.0 +===== + +- Greatly improved abilities of network engines. Added ability to specify proxy, request headers, login etc +- Proper handling of request errors +- Demo has proxy configuration \ No newline at end of file diff --git a/README.md b/README.md index cd60436..bbbc34c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ OSM MapControl ============== -**Version: 0.4.0** +**Version: 0.5.0** Delphi/Lazarus visual component for displaying OpenStreetMap map. Also includes helper classes for storing and downloading map tiles. Demo project implements downloading map tiles from network. @@ -22,7 +22,7 @@ Project structure - `OSM.SlippyMapUtils` - util functions, variables and types - `OSM.TileStorage` - classes `TTileBitmapCache` implementing cache of map tiles organized as a queue and `TTileStorage` implementing disc storage of map tiles. - `OSM.NetworkRequest` - utils and classes for network requesting of map tiles. Class `TNetworkRequestQueue` implements threaded non-blocking queue of network requests. Unit doesn't contain any real network request engine. - - `SynapseRequest`, `WinInetRequest` contain concrete implementations of network requesting routines + - `SynapseRequest`, `WinInetRequest`, `RTLInetRequest` contain concrete implementations of network requesting routines - `OSM.MapControl` contains classes `TMapMark` and `TMapMarkList` for managing a set of map points and `TMapControl` itself Full docs for all units listed above is available [here](https://fr0st-brutal.github.io/Delphi_OSMMap/)