Model attributes (Travel Distance Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
{{Overlay features|suppresscategory=true|allowselflinks=true| | {{Overlay features|suppresscategory=true|allowselflinks=true| | ||
{{Overlay features|type=row|overlay= | {{Overlay features|type=row|overlay=Travel Distance|name=Destination area |icon=Traveldistancewizard_icon_destination_area.png |category=Travel feature |ftype=Point |key=DESTINATION_AREA}} | ||
{{Overlay features|type=row|overlay= | {{Overlay features|type=row|overlay=Travel Distance|name=Blocked road |icon=Traveldistancewizard_icon_blocked_road.png |category=Travel feature |ftype=Point |key=BLOCKED_ROAD}} | ||
}} | }} | ||
{{TravelDistanceOverlay travel features nav}} | {{TravelDistanceOverlay travel features nav}} | ||
[[Category:Water Module]] | [[Category:Water Module]] |
Revision as of 12:27, 24 February 2022
The Travel Distance Overlay's model calculations depend on a number of calculation-wide parameters. These parameters are available as attributes of the travel distance overlay and can be modified as such.
Icon | Attribute | Unit | Range | Description | Default value |
---|---|---|---|---|---|
MAX_TRAVEL_DISTANCE | m | The maximum distance to a distance area that is allowed. | 10000 | ||
ROAD_DISTANCE | m | The maximum travel distance to the nearest road and other traversable cells. | 20 | ||
ROUTE_PEDESTRIANS | boolean | Whether the sidewalks with pedestrian traffic should be included in the calculation or not. | 0 | ||
ROUTE_BICYCLES | boolean | Whether roads with bicycle traffic should be included in the calculation or not. | 1 | ||
ROUTE_CARS | boolean | Whether roads with car and van traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRUCKS | boolean | Whether roads with truck and bus traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRAMS | boolean | Whether roads with tram traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRAINS | boolean | Whether (rail) roads with train traffic should be included in the calculation or not. | 1 | ||
ROUTE_SHIPS | boolean | Whether roads with ship traffic (shipping lanes) should be included in the calculation or not. | 1 | ||
BLOCKING_THRESHOLD | Minimum value required of a grid cell in the blocking grid to be considered blocked. | 0 | |||
TRAVERSABLE_THRESHOLD | Minimum value required of a grid cell in the traversable grid to be considered traversable. | 0 |
Icon | Name | Category | Type | Identification Key |
---|---|---|---|---|
File:Traveldistancewizard icon destination area.png | Destination area | Travel feature | Point | DESTINATION_AREA |
File:Traveldistancewizard icon blocked road.png | Blocked road | Travel feature | Point | BLOCKED_ROAD |