mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
use QgsVectorLayer*, not use LayerId
This commit is contained in:
parent
a568c7b994
commit
032937ff7d
@ -11,14 +11,14 @@ class QgsLineVectorLayerDirector : QgsGraphDirector
|
||||
|
||||
public:
|
||||
/**
|
||||
* @param layerId
|
||||
* @param myLayer source vector layer
|
||||
* @param directionFieldId feield contain road direction value
|
||||
* @param directDirectionValue value for one-way road
|
||||
* @param reverseDirectionValue value for reverse one-way road
|
||||
* @param bothDirectionValue value for road
|
||||
* @param defaultDirection 1 - direct direction, 2 - reverse direction, 3 - both direction
|
||||
*/
|
||||
QgsLineVectorLayerDirector( const QString& layerId,
|
||||
QgsLineVectorLayerDirector( QgsVectorLayer* myLayer,
|
||||
int directionFieldId,
|
||||
const QString& directDirectionValue,
|
||||
const QString& reverseDirectionValue,
|
||||
|
Loading…
x
Reference in New Issue
Block a user