Class: directive_ directive:gmfFeaturestyle

gmf.drawing.module:featureStyleComponent.directive_

new directive_()

Directive used to set the style of a vector feature. The options depend on the type of geometry. Example:

<gmf-featurestyle
    gmf-featurestyle-feature="ctrl.selectedFeature">
</gmf-featurestyle>
HTML attributes:
Name Type Description
gmf-featurestyle-feature ol.Feature The feature.
Returns:
angular.Directive

The directive specs.