diff --git a/lib/OpenLayers/Style.js b/lib/OpenLayers/Style.js index 4bfcaef160..488e996cb5 100644 --- a/lib/OpenLayers/Style.js +++ b/lib/OpenLayers/Style.js @@ -438,4 +438,5 @@ OpenLayers.Style.createLiteral = function(value, context, feature, property) { * {Array} prefixes of the sld symbolizers. These are the * same as the main geometry types */ -OpenLayers.Style.SYMBOLIZER_PREFIXES = ['Point', 'Line', 'Polygon', 'Text']; +OpenLayers.Style.SYMBOLIZER_PREFIXES = ['Point', 'Line', 'Polygon', 'Text', + 'Raster'];