OpenLayers OpenLayers

Changeset 5274

Show
Ignore:
Timestamp:
11/25/07 20:29:41 (1 year ago)
Author:
ahocevar
Message:

Styles framework cleaned up, with new example sld.html. This version does not modify existing trunk code to actually render the styles, which will make it easier to review. Also, the way how styles should be handled in OpenLayers is completely open with this version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ahocevar/styles/lib/OpenLayers.js

    r5027 r5274  
    164164            "OpenLayers/Layer/Vector.js", 
    165165            "OpenLayers/Layer/GML.js", 
     166            "OpenLayers/Style.js", 
     167            "OpenLayers/Rule.js", 
     168            "OpenLayers/Rule/FeatureId.js", 
     169            "OpenLayers/Rule/Logical.js", 
     170            "OpenLayers/Rule/Comparison.js", 
    166171            "OpenLayers/Format.js", 
    167172            "OpenLayers/Format/XML.js", 
     
    171176            "OpenLayers/Format/WFS.js", 
    172177            "OpenLayers/Format/WKT.js", 
     178            "OpenLayers/Format/SLD.js", 
    173179            "OpenLayers/Format/JSON.js", 
    174180            "OpenLayers/Format/GeoJSON.js", 
  • sandbox/ahocevar/styles/tests/list-tests.html

    r4431 r5274  
    2323    <li>Format/test_XML.html</li> 
    2424    <li>Format/test_KML.html</li> 
     25    <li>Format/test_SLD.html</li> 
    2526    <li>Format/test_GeoRSS.html</li> 
    2627    <li>Format/test_JSON.html</li> 
     
    3536    <li>test_Feature.html</li> 
    3637    <li>Feature/test_Vector.html</li> 
     38    <li>test_Style.html</li> 
     39    <li>test_Rule.html</li> 
     40    <li>Rule/test_FeatureId.html</li> 
     41    <li>Rule/test_Logical.html</li> 
     42    <li>Rule/test_Comparison.html</li> 
    3743    <li>test_Events.html</li> 
    3844    <li>test_Util.html</li>