You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2022/11/22 18:19:40 UTC

[streampipes] branch STREAMPIPES-584 updated (b312bfe3f -> f1ae80143)

This is an automated email from the ASF dual-hosted git repository.

micklich pushed a change to branch STREAMPIPES-584
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from b312bfe3f Merge remote-tracking branch 'origin/STREAMPIPES-584' into STREAMPIPES-584
     add 0676afc6d fixed unresolved issue due mapping variable
     add ec0e9b23d replace processor in init file
     add f1ae80143 remove old approach classes

No new revisions were added by this update.

Summary of changes:
 .../streampipes/processors/geo/jvm/GeoJvmInit.java |   4 +-
 .../processor/reprojection/ProjTransformation.java | 110 ---------------------
 .../reprojection/ProjTransformationController.java |  75 --------------
 .../reprojection/ProjTransformationParameter.java  |  48 ---------
 .../reprojection/ReprojectionProcessor.java        |  47 +++++----
 5 files changed, 24 insertions(+), 260 deletions(-)
 delete mode 100755 streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/reprojection/ProjTransformation.java
 delete mode 100755 streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/reprojection/ProjTransformationController.java
 delete mode 100755 streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/reprojection/ProjTransformationParameter.java