Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import javax.xml.validation.Schema;

import nl.overheid.aerius.gml.v5_1.togml.GMLVersionWriterV51;
import nl.overheid.aerius.gml.v6_0.togml.GMLVersionWriterV60;
import nl.overheid.aerius.shared.domain.geo.HexagonZoomLevel;
import nl.overheid.aerius.shared.exception.AeriusException;
Expand All @@ -32,7 +31,6 @@ private GMLVersionWriterFactory() {
public static GMLVersionWriter createGMLVersionWriter(final HexagonZoomLevel zoomLevel1, final String srsName,
final AeriusGMLVersion aeriusGMLVersion, final boolean withRepresentation) {
return switch (aeriusGMLVersion) {
case V5_1 -> new GMLVersionWriterV51(zoomLevel1, srsName);
case V6_0 -> new GMLVersionWriterV60(zoomLevel1, srsName, withRepresentation);
default -> throw new IllegalArgumentException("Aerius GML version is not supported");
};
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading