Skip to content

Commit

Permalink
v.0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0sT-Brutal committed Nov 1, 2022
1 parent f74536c commit 4e83588
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
0.9.4
=====

`[BREAKING]`

- Major redesign of NetworkRequest. Reuse connections to speedup downloads and reduce server load. Engine capabilities are checked against request details. API changes for implementations of NetworkRequest only, no changes visible to end-user.
- OSM.NetworkRequest.pas, TBlockingNetworkRequestFunc => TBlockingNetworkRequestProc, must raise exception on error thus removing excess ErrMsg and result flag; add Client parameter

`Added`

- OSM.NetworkRequest.Synapse.pas, to use SSL, define `SynapseSSL` in project options.
- Updated Synapse to the last release version with original file structure. Added SSL libs from Synapse site (untested!)
- OSM.NetworkRequest.Synapse.pas, supports System proxy

0.9.3
=====

- Tile URL is now defined with OpenLayers-compatible templates with extended features

`Added`

- OSM.TilesProvider.pas, `FormatTileURL` function
* OSM.TilesProvider.*.pas, use new template-base system for retrieval of tile URL
- OpenTopoMap tile provider
- OSM.TilesProvider.*.pas, use new template-base system for retrieval of tile URL

0.9.2
=====
Expand All @@ -28,12 +41,16 @@
0.9.1
=====

- Added Google map tile provider
`Added`

- Google map tile provider

0.9.0
=====

- Added ability to use map tile provider other than OSM. Added HERE provider. Added property `Properties` to access provider-specific properties.
`Added`

- Ability to use map tile provider other than OSM. Added HERE provider. Added property `Properties` to access provider-specific properties.

`[BREAKING]`

Expand Down

0 comments on commit 4e83588

Please sign in to comment.