setting graphic to false by default when reading a TextSymbolizer, just like is done on other symbolizers
This commit is contained in:
@@ -207,7 +207,9 @@ OpenLayers.Format.SLD.v1 = OpenLayers.Class(OpenLayers.Format.Filter.v1_0_0, {
|
||||
rule.maxScaleDenominator = parseFloat(this.getChildValue(node));
|
||||
},
|
||||
"TextSymbolizer": function(node, rule) {
|
||||
var config = {};
|
||||
var config = {
|
||||
graphic: false
|
||||
};
|
||||
this.readChildNodes(node, config);
|
||||
if (this.multipleSymbolizers) {
|
||||
config.zIndex = this.featureTypeCounter;
|
||||
|
||||
Reference in New Issue
Block a user