Skip to content

Commit

Permalink
Fix outline width in simple marker sld import
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and nyalldawson committed Sep 18, 2018
1 parent 018fd07 commit 506edfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
Expand Up @@ -1251,6 +1251,7 @@ QgsSymbolLayerV2* QgsSimpleMarkerSymbolLayerV2::createFromSld( QDomElement &elem
m->setAngle( angle );
m->setOffset( offset );
m->setOutlineStyle( borderStyle );
m->setOutlineWidth( borderWidth );
return m;
}

Expand Down

0 comments on commit 506edfb

Please sign in to comment.