flomickl commented on code in PR #1268:
URL: https://github.com/apache/streampipes/pull/1268#discussion_r1103859520
##########
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/trajectory/TrajectoryFromPointsProcessor.java:
##########
@@ -51,8 +51,9 @@ public class TrajectoryFromPointsProcessor extends
StreamPipesDataProcessor {
private static final String SUBPOINTS_KEY = "subpoints-key";
private static final String DESCRIPTION_KEY = "description-key";
private static final String TRAJECTORY_KEY = "trajectory-key";
- private static final String TRAJECTORY_RUNTIME = "trajectoryWKT";
- private static final String DESCRIPTION_RUNTIME = "trajectoryDescription";
+ private static final String TRAJECTORY_GEOMETRY_RUNTIME =
"trajectory-geometry";
+ private static final String TRAJECTORY_EPSG_RUNTIME = "trajectory-epsg";
+ private static final String DESCRIPTION_RUNTIME = "trajectory-description";
Review Comment:
@bossenti
so far I never implemented the runtime names to the string.en file
What would be the benefit of it?
All necessary descriptions for the user are already written down:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]