Skip to content

Commit

Permalink
geosolutions-it#9241 fixed longitudinal profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Jul 21, 2023
1 parent 3d6f674 commit 852086c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const profileEnLong = ({identifier, geometry, distance, referential}) =>
identifier,
[
processParameter('linestringEWKT', processData(literalData(prepareGeometry(geometry), "application/wkt"))),
processParameter('projection', processData(literalData("EPSG:3857"))), // parametrized?
processParameter('targetProjection', processData(literalData("EPSG:3857"))), // parametrized?
processParameter('distance', processData(literalData(distance))),
processParameter('layerName', processData(literalData(referential)))
],
Expand Down

0 comments on commit 852086c

Please sign in to comment.