Skip to content

Commit

Permalink
v.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0sT committed Jul 29, 2021
1 parent 9113b58 commit 6bdc8e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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/)
Expand Down

0 comments on commit 6bdc8e6

Please sign in to comment.