OpenLayers OpenLayers

Changeset 6570

Show
Ignore:
Timestamp:
03/20/08 17:54:13 (10 months ago)
Author:
tschaub
Message:

giving rules ids

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/geoext/lib/OpenLayers/Rule.js

    r6538 r6570  
    1414 */ 
    1515OpenLayers.Rule = OpenLayers.Class({ 
     16     
     17    /** 
     18     * Property: id 
     19     * {String} A unique id for this session. 
     20     */ 
     21    id: null, 
    1622     
    1723    /** 
     
    8692     */ 
    8793    initialize: function(options) { 
     94        this.id = OpenLayers.Util.createUniqueID(this.CLASS_NAME + "_"); 
    8895        this.symbolizer = {}; 
    8996