Skip to content
Snippets Groups Projects
Commit 7eed3cad authored by Lene Wasskog's avatar Lene Wasskog
Browse files

refactor: Remove comments

parent bde54447
No related branches found
No related tags found
1 merge request!191Add map module and Open-Meteo support
...@@ -174,9 +174,7 @@ public class ModelFormService { ...@@ -174,9 +174,7 @@ public class ModelFormService {
} else if("grid".equals(weatherDataSourceType)) { } else if("grid".equals(weatherDataSourceType)) {
fConf.setUseGridWeatherData(true); fConf.setUseGridWeatherData(true);
timezoneForWeatherData = timezoneStr; timezoneForWeatherData = timezoneStr;
//WeatherStationDataSource source = pointOfInterestBean.getWeatherStationDataSource("Open-Meteo");
ws = new PointOfInterestWeatherStation(); ws = new PointOfInterestWeatherStation();
//ws.setWeatherStationDataSourceId(source);
ws.setLatitude(pUtil.parseDouble(latitudeStr)); ws.setLatitude(pUtil.parseDouble(latitudeStr));
ws.setLongitude(pUtil.parseDouble(longitudeStr)); ws.setLongitude(pUtil.parseDouble(longitudeStr));
ws.setTimeZone(timezoneForWeatherData); ws.setTimeZone(timezoneForWeatherData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment