Skip to content

Commit 89b6517

Browse files
author
Carsten Hollmann
committed
add missing imports
1 parent 1c5cd40 commit 89b6517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spi/src/main/java/org/n52/io/geojson/GeoJSONEncoder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
import org.locationtech.jts.geom.MultiPolygon;
3939
import org.locationtech.jts.geom.Point;
4040
import org.locationtech.jts.geom.Polygon;
41+
import org.locationtech.jts.geom.impl.CoordinateArraySequence;
4142
import org.n52.io.crs.CRSUtils;
43+
import org.n52.shetland.util.JTSHelper;
4244

4345
import com.fasterxml.jackson.databind.node.ArrayNode;
4446
import com.fasterxml.jackson.databind.node.JsonNodeFactory;

0 commit comments

Comments
 (0)