|
|
|
@ -1,12 +1,17 @@
@@ -1,12 +1,17 @@
|
|
|
|
|
/* © SRSoftware 2024 */ |
|
|
|
|
package de.srsoftware.cal.importer.weimar; |
|
|
|
|
|
|
|
|
|
import static de.srsoftware.cal.Util.parseGermanDate; |
|
|
|
|
import static de.srsoftware.cal.Util.parseGermanTime; |
|
|
|
|
import static de.srsoftware.tools.Result.transform; |
|
|
|
|
import static de.srsoftware.tools.Tag.*; |
|
|
|
|
import static de.srsoftware.tools.TagFilter.*; |
|
|
|
|
|
|
|
|
|
import de.srsoftware.cal.BaseImporter; |
|
|
|
|
import de.srsoftware.cal.Util; |
|
|
|
|
import de.srsoftware.cal.api.Coords; |
|
|
|
|
import de.srsoftware.tools.Payload; |
|
|
|
|
import de.srsoftware.tools.Result; |
|
|
|
|
import de.srsoftware.tools.Tag; |
|
|
|
|
|
|
|
|
|
import java.security.NoSuchAlgorithmException; |
|
|
|
|
import java.time.LocalDate; |
|
|
|
|
import java.time.LocalTime; |
|
|
|
@ -14,12 +19,6 @@ import java.util.List;
@@ -14,12 +19,6 @@ import java.util.List;
|
|
|
|
|
import java.util.Objects; |
|
|
|
|
import java.util.function.Predicate; |
|
|
|
|
|
|
|
|
|
import static de.srsoftware.cal.Util.parseGermanDate; |
|
|
|
|
import static de.srsoftware.cal.Util.parseGermanTime; |
|
|
|
|
import static de.srsoftware.tools.Result.transform; |
|
|
|
|
import static de.srsoftware.tools.Tag.*; |
|
|
|
|
import static de.srsoftware.tools.TagFilter.*; |
|
|
|
|
|
|
|
|
|
public class Gerberstrasse extends BaseImporter { |
|
|
|
|
private static final Coords DEFAULT_COORDS = new Coords(50.98276, 11.3311); |
|
|
|
|
private static final String DEFAULT_LOCATION = "Gerberstraße 3, 99423 Weimar"; |
|
|
|
|