Implemented rotation of externalGraphic vector point features. r=tschaub (closes #1433)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7324 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -227,6 +227,9 @@ OpenLayers.Format.SLD.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
if(graphic.href != undefined) {
|
||||
symbolizer.externalGraphic = graphic.href;
|
||||
}
|
||||
if(graphic.rotation != undefined) {
|
||||
symbolizer.rotation = graphic.rotation;
|
||||
}
|
||||
},
|
||||
"ExternalGraphic": function(node, graphic) {
|
||||
this.readChildNodes(node, graphic);
|
||||
|
||||
Reference in New Issue
Block a user