Skip to content

Commit

Permalink
drop unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd authored Apr 18, 2024
1 parent 9cd94a8 commit 8facba4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.Set;
import java.util.TreeMap;
import org.heigit.ohsome.ohsomeapi.controller.dataextraction.elements.ElementsGeometry;
import org.heigit.ohsome.ohsomeapi.inputprocessing.GeometryBuilder;
import org.heigit.ohsome.ohsomeapi.inputprocessing.InputProcessingUtils;
import org.heigit.ohsome.ohsomeapi.inputprocessing.SimpleFeatureType;
import org.heigit.ohsome.ohsomeapi.utils.TimestampFormatter;
Expand All @@ -18,12 +17,9 @@
import org.heigit.ohsome.oshdb.util.celliterator.ContributionType;
import org.heigit.ohsome.oshdb.util.mappable.OSMContribution;
import org.heigit.ohsome.oshdb.util.mappable.OSMEntitySnapshot;
import org.locationtech.jts.geom.Coordinate;
import org.locationtech.jts.geom.Geometry;
import org.locationtech.jts.geom.GeometryFactory;
import org.locationtech.jts.geom.LineString;
import org.wololo.geojson.Feature;
import org.wololo.geojson.Point;

/**
* Used by data extraction requests to create GeoJSON features from OSM entities.
Expand Down

0 comments on commit 8facba4

Please sign in to comment.