Skip to content

Commit

Permalink
Merge pull request #201 from HSLdevcom/set-bikestation-default
Browse files Browse the repository at this point in the history
Set bike station default state so that digitransit-ui draws the station
  • Loading branch information
pailakka committed Apr 25, 2018
2 parents 35993b5 + cc3db3e commit a086893
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 a086893

Please sign in to comment.