Skip to content

Commit

Permalink
Set bike station default state so that digitransit-ui draws the station
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Apr 25, 2018
1 parent 35993b5 commit cc3db3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class BikeRentalStation implements Serializable, Cloneable {

@XmlAttribute
@JsonSerialize
public String state = ""; // additional state info: on, off, closed, etc
public String state = "Station on"; // additional state info: on, off, closed, etc

/**
* List of compatible network names. Null (default) to be compatible with all.
Expand Down

0 comments on commit cc3db3e

Please sign in to comment.