OpenLayers OpenLayers

Changeset 7952

Show
Ignore:
Timestamp:
09/04/08 16:52:05 (3 months ago)
Author:
tschaub
Message:

Adding OpenLayers.Filter.Spatial. Thanks to bartvde for the original patch. Thanks elemoine for adding the evaluate method and test. I'm putting this in so we can move on some other tickets. r=me (closes #1719)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r7950 r7952  
    196196            "OpenLayers/Filter/Logical.js", 
    197197            "OpenLayers/Filter/Comparison.js", 
     198            "OpenLayers/Filter/Spatial.js", 
    198199            "OpenLayers/Format.js", 
    199200            "OpenLayers/Format/XML.js", 
  • trunk/openlayers/tests/list-tests.html

    r7940 r7952  
    3939    <li>Filter/FeatureId.html</li> 
    4040    <li>Filter/Logical.html</li> 
     41    <li>Filter/Spatial.html</li> 
    4142    <li>Format.html</li> 
    4243    <li>Format/GeoJSON.html</li>