Class: featurestyleDirective directive:gmfFeaturestyle

gmf.featurestyleDirective

new featurestyleDirective()

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.