Skip to content

Commit

Permalink
use QgsVectorLayer*, not use LayerId
Browse files Browse the repository at this point in the history
  • Loading branch information
stopa85milk committed Jun 3, 2011
1 parent a568c7b commit 032937f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/analysis/network/qgslinevectorlayerdirector.sip
Expand Up @@ -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,
Expand Down

0 comments on commit 032937f

Please sign in to comment.