You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/analysis/vector/qgsgeometryanalyzer.cpp
+18-3
Original file line number
Diff line number
Diff line change
@@ -910,7 +910,8 @@ void QgsGeometryAnalyzer::bufferFeature( QgsFeature& f, int nProcessedFeatures,
910
910
}
911
911
912
912
boolQgsGeometryAnalyzer::eventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, QList<int>& unlocatedFeatureIds, const QString& outputLayer,
913
-
const QString& outputFormat, int locationField1, int locationField2, bool forceSingleGeometry, QgsVectorDataProvider* memoryProvider, QProgressDialog* p )
913
+
const QString& outputFormat, int locationField1, int locationField2, int offsetField, double offsetScale,
914
+
bool forceSingleGeometry, QgsVectorDataProvider* memoryProvider, QProgressDialog* p )
914
915
{
915
916
if ( !lineLayer || !eventLayer || !lineLayer->isValid() || !eventLayer->isValid() )
/**Returns linear reference geometry as a multiline (or 0 if no match). Currently, the z-coordinates are considered to be the measures (no support for m-values in QGIS)*/
0 commit comments