Project

General

Profile

1
<Filter>
2

    
3
	<And>
4

    
5
		<BBOX>
6

    
7
			<PropertyName>NAME</PropertyName>
8

    
9
			<Box srsName="EPSG:4326">
10

    
11
				<coordinates/>
12

    
13
			</Box>
14

    
15
		</BBOX>
16

    
17
		<PropertyIsEqualTo>
18

    
19
			<PropertyName>service_type</PropertyName>
20

    
21
			<Literal>OGC:WMS</Literal>
22

    
23
		</PropertyIsEqualTo>
24

    
25
		<Or>
26

    
27
			<Or>
28

    
29
				<PropertyIsLike wildCard="*" singleChar="." escape="!">
30

    
31
					<PropertyName>title</PropertyName>
32

    
33
					<Literal/>
34

    
35
				</PropertyIsLike>
36

    
37
				<PropertyIsLike wildCard="*" singleChar="." escape="!">
38

    
39
					<PropertyName>abstract</PropertyName>
40

    
41
					<Literal/>
42

    
43
				</PropertyIsLike>
44

    
45
			</Or>
46

    
47
			<PropertyIsLike wildCard="*" singleChar="." escape="!">
48

    
49
				<PropertyName>keywords</PropertyName>
50

    
51
				<Literal/>
52

    
53
			</PropertyIsLike>
54

    
55
		</Or>
56

    
57
	</And>
58

    
59
</Filter>
60

    
(1-1/10)