This repository was archived by the owner on Sep 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1818
1919using System . Reflection ;
2020
21- [ assembly: AssemblyVersion ( "4.0.6 .9999" ) ] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
21+ [ assembly: AssemblyVersion ( "4.1.0 .9999" ) ] // semantic versioning Major.Minor.Patch.Build (9999 will be updated by CI server)
2222[ assembly: AssemblyInformationalVersion ( "Local Build Version" ) ] // do not change this; build server replace this automatically.
Original file line number Diff line number Diff line change 1+ Enhancements:
2+
3+ - Tile layer will no ignore 404-ed tiles.
4+ - Improved CH preprocessing status information.
5+ - Improved performance creating a CH.
6+ - Map is now updated when removing/adding a layer.
7+ - Huge improvement to read/write performance of a routing flatfile.
8+
9+ Bugfixes:
10+
11+ - Made sure access to Android markers is synchronized. Possibly fixes #93.
12+ - Improved Rectangle2D.FitAndKeepAspectRatio to fit one point but not zoom in that case. Fixes #92.
Original file line number Diff line number Diff line change 11Enhancements:
22
3- - Tile layer will no ignore 404-ed tiles.
4- - Improved CH preprocessing status information.
5- - Improved performance creating a CH.
6- - Map is now updated when removing/adding a layer.
7- - Huge improvement to read/write performance of a routing flatfile.
8-
9- Bugfixes:
10-
11- - Made sure access to Android markers is synchronized. Possibly fixes #93.
12- - Improved Rectangle2D.FitAndKeepAspectRatio to fit one point but not zoom in that case. Fixes #92.
3+ - Performance improvements for mobile routing.
4+ - Performance improvements when building serialized vector files.
You can’t perform that action at this time.
0 commit comments