[OpenLayers-Commits] r4749 - sandbox/ahocevar/sldRenderer/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Tue Oct 2 00:46:11 EDT 2007


Author: ahocevar
Date: 2007-10-02 00:46:10 -0400 (Tue, 02 Oct 2007)
New Revision: 4749

Modified:
   sandbox/ahocevar/sldRenderer/lib/OpenLayers/Style.js
Log:
removed obsolete constant

Modified: sandbox/ahocevar/sldRenderer/lib/OpenLayers/Style.js
===================================================================
--- sandbox/ahocevar/sldRenderer/lib/OpenLayers/Style.js	2007-10-02 04:31:52 UTC (rev 4748)
+++ sandbox/ahocevar/sldRenderer/lib/OpenLayers/Style.js	2007-10-02 04:46:10 UTC (rev 4749)
@@ -143,30 +143,6 @@
     CLASS_NAME: "OpenLayers.Style"
 });
 
-/**
- * Constant: OpenLayers.Style.RULE
- * OpenLayers UserStyles consist of rules, which can have a number
- *     of attributes. This rule will be used as a base for the
- *     style attributes defined in the sld.
- *
- * A rule has the following properties:
- * - name,
- * - appliesIf,
- * - minScaleDenominator,
- * - maxScaleDenominator,
- * - symbolizer
- * 
- * The symbolizer property is a hash containing one style for each
- * of the sld symbolizers. The keys are defined in
- * {<OpenLayers.Style.SYMBOLIZER_PREFIXES>}
- */
-OpenLayers.Style.RULE = {
-    name: '',
-    appliesIf: '',
-    minScaleDenominator: null,
-    maxScaleDenominator: null,
-    symbolizer: null
-}
 
 /**
  * Constant: OpenLayers.Style.SYMBOLIZER_PREFIXES



More information about the Commits mailing list