Skip to content

Commit

Permalink
[#1040] remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
flomickl committed Feb 15, 2023
1 parent 8d0aea2 commit d6343dc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public void onEvent(Event event, SpOutputCollector collector) throws SpRuntimeEx
Point geom = SpGeometryBuilder.createSPGeom(lng, lat, epsg);

if (!geom.isEmpty()) {
// if activated the stream fails at all
//event.removeFieldBySelector(latitudeMapper);
//event.removeFieldBySelector(longitudeMapper);
event.addField(GEOMETRY_RUNTIME, geom.toString());

LOG.debug("Created Geometry: " + geom.toString());
Expand Down

0 comments on commit d6343dc

Please sign in to comment.