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:
2025-01-01 10:44:32 +01:00
parent 211c92b0e3
commit d9e5475962
6 changed files with 33 additions and 9 deletions
@@ -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
}
}