Remove applyDefaultStyle method

This commit is contained in:
Tim Schaub
2013-08-15 08:26:05 -04:00
parent a670e225cd
commit a5991aee03
3 changed files with 7 additions and 16 deletions

View File

@@ -397,7 +397,7 @@ ol.layer.Vector.prototype.groupFeaturesBySymbolizerLiteral =
// layer style second
literals = style.createLiterals(feature);
} else {
literals = ol.style.Style.applyDefaultStyle(feature);
literals = ol.style.Style.defaults.createLiterals(feature);
}
}
numLiterals = literals.length;