fixed bugs with coords:
argument order is now [lat, lon] everywhere Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -64,7 +64,7 @@ public class Application {
|
||||
|
||||
server.start();
|
||||
|
||||
var jarDir = new File("/tmp/jars");
|
||||
var jarDir = new File("/home/srichter/workspace/de.srsoftware.cal/de.srsoftware.cal.importer/build/libs");
|
||||
var autoImport = new AutoImporter(db);
|
||||
new JarWatchdog()
|
||||
.setContext(BaseImporter.class.getClassLoader())
|
||||
@@ -75,7 +75,6 @@ public class Application {
|
||||
.start();
|
||||
|
||||
// TODO: add importers
|
||||
// TODO: add coordinates to importers
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user