Skip to content
Snippets Groups Projects
Commit 4f876bd1 authored by Arnaud MORVAN's avatar Arnaud MORVAN
Browse files

Fix geometry type of section in InterpolateProfilesPerAreasAlgorithm

parent a46296a9
No related branches found
No related tags found
No related merge requests found
Pipeline #14580 passed
......@@ -58,7 +58,7 @@ class InterpolateProfilesPerAreasAlgorithm(PreCourlisAlgorithm):
QgsProcessingParameterFeatureSource(
self.SECTIONS,
self.tr("Sections"),
types=[QgsProcessing.TypeVectorPoint],
types=[QgsProcessing.TypeVectorLine],
defaultValue=None,
)
)
......@@ -66,7 +66,7 @@ class InterpolateProfilesPerAreasAlgorithm(PreCourlisAlgorithm):
QgsProcessingParameterFeatureSource(
self.AXIS,
self.tr("Axis"),
types=[QgsProcessing.TypeVectorPoint],
types=[QgsProcessing.TypeVectorLine],
defaultValue=None,
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment