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
This commit is contained in:
bartvde
2010-05-21 07:35:26 +00:00
parent d57b603d07
commit f9391dd158

View File

@@ -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'];