This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,4 +156,4 @@ public void NotifyContracted(uint vertex) | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Enhancements: | ||
|
||
- Finished stream sorting problem to avoid sorting a sorted stream or sorting a stream twice. Fixes #64. | ||
- Added option to ignore nodes/ways/relations in OsmStreamSource. Closes #72. | ||
- Added DistanceToEnd while tracking route in RouteTracker. Closes #70. | ||
- Added a read-only list of markers on MapViews on iOS/Android. Issue #78. | ||
- Added a tag property on layers. Also issue #78. | ||
- Added a RemoveAll(Predicate<Tag> predicate) method to all TagCollections. | ||
|
||
Bugfixes: | ||
|
||
- Fixed #67. | ||
- Allow registration of a TraceListener even when listener is disabled. Fixes #69. | ||
- Fixed culture-dependant ToString after move to PCL. | ||
- Fixed progress-reporting during live-edge preprocessing. | ||
- Removed obsolete vertex location request during routing. | ||
- Fixed IsRelevant in OsmRoutingInterpreter not checking value but key. | ||
- Fixed marker positions on first draw. Fixes #73. | ||
- Fixed GPX XML-parsing when it contains GARMIN extensions on Android. Fixes #74. | ||
- Fixed broken XmlOsmStreamTarget after move to PCL. | ||
- Fixed views not responding or rendering on bottom-up MapChanged-events. | ||
- Fixed MaxSpeedAllowed not virtual. | ||
|
||
API Changes: | ||
|
||
- Added RemoveAll() on TagsCollectionBase. | ||
- Added DistanceToEnd on RouteTracker. | ||
- Changed default abstract MoveNext() to MoveNext(bool ignoreNodes, bool ignoreWays, bool ignoreRelations) in OsmStreamSource. Breaking for custom implementations of OsmStreamSource. | ||
- Added OnRemoved delegate on LRUCache to catch objects being removed from cache. | ||
- Added Tag property on Layer. | ||
- Added Markers property on MapView (iOS and Android). | ||
- Changed ViewChanged(Map map, float zoomFactor, GeoCoordinate center, View2D view) in Layer to ViewChanged(Map map, float zoomFactor, GeoCoordinate center, View2D view, View2D extraView). Breaking for custom layer implementations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,12 @@ | ||
Enhancements: | ||
|
||
- Finished stream sorting problem to avoid sorting a sorted stream or sorting a stream twice. Fixes #64. | ||
- Added option to ignore nodes/ways/relations in OsmStreamSource. Closes #72. | ||
- Added DistanceToEnd while tracking route in RouteTracker. Closes #70. | ||
- Added a read-only list of markers on MapViews on iOS/Android. Issue #78. | ||
- Added a tag property on layers. Also issue #78. | ||
- Added a RemoveAll(Predicate<Tag> predicate) method to all TagCollections. | ||
- Tile layer will no ignore 404-ed tiles. | ||
- Improved CH preprocessing status information. | ||
- Improved performance creating a CH. | ||
- Map is now updated when removing/adding a layer. | ||
- Huge improvement to read/write performance of a routing flatfile. | ||
|
||
Bugfixes: | ||
|
||
- Fixed #67. | ||
- Allow registration of a TraceListener even when listener is disabled. Fixes #69. | ||
- Fixed culture-dependant ToString after move to PCL. | ||
- Fixed progress-reporting during live-edge preprocessing. | ||
- Removed obsolete vertex location request during routing. | ||
- Fixed IsRelevant in OsmRoutingInterpreter not checking value but key. | ||
- Fixed marker positions on first draw. Fixes #73. | ||
- Fixed GPX XML-parsing when it contains GARMIN extensions on Android. Fixes #74. | ||
- Fixed broken XmlOsmStreamTarget after move to PCL. | ||
- Fixed views not responding or rendering on bottom-up MapChanged-events. | ||
- Fixed MaxSpeedAllowed not virtual. | ||
|
||
API Changes: | ||
|
||
- Added RemoveAll() on TagsCollectionBase. | ||
- Added DistanceToEnd on RouteTracker. | ||
- Changed default abstract MoveNext() to MoveNext(bool ignoreNodes, bool ignoreWays, bool ignoreRelations) in OsmStreamSource. Breaking for custom implementations of OsmStreamSource. | ||
- Added OnRemoved delegate on LRUCache to catch objects being removed from cache. | ||
- Added Tag property on Layer. | ||
- Added Markers property on MapView (iOS and Android). | ||
- Changed ViewChanged(Map map, float zoomFactor, GeoCoordinate center, View2D view) in Layer to ViewChanged(Map map, float zoomFactor, GeoCoordinate center, View2D view, View2D extraView). Breaking for custom layer implementations. | ||
- Made sure access to Android markers is synchronized. Possibly fixes #93. | ||
- Improved Rectangle2D.FitAndKeepAspectRatio to fit one point but not zoom in that case. Fixes #92. |
21048b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity OsmSharp :: GitHub - OsmSharp Build 678 is now running
21048b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity OsmSharp :: GitHub - OsmSharp Build 4.0.6.678 outcome was SUCCESS
Summary: Tests passed: 425 Build time: 0:0:0