Skip to content

Commit

Permalink
Light gray center
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored Nov 18, 2023
1 parent 6eb5971 commit e0a3b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class RouteColorize {
public static final double SLOPE_MIN_VALUE = -1.00;//-100%
public static final double SLOPE_MAX_VALUE = 1.0;//100%
//public static final double[][] SLOPE_PALETTE = {{SLOPE_MIN_VALUE, GREEN_SLOPE}, {0.0, WHITE}, {0.125, YELLOW_SLOPE}, {0.25, RED_SLOPE}, {SLOPE_MAX_VALUE, PURPLE_SLOPE}};
public static final double[][] SLOPE_PALETTE = {{SLOPE_MIN_VALUE, BLUE_SLOPE}, {-0.15, CYAN_SLOPE}, {-0.075, GREEN_SLOPE}, {0.0, DARK_GREY}, {0.075, YELLOW_SLOPE}, {0.15, RED_SLOPE}, {SLOPE_MAX_VALUE, PURPLE_SLOPE}};
public static final double[][] SLOPE_PALETTE = {{SLOPE_MIN_VALUE, BLUE_SLOPE}, {-0.15, CYAN_SLOPE}, {-0.075, GREEN_SLOPE}, {0.0, LIGHT_GREY}, {0.075, YELLOW_SLOPE}, {0.15, RED_SLOPE}, {SLOPE_MAX_VALUE, PURPLE_SLOPE}};

private static final float DEFAULT_BASE = 17.2f;
public static double MAX_CORRECT_ELEVATION_DISTANCE = 100.0;// in meters
Expand Down

0 comments on commit e0a3b8d

Please sign in to comment.