Skip to content

Commit

Permalink
* README.md, remove version (to not change the file on every version …
Browse files Browse the repository at this point in the history
…change - there's CHANGELOG.md for this) and update unit structure
  • Loading branch information
Fr0sT-Brutal committed Oct 8, 2021
1 parent 4028b45 commit a77f016
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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/)
Expand Down

0 comments on commit a77f016

Please sign in to comment.