view contrib/init.d/d4e-start @ 8530:4dd6d89ce95e

(issue1788) Do not divide area by two. The area calcluation correctly calculates the area of a polygon to divide it by two breaks that result.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 18 Feb 2015 17:17:20 +0100
parents 1709c429818a
children
line wrap: on
line source
#!/bin/bash
cd $FLYSDIR
/usr/bin/java -classpath $CLASSPATH $ARGS $MAINCLASS >> $LOGFILE 2>&1&
echo $! > $D4E_PID

http://dive4elements.wald.intevation.org