Skip to content
Snippets Groups Projects
Commit 2ce1a635 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added Tingvoll as normal data weather station

parent b547126a
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ public class RoughageService {
@Produces("application/json;charset=UTF-8")
public Response getWeatherStations()
{
String[] stationNames = {"Apelsvoll","Fureneset","Holt","Kvithamar","Landvik","Løken","Særheim","Tjøtta", "Ås"};
String[] stationNames = {"Apelsvoll","Fureneset","Holt","Kvithamar","Landvik","Løken","Særheim","Tingvoll","Tjøtta", "Ås"};
Query q = em.createNamedQuery("PointOfInterestWeatherStation.findByNames");
q.setParameter("names", Arrays.asList(stationNames));
List<PointOfInterestWeatherStation> stations = q.getResultList();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment