diff --git a/src/main/resources/acl-rules/stations/GUEST.sql b/src/main/resources/acl-rules/stations/GUEST.sql index 38508c2c..d2371ff2 100644 --- a/src/main/resources/acl-rules/stations/GUEST.sql +++ b/src/main/resources/acl-rules/stations/GUEST.sql @@ -44,7 +44,7 @@ or (s.stationtype = 'EnvironmentStation' and s.origin = 'APPATN-open') or (s.stationtype = 'LinkStation' and (s.origin is null or s.origin = 'NOI')) or (s.stationtype = 'MeteoStation' and s.origin in ('meteotrentino', 'SIAG', 'EURAC')) - or (s.stationtype = 'ParkingStation' and s.origin in ('FAMAS', 'FBK', 'Municipality Merano')) + or (s.stationtype = 'ParkingStation' and s.origin in ('FAMAS', 'FBK', 'Municipality Merano', 'skidata')) or (s.stationtype = 'RWISstation' and s.origin = 'InfoMobility') -- special rules