comparison flys-backend/src/main/java/de/intevation/flys/model/Gauge.java @ 3944:5fea100c5334

Add a new method to River and Gauge classes to return a http url for additional info about the gauge or river. flys-backend/trunk@5548 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 21 Sep 2012 09:50:33 +0000
parents e72c7fe202dd
children 26084ee6d352
comparison
equal deleted inserted replaced
3943:a5b003595d6c 3944:5fea100c5334
324 } 324 }
325 325
326 return new MinMaxWQ(minw, maxw, minq, maxq); 326 return new MinMaxWQ(minw, maxw, minq, maxq);
327 } 327 }
328 328
329 /**
330 * Returns a HTTP URL for additional information about this gauge
331 */
332 public String getInfoURL() {
333 //FIXME fetch url from the database
334 return "https://flys-intern.intevation.de/Flys-3.0/";
335 }
336
329 } 337 }
330 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 338 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org