Skip to content

Commit

Permalink
make custom model of foot more similar to hike
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Apr 9, 2024
1 parent 3f309f7 commit e335932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"priority": [
{ "if": "!foot_access || hike_rating >= 2", "multiply_by": "0" },
{ "if": "true", "multiply_by": "foot_priority" }
{ "else": "", "multiply_by": "foot_priority"}
],
"speed": [
{ "if": "true", "limit_to": "foot_average_speed" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

{
"priority": [
{ "if": "hike_rating >= 5", "multiply_by": "0"},
{ "if": "!foot_access", "multiply_by": "0"},
{ "if": "!foot_access || hike_rating >= 5", "multiply_by": "0"},
{ "else": "", "multiply_by": "foot_priority"},
{ "if": "foot_network == INTERNATIONAL || foot_network == NATIONAL", "multiply_by": "1.7"},
{ "else_if": "foot_network == REGIONAL || foot_network == LOCAL", "multiply_by": "1.5"}
Expand Down

0 comments on commit e335932

Please sign in to comment.