From f9391dd158a1a8af15729cb2e959960daf190594 Mon Sep 17 00:00:00 2001 From: bartvde Date: Fri, 21 May 2010 07:35:26 +0000 Subject: [PATCH] add Raster to the list of SYMBOLIZER_PREFIXES, p=ahocevar, r=me (closes #2642) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10350 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Style.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'];