diff --git a/README.md b/README.md index bbbc34c..49916c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ OSM MapControl ============== -**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 +20,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`, `RTLInetRequest` contain concrete implementations of network requesting routines + - `OSM.NetworkRequest.Synapse`, `OSM.NetworkRequest.WinInet`, `OSM.NetworkRequest.RTL` 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/)