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/30 14:59:58 UTC

[streampipes] 07/11: [STREAMPIPES-642] Add missing icon command

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

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

commit a24c94cac3165a4a312f05d3237c583c987c2d5f
Author: micklich <mi...@apache.org>
AuthorDate: Tue Nov 29 16:39:07 2022 +0100

    [STREAMPIPES-642] Add missing icon command
---
 .../processor/distancecalculator/DistanceCalculatorProcessor.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/latlong/processor/distancecalculator/DistanceCalculatorProcessor.java b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/latlong/processor/distancecalculator/DistanceCalculatorProcessor.java
index b3424cb53..a27deb8df 100644
--- a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/latlong/processor/distancecalculator/DistanceCalculatorProcessor.java
+++ b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/latlong/processor/distancecalculator/DistanceCalculatorProcessor.java
@@ -54,7 +54,7 @@ public class DistanceCalculatorProcessor extends StreamPipesDataProcessor {
         return ProcessingElementBuilder.create(
                         "org.apache.streampipes.processors.geo.jvm.latlong.processor.distancecalculator")
                 .category(DataProcessorType.GEO)
-                .withAssets(Assets.DOCUMENTATION)
+                .withAssets(Assets.DOCUMENTATION, Assets.ICON)
                 .withLocales(Locales.EN)
                 .requiredStream(StreamRequirementsBuilder
                         .create()