Skip to content

Commit

Permalink
fixed geocat compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Jan 31, 2013
1 parent e663b1f commit b6810e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ class SpatialCswSearchSpec extends SearchSpecification { def is =
val (op, areas, expectedMetadata) = extract3(s)

val filterFac = op.trim.toLowerCase() match {
case "contained by" => Within(_:String):OgcFilter
case "contained by" => csw.Within(_:String):OgcFilter
case "containing" => Contains(_:String):OgcFilter
}

Expand Down

0 comments on commit b6810e1

Please sign in to comment.