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 18, 2023
1 parent 4495534 commit 06713c0
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 06713c0

Please sign in to comment.