We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c845439 commit c5599deCopy full SHA for c5599de
src/main/java/org/opentripplanner/updater/car_park/HslCarParkDataSource.java
@@ -39,7 +39,7 @@ public class HslCarParkDataSource extends GenericJsonCarParkDataSource{
39
40
private GeometryFactory gf = new GeometryFactory();
41
42
- private String utilizationUrl = "https://p.hsl.fi/api/v1/utilizations";
+ private String utilizationUrl = "https://parking.fintraffic.fi/api/v1/utilizations";
43
44
private Map<String, Integer> utilizations = Collections.EMPTY_MAP;
45
0 commit comments