Skip to content

Commit

Permalink
improve routing algorithm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mg4gh committed Apr 15, 2024
1 parent d48a897 commit fe5ae8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Features/DeveloperFeatures/Preferences/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ You can configure three different routing algorithms:
- [BidirectionalAStar](mgmap-install://mg4gh.github.io/MGMapViewer/Features/MainTrackFeatures/Routing/routing_bidirectionalastar.zip) (AStar with search in both directions, delivers optimal result)
- [BidirectionalAStarFNO](mgmap-install://mg4gh.github.io/MGMapViewer/Features/MainTrackFeatures/Routing/routing_bidirectionalastarfno.zip) (AStar with search in both directions, faster, but may deliver none optimal result)


For BidirectionalAStar it looks like this:
```
FSSearch.reverseSearchOn=Boolean:true
FSSearch.locationBasedSearchOn=Boolean:true
#FSRouting.RoutingAlgorithm=AStar
FSRouting.RoutingAlgorithm=BidirectionalAStar
#FSRouting.RoutingAlgorithm=BidirectionalAStarFNO
```
From the device you can use this link create this configuration:
[geocode.zip](mgmap-install://mg4gh.github.io/MGMapViewer/Features/FurtherFeatures/Geocode/geocode.zip)


<small><small>[Back to Index](../../../index.md)</small></small>

0 comments on commit fe5ae8a

Please sign in to comment.