Revision 2243

View differences:

org.gvsig.tools/library/tags/org.gvsig.tools-3.0.236/org.gvsig.tools.dynform/org.gvsig.tools.dynform.impl/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
  <modelVersion>4.0.0</modelVersion>
3
   <packaging>jar</packaging>
4
  <parent>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.tools.dynform</artifactId>
7
    <version>3.0.236</version>
8
  </parent>
9
  <artifactId>org.gvsig.tools.dynform.impl</artifactId>
10
  <name>org.gvsig.tools.dynform.impl</name>
11
  <description>DynForms implementation</description>
12
  <dependencies>
13
		<dependency>
14
			<groupId>org.gvsig</groupId>
15
			<artifactId>org.gvsig.tools.lib</artifactId>
16
			<scope>compile</scope>
17
		</dependency>
18
		<dependency>
19
			<groupId>org.gvsig</groupId>
20
			<artifactId>org.gvsig.tools.swing.api</artifactId>
21
			<scope>compile</scope>
22
		</dependency>
23
		<dependency>
24
			<groupId>org.gvsig</groupId>
25
			<artifactId>org.gvsig.tools.dynform.api</artifactId>
26
			<scope>compile</scope>
27
		</dependency>
28
		<dependency>
29
			<groupId>org.gvsig</groupId>
30
			<artifactId>org.gvsig.tools.dynform.spi</artifactId>
31
			<scope>compile</scope>
32
		</dependency>
33
		<dependency>
34
			<groupId>org.gvsig</groupId>
35
			<artifactId>org.gvsig.tools.dynform.services</artifactId>
36
			<scope>compile</scope>
37
		</dependency>
38
		<dependency>
39
		  <groupId>log4j</groupId>
40
		  <artifactId>log4j</artifactId>
41
		  <scope>compile</scope>
42
		</dependency>
43
		<dependency>
44
			<groupId>com.jgoodies</groupId>
45
			<artifactId>jgoodies-common</artifactId>
46
		</dependency>
47
		<dependency>
48
			<groupId>com.jgoodies</groupId>
49
			<artifactId>jgoodies-forms</artifactId>
50
		</dependency>
51
		<dependency>
52
			<groupId>com.jgoodies</groupId>
53
			<artifactId>jgoodies-looks</artifactId>
54
		</dependency>
55
                <dependency>
56
                    <groupId>org.apache.commons</groupId>
57
                    <artifactId>commons-lang3</artifactId>
58
                    <scope>compile</scope>
59
            </dependency>
60
	</dependencies>
61
</project>
0 62

  
org.gvsig.tools/library/tags/org.gvsig.tools-3.0.236/org.gvsig.tools.dynform/org.gvsig.tools.dynform.impl/src/main/resources/META-INF/services/org.gvsig.tools.library.Library
1
org.gvsig.tools.dynform.impl.DefaultDynFormLibrary
org.gvsig.tools/library/tags/org.gvsig.tools-3.0.236/org.gvsig.tools.dynform/org.gvsig.tools.dynform.impl/src/main/resources/org/gvsig/tools/dynform/main/MapserverLayerPropertiesForm2.xml
1
<?xml version= "1.0"?>
2
<definitions>
3
	<version>1.0.0</version>
4
	<classes>
5

  
6
		<!-- General Definitions -->
7

  
8
		<class name="FloatForm">
9
			<description>The CLUSTER configuration option provides to combine
10
				multiple features from the layer into single (aggregated) features
11
				based on their relative positions. Supported only for POINT layers.
12
			</description>
13
			<tags>
14
				<value name="layoutMode" value="1" />
15
			</tags>
16
			<fields>
17
				<field name="value" type="float" mandatory="false" group="Layer">
18
					<description>Extent Min X coordinate</description>
19
				</field>
20
			</fields>
21
		</class>
22
		<class name="StringForm">
23
			<description>The CLUSTER configuration option provides to combine
24
				multiple features from the layer into single (aggregated) features
25
				based on their relative positions. Supported only for POINT layers.
26
			</description>
27
			<tags>
28
				<value name="layoutMode" value="0" />
29
			</tags>
30
			<fields>
31
				<field name="value" type="string" mandatory="false" group="Layer">
32
					<description>Extent Min X coordinate</description>
33
				</field>
34
			</fields>
35
		</class>
36
		<class name="MapserverLayerExtentForm">
37
			<description>The CLUSTER configuration option provides to combine
38
				multiple features from the layer into single (aggregated) features
39
				based on their relative positions. Supported only for POINT layers.
40
			</description>
41
			<tags>
42
				<value name="layoutMode" value="0" />
43
			</tags>
44
			<fields>
45
				<field name="minx" type="double" mandatory="false" group="Layer">
46
					<description>Extent Min X coordinate</description>
47
				</field>
48
				<field name="miny" type="double" mandatory="false" group="Layer">
49
					<description>Extent Min Y coordinate</description>
50
				</field>
51
				<field name="maxx" type="double" mandatory="false" group="Layer">
52
					<description>Extent Max X coordinate</description>
53
				</field>
54
				<field name="maxy" type="double" mandatory="false" group="Layer">
55
					<description>Extent Max Y coordinate</description>
56
				</field>
57
			</fields>
58
		</class>
59
		<class name="MapserverLayerMetadataForm">
60
			<description>Store the parameters need to open a CSV file
61
			</description>
62
			<fields>
63
				<field name="key" type="string" mandatory="false" order="1"
64
					group="Layer">
65
					<description>Metadata key</description>
66
                                        <tags>
67
                                                <value name="dynform.width" value="20" />
68
                                        </tags>                                        
69
				</field>
70
				<field name="value" type="string" mandatory="false" order="2"
71
					group="Layer">
72
					<description>Metadata value</description>
73
				</field>
74
			</fields>
75
		</class>
76
		<class name="MapserverLayerOffsetForm">
77
			<description>The CLUSTER configuration option provides to combine
78
				multiple features from the layer into single (aggregated) features
79
				based on their relative positions. Supported only for POINT layers.
80
			</description>
81
			<tags>
82
				<value name="layoutMode" value="0" />
83
			</tags>
84
			<fields>
85
				<field name="x" type="integer" mandatory="false" group="Layer">
86
					<description>Extent Min X coordinate</description>
87
				</field>
88
				<field name="y" type="integer" mandatory="false" group="Layer">
89
					<description>Extent Min Y coordinate</description>
90
				</field>
91
			</fields>
92
		</class>
93

  
94

  
95
		<!-- MapCache Definitions -->
96

  
97
		<class name="MapCacheService">
98
			<tags>
99
				<value name="layoutMode" value="0" />
100
			</tags>
101
			<fields>
102
				<field name="Type" type="String" mandatory="false" defaultValue="wms" group="Service">
103
					<description>Extent Min X coordinate</description>
104
					<availableValues>
105
						<value label="WMS">wms</value>
106
						<value label="WMTS">wmts</value>
107
						<value label="TMS">tms</value>
108
						<value label="KML">kml</value>
109
						<value label="Google Maps">gmaps</value>
110
						<value label="VE">ve</value>
111
						<value label="Demo">demo</value>
112
					</availableValues>
113
				</field>
114
				<field name="Enabled" type="boolean" mandatory="false" group="Service">
115
					<description>Extent Min X coordinate</description>
116
				</field>
117
				<field name="ForwardingRuleName" type="String" mandatory="false"
118
					group="Service">
119
					<description>Extent Min X coordinate</description>
120
				</field>
121
				<field name="ForwardingRuleUrl" type="String" mandatory="false"
122
					group="Service">
123
					<description>Extent Min X coordinate</description>
124
				</field>
125
				<field name="AppendPathInfo" type="boolean" defaultValue="true"
126
					mandatory="false" group="Service">
127
					<description>Extent Min X coordinate</description>
128
				</field>
129
				<field name="FullWMS" type="String" mandatory="false"
130
					defaultValue="error" group="Service">
131
					<description>Extent Min X coordinate</description>
132
					<availableValues>
133
						<value label="Error">error</value>
134
						<value label="Assemble">assemble</value>
135
						<value label="Forward">forward</value>
136
					</availableValues>
137
				</field>
138
				<field name="ResampleMode" type="String" mandatory="false"
139
					defaultValue="nearest" group="Service">
140
					<description>Extent Min X coordinate</description>
141
					<availableValues>
142
						<value label="Nearest">nearest</value>
143
						<value label="Bilinear">bilinear</value>
144
						<value label="Forward">forward</value>
145
					</availableValues>
146
				</field>
147
				<field name="format" type="string" mandatory="false" group="Service">
148
					<description>Extent Min X coordinate</description>
149
				</field>
150
			</fields>
151
		</class>
152

  
153
		<class name="MapCacheTilesetDimension">
154
			<tags>
155
				<value name="layoutMode" value="0" />
156
			</tags>
157
			<fields>
158
				<field name="Name" type="String" mandatory="false" group="Dimension">
159
					<description>Extent Min X coordinate</description>
160
				</field>
161
				<field name="Type" type="String" mandatory="false" defaultValue="values" group="Dimension">
162
					<description>Extent Min X coordinate</description>
163
					<availableValues>
164
						<value label="Predefined values">values</value>
165
						<value label="Regular Expression">regex</value>
166
						<value label="Interval values">intervals</value>
167
					</availableValues>
168
				</field>
169
				<field name="Default" type="String" mandatory="false" group="Dimension">
170
					<description>Extent Min X coordinate</description>
171
				</field>
172
				<field name="Value" type="String" mandatory="false" group="Dimension">
173
					<description>Extent Min X coordinate</description>
174
				</field>
175
			</fields>
176
		</class>
177

  
178
		<class name="MapCacheTileset">
179
			<tags>
180
				<value name="layoutMode" value="0" />
181
			</tags>
182
			<fields>
183
				<field name="Name" type="String" mandatory="false" group="Tileset">
184
					<description>Extent Min X coordinate</description>
185
				</field>
186
				<field name="Title" type="String" mandatory="false" group="Tileset">
187
					<description>Extent Min X coordinate</description>
188
				</field>
189
				<field name="Abstract" type="String" subtype="Text" mandatory="false" group="Tileset">
190
					<description>Extent Min X coordinate</description>
191
				</field>
192
				<field name="Source" type="String" mandatory="false" group="Tileset">
193
					<description>Extent Min X coordinate</description>
194
				</field>
195
				<field name="Cache" type="String" subtype="publish.mapcache.dyncombo" mandatory="false" group="Tileset">
196
					<description>Extent Min X coordinate</description>
197
					<tags>
198
						<value name="publish.mapcache.getclassname" value="Caches" />
199
						<value name="publish.mapcache.getattrname" value="Name" />
200
					</tags>
201
				</field>
202
				<field name="Grid" type="String" subtype="publish.mapcache.dyncombo" mandatory="false" group="Tileset">
203
					<description>Extent Min X coordinate</description>
204
					<tags>
205
						<value name="publish.mapcache.getclassname" value="Grids" />
206
						<value name="publish.mapcache.getattrname" value="Name" />
207
					</tags>
208
				</field>
209
				<field name="Format" type="String" subtype="publish.mapcache.dyncombo" mandatory="false" group="Tileset">
210
					<description>Extent Min X coordinate</description>
211
					<tags>
212
						<value name="publish.mapcache.getclassname" value="Formats" />
213
						<value name="publish.mapcache.getattrname" value="Name" />
214
					</tags>
215
				</field>
216
				<field name="MinZoom" type="integer" mandatory="false" group="Tileset">
217
					<description>Extent Min X coordinate</description>
218
				</field>
219
				<field name="MaxZoom" type="integer" mandatory="false" group="Tileset">
220
					<description>Extent Min X coordinate</description>
221
				</field>
222
				<field name="RestrictedExtent" type="DynObject" classOfValue="MapserverLayerExtentForm"
223
					mandatory="false" defaultValue="" group="Tileset">
224
					<description>Sets the projection of the Layer.</description>
225
				</field>
226
				<field name="Watermark" type="file" mandatory="false" group="Tileset">
227
					<description>Extent Min X coordinate</description>
228
				</field>
229
				<field name="MetaTile" type="DynObject" classOfValue="MapserverLayerOffsetForm"
230
					mandatory="false" defaultValue="" group="Tileset">
231
					<description>Sets the projection of the Layer.</description>
232
				</field>
233
				<field name="MetaBuffer" type="integer" mandatory="false"
234
					group="Tileset">
235
					<description>Extent Min X coordinate</description>
236
				</field>
237
				<field name="Expires" type="integer" mandatory="false" group="Tileset">
238
					<description>Extent Min X coordinate</description>
239
				</field>
240
				<field name="AutoExpire" type="integer" mandatory="false"
241
					group="Tileset">
242
					<description>Extent Min X coordinate</description>
243
				</field>
244
				<field name="Dimensions" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheTilesetDimension"
245
					mandatory="false" defaultValue="" group="Tileset">
246
					<description>Sets the color index to treat as transparent for
247
						raster layers.
248
					</description>
249
					<tags>
250
						<value name="allowNew" value="true" />
251
						<value name="allowDelete" value="true" />
252
						<value name="allowUpdate" value="false" />
253
						<value name="allowSearch" value="false" />
254
						<value name="allowClose" value="false" />
255
					</tags>
256
				</field>
257
			</fields>
258
		</class>
259

  
260
		<class name="MapCacheGrid">
261
			<description>The CLUSTER configuration option provides to combine
262
				multiple features from the layer into single (aggregated) features
263
				based on their relative positions. Supported only for POINT layers.
264
			</description>
265
			<tags>
266
				<value name="layoutMode" value="0" />
267
			</tags>
268
			<fields>
269
				<field name="Name" type="String" mandatory="false" group="Grid">
270
					<description>Extent Min X coordinate</description>
271
				</field>
272
				<field name="Title" type="String" mandatory="false" group="Grid">
273
					<description>Extent Min X coordinate</description>
274
				</field>
275
				<field name="WellKnownScaleSet" type="String" mandatory="false"
276
					group="Grid">
277
					<description>Extent Min X coordinate</description>
278
				</field>
279
				<field name="Size" type="DynObject" classOfValue="MapserverLayerOffsetForm"
280
					mandatory="false" defaultValue="" group="Grid">
281
					<description>Sets the projection of the Layer.</description>
282
				</field>
283
				<field name="Extent" type="DynObject" classOfValue="MapserverLayerExtentForm"
284
					mandatory="false" defaultValue="" group="Grid">
285
					<description>Sets the projection of the Layer.</description>
286
				</field>
287
				<field name="Srs" type="String" mandatory="false" group="Grid">
288
					<description>Extent Min X coordinate</description>
289
				</field>
290
				<field name="SrsAlias" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="StringForm"
291
					mandatory="false" defaultValue="" group="Grid">
292
					<description>This keyword allows for arbitrary data to be stored as
293
						name value pairs.
294
					</description>
295
					<tags>
296
						<value name="ViewMode" value="SimpleTable" />
297
					</tags>
298
				</field>
299
				<field name="Resolutions" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="StringForm"
300
					mandatory="false" defaultValue="" group="Grid">
301
					<description>This keyword allows for arbitrary data to be stored as
302
						name value pairs.
303
					</description>
304
					<tags>
305
						<value name="ViewMode" value="SimpleTable" />
306
					</tags>
307
				</field>
308
				<field name="Units" type="String" defaultValue="m" mandatory="false"
309
					group="Grid">
310
					<description>Extent Min X coordinate</description>
311
					<availableValues>
312
						<value label="Meters">m</value>
313
						<value label="Decimal degrees">dd</value>
314
						<value label="Feet">ft</value>
315
					</availableValues>
316
				</field>
317
			</fields>
318
		</class>
319
		
320
		<class name="MapCacheFormatPNG">
321
			<description>The CLUSTER configuration option provides to combine
322
				multiple features from the layer into single (aggregated) features
323
				based on their relative positions. Supported only for POINT layers.
324
			</description>
325
			<tags>
326
				<value name="layoutMode" value="0" />
327
			</tags>
328
			<fields>
329
				<field name="Compression" type="String" defaultValue="fast"
330
					mandatory="false" group="Format">
331
					<description>Extent Min X coordinate</description>
332
					<availableValues>
333
						<value label="Best">best</value>
334
						<value label="Fast">fast</value>
335
					</availableValues>
336
				</field>
337
				<field name="Colors" type="integer" mandatory="false" group="Format">
338
					<description>Entre 2 y 256</description>
339
				</field>
340
			</fields>
341
		</class>
342
		
343
		<class name="MapCacheFormatJPEG">
344
			<description>The CLUSTER configuration option provides to combine
345
				multiple features from the layer into single (aggregated) features
346
				based on their relative positions. Supported only for POINT layers.
347
			</description>
348
			<tags>
349
				<value name="layoutMode" value="0" />
350
			</tags>
351
			<fields>
352
				<field name="Quality" type="integer" mandatory="false" group="Format">
353
					<description>Extent Min X coordinate</description>
354
				</field>
355
				<field name="Photometric" type="String" defaultValue="ycbcr"
356
					mandatory="false" group="Format">
357
					<description>Extent Min X coordinate</description>
358
					<availableValues>
359
						<value label="YCbCr">ycbcr</value>
360
						<value label="RGB">rgb</value>
361
					</availableValues>
362
				</field>
363
			</fields>
364
		</class>
365
		
366
		<class name="MapCacheFormatMixed">
367
			<description>The CLUSTER configuration option provides to combine
368
				multiple features from the layer into single (aggregated) features
369
				based on their relative positions. Supported only for POINT layers.
370
			</description>
371
			<tags>
372
				<value name="layoutMode" value="0" />
373
			</tags>
374
			<fields>
375
				<field name="Transparent" type="String" mandatory="false"
376
					group="Format">
377
					<description>Extent Min X coordinate</description>
378
				</field>
379
				<field name="Opaque" type="String" mandatory="false" group="Format">
380
					<description>Extent Min X coordinate</description>
381
				</field>
382
			</fields>
383
		</class>
384
		
385
		<class name="MapCacheFormatType">
386
			<description>The CLUSTER configuration option provides to combine
387
				multiple features from the layer into single (aggregated) features
388
				based on their relative positions. Supported only for POINT layers.
389
			</description>
390
			<tags>
391
				<value name="layoutMode" value="0" />
392
			</tags>
393
			<fields>
394
				
395
				<field name="Type" type="String" subtype="publish.mapcache.dynform" mandatory="false" defaultValue="PNG" group="Cache">
396
					<description>Extent Min X coordinate</description>
397
					<availableValues>
398
						<value label="JPEG">JPEG</value>
399
						<value label="PNG">PNG</value>
400
						<value label="Mixed">MIXED</value>
401
					</availableValues>
402
					<tags>
403
						<value name="publish.mapcache.definition" value="MapCacheFormatType" />
404
						<value name="publish.mapcache.choicepanel.JPEG" value="JPEG" />
405
						<value name="publish.mapcache.choicepanel.PNG" value="PNG" />
406
						<value name="publish.mapcache.choicepanel.MIXED" value="MIXED" />
407
					</tags>
408
				</field>
409
				<field name="JPEG" type="DynObject" classOfValue="MapCacheFormatJPEG"
410
					mandatory="false" defaultValue="" group="Cache">
411
					<description>Sets the projection of the Layer.</description>
412
					<tags>
413
						<value name="layoutMode" value="0" />
414
					</tags>
415
				</field>
416
				<field name="PNG" type="DynObject"  classOfValue="MapCacheFormatPNG"
417
					mandatory="false" defaultValue="" group="Cache">
418
					<description>Sets the projection of the Layer.</description>
419
					<tags>
420
						<value name="layoutMode" value="0" />
421
					</tags>
422
				</field>
423
				<field name="MIXED" type="DynObject" classOfValue="MapCacheFormatMixed"
424
					mandatory="false" defaultValue="" group="Cache">
425
					<description>Sets the projection of the Layer.</description>
426
					<tags>
427
						<value name="layoutMode" value="0" />
428
					</tags>
429
				</field>
430
			</fields>
431
		</class>
432
		
433

  
434
		<class name="MapCacheFormat">
435
			<description>The CLUSTER configuration option provides to combine
436
				multiple features from the layer into single (aggregated) features
437
				based on their relative positions. Supported only for POINT layers.
438
			</description>
439
			<tags>
440
				<value name="layoutMode" value="0" />
441
			</tags>
442
			<fields>
443
				<field name="Name" type="String" mandatory="false" group="Format">
444
					<description>Extent Min X coordinate</description>
445
				</field>
446
				<field name="Type" type="DynObject" subtype="publish.mapcache.dynform" classOfValue="MapCacheFormatType" mandatory="false" group="Cache">
447
					<description>Extent Min X coordinate</description>
448
				</field>
449
			</fields>
450
		</class>
451
		
452
		<class name="MapCacheCacheDisk">
453
			<description>The CLUSTER configuration option provides to combine
454
				multiple features from the layer into single (aggregated) features
455
				based on their relative positions. Supported only for POINT layers.
456
			</description>
457
			<tags>
458
				<value name="layoutMode" value="0" />
459
			</tags>
460
			<fields>
461
				<field name="Base" type="String" mandatory="false" group="Cache">
462
					<description>Extent Min X coordinate</description>
463
				</field>
464
				<field name="SymlinkBlank" type="boolean" defaultValue="false"
465
					mandatory="false" group="Cache">
466
					<description>Extent Min X coordinate</description>
467
				</field>
468
			</fields>
469
		</class>
470
		
471
		
472
		<class name="MapCacheCacheDiskLayout">
473
			<description>The CLUSTER configuration option provides to combine
474
				multiple features from the layer into single (aggregated) features
475
				based on their relative positions. Supported only for POINT layers.
476
			</description>
477
			<tags>
478
				<value name="layoutMode" value="0" />
479
			</tags>
480
			<fields>
481
				<field name="Layout" type="String" mandatory="false" group="Cache">
482
					<description>Extent Min X coordinate</description>
483
				</field>
484
				<field name="Template" type="String" mandatory="false" group="Cache">
485
					<description>Extent Min X coordinate</description>
486
				</field>
487
			</fields>
488
		</class>
489

  
490
		<class name="MapCacheCacheMemcache">
491
			<description>The CLUSTER configuration option provides to combine
492
				multiple features from the layer into single (aggregated) features
493
				based on their relative positions. Supported only for POINT layers.
494
			</description>
495
			<tags>
496
				<value name="layoutMode" value="0" />
497
			</tags>
498
			<fields>
499
				<field name="Host" type="String" mandatory="false" group="Cache">
500
					<description>Extent Min X coordinate</description>
501
				</field>
502
				<field name="Port" type="String" mandatory="false" group="Cache">
503
					<description>Extent Min X coordinate</description>
504
				</field>
505
			</fields>
506
		</class>
507
		
508
		<class name="MapCacheCacheSqlite3">
509
			<description>The CLUSTER configuration option provides to combine
510
				multiple features from the layer into single (aggregated) features
511
				based on their relative positions. Supported only for POINT layers.
512
			</description>
513
			<tags>
514
				<value name="layoutMode" value="0" />
515
			</tags>
516
			<fields>
517
			</fields>
518
		</class>
519
		
520
		<class name="MapCacheCacheMbTiles">
521
			<description>The CLUSTER configuration option provides to combine
522
				multiple features from the layer into single (aggregated) features
523
				based on their relative positions. Supported only for POINT layers.
524
			</description>
525
			<tags>
526
				<value name="layoutMode" value="0" />
527
			</tags>
528
			<fields>
529
				<field name="DBFile" type="String" mandatory="false" group="Cache">
530
					<description>Extent Min X coordinate</description>
531
				</field>
532
			</fields>
533
		</class>
534
		
535
		
536
		<class name="MapCacheCacheType">
537
			<description>The CLUSTER configuration option provides to combine
538
				multiple features from the layer into single (aggregated) features
539
				based on their relative positions. Supported only for POINT layers.
540
			</description>
541
			<tags>
542
				<value name="layoutMode" value="0" />
543
			</tags>
544
			<fields>
545
				
546
				<field name="TypeName" type="String" mandatory="false" defaultValue="disk" group="Cache">
547
					<description>Extent Min X coordinate</description>
548
					<availableValues>
549
						<value label="Disk">disk</value>
550
						<value label="Disk.Layout">disk</value>
551
						<value label="MemCache">memcache</value>
552
						<value label="Sqlite3">sqlite3</value>
553
						<value label="MBTiles">mbtiles</value>
554
					</availableValues>
555
					<tags>
556
						<value name="publish.mapcache.definition" value="MapCacheCacheType" />
557
						<value name="publish.mapcache.choicepanel.Disk" value="Disk" />
558
						<value name="publish.mapcache.choicepanel.Disk.Layout" value="Disk layout" />
559
						<value name="publish.mapcache.choicepanel.MemCache" value="MemCache" />
560
						<value name="publish.mapcache.choicepanel.Sqlite3" value="Sqlite3" />
561
						<value name="publish.mapcache.choicepanel.MBTiles" value="MBTiles" />
562
					</tags>
563
				</field>
564
				<field name="Disk" type="DynObject" classOfValue="MapCacheCacheDisk"
565
					mandatory="false" defaultValue="" hidden="true" group="Cache">
566
					<description>Sets the projection of the Layer.</description>
567
					<tags>
568
						<value name="layoutMode" value="0" />
569
					</tags>
570
				</field>
571
				<field name="Disk.Layout" type="DynObject" classOfValue="MapCacheCacheDiskLayout"
572
					mandatory="false" defaultValue="" hidden="true" group="Cache">
573
					<description>Sets the projection of the Layer.</description>
574
					<tags>
575
						<value name="layoutMode" value="0" />
576
					</tags>
577
				</field>
578
				<field name="MemCache" type="DynObject" classOfValue="MapCacheCacheMemcache"
579
					mandatory="false" defaultValue="" hidden="true" group="Cache">
580
					<description>Sets the projection of the Layer.</description>
581
					<tags>
582
						<value name="layoutMode" value="0" />
583
					</tags>
584
				</field>
585
				<field name="Sqlite3" type="DynObject" classOfValue="MapCacheCacheSqlite3"
586
					mandatory="false" defaultValue="" group="Cache">
587
					<description>Sets the projection of the Layer.</description>
588
					<tags>
589
						<value name="layoutMode" value="0" />
590
					</tags>
591
				</field>
592
				<field name="MBTiles" type="DynObject" classOfValue="MapCacheCacheMbTiles"
593
					mandatory="false" defaultValue="" group="Cache">
594
					<description>Sets the projection of the Layer.</description>
595
					<tags>
596
						<value name="layoutMode" value="0" />
597
					</tags>
598
				</field>
599
			</fields>
600
		</class>
601
		
602

  
603
		<class name="MapCacheCache">
604
			<description>The CLUSTER configuration option provides to combine
605
				multiple features from the layer into single (aggregated) features
606
				based on their relative positions. Supported only for POINT layers.
607
			</description>
608
			<tags>
609
				<value name="layoutMode" value="0" />
610
			</tags>
611
			<fields>
612
				<field name="Name" type="String" mandatory="false" group="Cache">
613
					<description>Extent Min X coordinate</description>
614
				</field>
615
				<field name="Type" type="DynObject" classOfValue="MapCacheCacheType" subtype="publish.mapcache.dynform" mandatory="false" group="Cache">
616
					<description>Extent Min X coordinate</description>
617
				</field>
618
				
619
			</fields>
620
		</class>
621

  
622
		<class name="MapCacheSource">
623
			<description>The CLUSTER configuration option provides to combine
624
				multiple features from the layer into single (aggregated) features
625
				based on their relative positions. Supported only for POINT layers.
626
			</description>
627
			<tags>
628
				<value name="layoutMode" value="0" />
629
			</tags>
630
			<fields>
631
				<field name="Name" type="String" mandatory="false" group="Source">
632
					<description>Extent Min X coordinate</description>
633
				</field>
634
				<field name="Type" type="String" defaultValue="wms" mandatory="false"
635
					group="Source">
636
					<description>Extent Min X coordinate</description>
637
				</field>
638
				<field name="Request" type="String" mandatory="false" group="Source">
639
					<description>Extent Min X coordinate</description>
640
				</field>
641
				<field name="Service" type="String" defaultValue="WMS"
642
					mandatory="false" group="Source">
643
					<description>Extent Min X coordinate</description>
644
				</field>
645
				<field name="Styles" type="String" mandatory="false" group="Source">
646
					<description>Extent Min X coordinate</description>
647
				</field>
648
				<field name="Url" type="String" mandatory="false" group="Source">
649
					<description>Extent Min X coordinate</description>
650
				</field>
651
				<field name="Format" type="String" mandatory="false" group="Source">
652
					<description>Extent Min X coordinate</description>
653
				</field>
654
				<field name="Map" type="String" mandatory="false" group="Source">
655
					<description>Extent Min X coordinate</description>
656
				</field>
657
				<field name="Layers" type="String" mandatory="false" group="Source">
658
					<description>Extent Min X coordinate</description>
659
				</field>
660
				<field name="Version" type="String" mandatory="false" group="Source">
661
					<description>Extent Min X coordinate</description>
662
				</field>
663
				<field name="UserAgent" type="String" mandatory="false" group="Source">
664
					<description>Extent Min X coordinate</description>
665
				</field>
666
				<field name="Referer" type="String" mandatory="false" group="Source">
667
					<description>Extent Min X coordinate</description>
668
				</field>
669
				<field name="Header" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapserverLayerMetadataForm"
670
					mandatory="false" defaultValue="" group="Source">
671
					<description>This keyword allows for arbitrary data to be stored as
672
						name value pairs.
673
					</description>
674
					<tags>
675
						<value name="ViewMode" value="SimpleTable" />
676
					</tags>
677
				</field>
678
				<field name="Timeout" type="integer" mandatory="false" defaultValue="30" group="Source">
679
					<description>Extent Min X coordinate</description>
680
				</field>
681
			</fields>
682
		</class>
683
		
684
		<class name="MapCacheLayer">
685
			<description>The CLUSTER configuration option provides to combine
686
				multiple features from the layer into single (aggregated) features
687
				based on their relative positions. Supported only for POINT layers.
688
			</description>
689
			<tags>
690
				<value name="layoutMode" value="1" />
691
			</tags>
692
			<fields>
693
				<field name="Source" type="DynObject" classOfValue="MapCacheSource"
694
					mandatory="false" defaultValue="" group="MapCache Source">
695
					<description>Sets the projection of the Layer.</description>
696
					<tags>
697
						<value name="layoutMode" value="0" />
698
					</tags>
699
				</field>
700
				<field name="TileSet" type="DynObject" classOfValue="MapCacheTileset"
701
					mandatory="false" defaultValue="" group="MapCache TileSet">
702
					<description>Sets the projection of the Layer.</description>
703
					<tags>
704
						<value name="layoutMode" value="0" />
705
					</tags>
706
				</field>
707

  
708
			</fields>
709
		</class>
710

  
711
		<class name="MapCache">
712
			<description>The CLUSTER configuration option provides to combine
713
				multiple features from the layer into single (aggregated) features
714
				based on their relative positions. Supported only for POINT layers.
715
			</description>
716
			<tags>
717
				<value name="layoutMode" value="0" />
718
			</tags>
719
			<fields>
720
				<field name="defaultFormat" type="String" mandatory="false"
721
					group="MapCache">
722
					<description>Extent Min X coordinate</description>
723
				</field>
724
				<field name="errors" type="String" defaultValue="report"
725
					mandatory="false" group="MapCache">
726
					<description>Extent Min X coordinate</description>
727
					<availableValues>
728
						<value label="Log">log</value>
729
						<value label="Report">report</value>
730
						<value label="Empty IMG">empty_img</value>
731
						<value label="Report IMG">report_img</value>
732
					</availableValues>
733
				</field>
734
				<field name="lockDir" type="String" mandatory="false" group="MapCache">
735
					<description>Extent Min X coordinate</description>
736
				</field>
737
				<field name="lockRetry" type="integer" mandatory="false"
738
					group="MapCache">
739
					<description>Extent Min X coordinate</description>
740
				</field>
741
				<field name="logLevel" type="String" defaultValue="warn"
742
					mandatory="false" group="MapCache">
743
					<description>Extent Min X coordinate</description>
744
					<availableValues>
745
						<value label="Debug">debug</value>
746
						<value label="Info">info</value>
747
						<value label="Notice">notice</value>
748
						<value label="Warn">warn</value>
749
						<value label="Error">error</value>
750
						<value label="Critical">crit</value>
751
						<value label="Alert">alert</value>
752
						<value label="Emergency">emerg</value>
753
					</availableValues>
754
				</field>
755
				<field name="autoReload" type="boolean" defaultValue="false"
756
					mandatory="false" group="MapCache">
757
					<description>Extent Min X coordinate</description>
758
				</field>
759
				<field name="Sources" type="List" subtype="DynObject" typeOfItems="DynObject" classOfItems="MapCacheSource"
760
					mandatory="false" defaultValue="" group="MapCache">
761
					<description>Sets the color index to treat as transparent for
762
						raster layers.
763
					</description>
764
					<tags>
765
						<value name="allowNew" value="true" />
766
						<value name="allowDelete" value="true" />
767
						<value name="allowUpdate" value="false" />
768
						<value name="allowSearch" value="false" />
769
						<value name="allowClose" value="false" />
770
					</tags>
771
				</field>
772
				
773
				<field name="Caches" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheCache"
774
					mandatory="false" defaultValue="" group="MapCache">
775
					<description>Sets the color index to treat as transparent for
776
						raster layers.
777
					</description>
778
					<tags>
779
						<value name="allowNew" value="true" />
780
						<value name="allowDelete" value="true" />
781
						<value name="allowUpdate" value="false" />
782
						<value name="allowSearch" value="false" />
783
						<value name="allowClose" value="false" />
784
					</tags>
785
				</field>
786
				
787
				<field name="Formats" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheFormat"
788
					mandatory="false" defaultValue="" group="MapCache">
789
					<description>Sets the color index to treat as transparent for
790
						raster layers.
791
					</description>
792
					<tags>
793
						<value name="allowNew" value="true" />
794
						<value name="allowDelete" value="true" />
795
						<value name="allowUpdate" value="false" />
796
						<value name="allowSearch" value="false" />
797
						<value name="allowClose" value="false" />
798
					</tags>
799
				</field>
800
				
801
				<field name="Grids" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheGrid"
802
					mandatory="false" defaultValue="" group="MapCache">
803
					<description>Sets the color index to treat as transparent for
804
						raster layers.
805
					</description>
806
					<tags>
807
						<value name="allowNew" value="true" />
808
						<value name="allowDelete" value="true" />
809
						<value name="allowUpdate" value="false" />
810
						<value name="allowSearch" value="false" />
811
						<value name="allowClose" value="false" />
812
					</tags>
813
				</field>
814
				<field name="Services" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheService"
815
					mandatory="false" defaultValue="" group="MapCache">
816
					<description>Sets the color index to treat as transparent for
817
						raster layers.
818
					</description>
819
					<tags>
820
						<value name="allowNew" value="true" />
821
						<value name="allowDelete" value="true" />
822
						<value name="allowUpdate" value="false" />
823
						<value name="allowSearch" value="false" />
824
						<value name="allowClose" value="false" />
825
					</tags>
826
				</field>
827
				<field name="Tilesets" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapCacheTileset"
828
					mandatory="false" defaultValue="" group="MapCache">
829
					<description>Sets the color index to treat as transparent for
830
						raster layers.
831
					</description>
832
					<tags>
833
						<value name="allowNew" value="true" />
834
						<value name="allowDelete" value="true" />
835
						<value name="allowUpdate" value="false" />
836
						<value name="allowSearch" value="false" />
837
						<value name="allowClose" value="false" />
838
					</tags>
839
				</field>
840
			</fields>
841
		</class>
842

  
843
		<!-- TinyOWS Definitions -->
844

  
845
		<class name="MapserverOWSLayerForm">
846
			<description>The CLUSTER configuration option provides to combine
847
				multiple features from the layer into single (aggregated) features
848
				based on their relative positions. Supported only for POINT layers.
849
			</description>
850
			<tags>
851
				<value name="layoutMode" value="0" />
852
			</tags>
853
			<fields>
854
				<field name="NsPrefix" type="string" mandatory="false" group="Layers">
855
					<description>Extent Min X coordinate</description>
856
				</field>
857
				<field name="NsUri" type="string" mandatory="false" group="Layers">
858
					<description>Extent Min X coordinate</description>
859
				</field>
860
				<field name="Name" type="string" mandatory="false" group="Layers">
861
					<description>Extent Min X coordinate</description>
862
				</field>
863
				<field name="Title" type="string" mandatory="false" group="Layers">
864
					<description>Extent Min X coordinate</description>
865
				</field>
866
				<field name="Retrievable" type="boolean" mandatory="false"
867
					group="Layers">
868
					<description>Extent Min X coordinate</description>
869
				</field>
870
				<field name="Writable" type="boolean" mandatory="false" group="Layers">
871
					<description>Extent Min X coordinate</description>
872
				</field>
873
				<field name="Schema" type="string" mandatory="false" group="Layers">
874
					<description>Extent Min X coordinate</description>
875
				</field>
876
				<field name="Table" type="string" mandatory="false" group="Layers">
877
					<description>Extent Min X coordinate</description>
878
				</field>
879
				<field name="Abstract" type="string" mandatory="false" group="Layers">
880
					<description>Extent Min X coordinate</description>
881
				</field>
882
				<field name="Keywords" type="string" mandatory="false" group="Layers">
883
					<description>Extent Min X coordinate</description>
884
				</field>
885
				<field name="Srid" type="string" mandatory="false" group="Layers">
886
					<description>Extent Min X coordinate</description>
887
				</field>
888
				<field name="GeoBBox" type="DynObject" classOfValue="MapserverLayerExtentForm"
889
					mandatory="false" defaultValue="" group="Layers">
890
					<description>Sets the projection of the Layer.</description>
891
				</field>
892
				<field name="IncludeItems" type="string" mandatory="false"
893
					group="Layers">
894
					<description>Extent Min X coordinate</description>
895
				</field>
896
				<field name="ExcludeItems" type="string" mandatory="false"
897
					group="Layers">
898
					<description>Extent Min X coordinate</description>
899
				</field>
900
				<field name="GmlNs" type="string" mandatory="false" group="Layers">
901
					<description>Extent Min X coordinate</description>
902
				</field>
903
			</fields>
904
		</class>
905

  
906

  
907
		<class name="MapserverOWSLimitsForm">
908
			<description>The CLUSTER configuration option provides to combine
909
				multiple features from the layer into single (aggregated) features
910
				based on their relative positions. Supported only for POINT layers.
911
			</description>
912
			<tags>
913
				<value name="layoutMode" value="0" />
914
			</tags>
915
			<fields>
916
				<field name="Features" type="integer" mandatory="false" group="Limits">
917
					<description>Extent Min X coordinate</description>
918
				</field>
919
				<field name="GeoBBox" type="DynObject" classOfValue="MapserverLayerExtentForm"
920
					mandatory="false" defaultValue="" group="Limits">
921
					<description>Sets the projection of the Layer.</description>
922
				</field>
923
			</fields>
924
		</class>
925

  
926
		<class name="MapserverOWSMetadataForm">
927
			<description>The CLUSTER configuration option provides to combine
928
				multiple features from the layer into single (aggregated) features
929
				based on their relative positions. Supported only for POINT layers.
930
			</description>
931
			<tags>
932
				<value name="layoutMode" value="0" />
933
			</tags>
934
			<fields>
935
				<field name="Name" type="string" mandatory="false" group="Metadata">
936
					<description>Extent Min X coordinate</description>
937
				</field>
938
				<field name="Title" type="string" mandatory="false" group="Metadata">
939
					<description>Extent Min X coordinate</description>
940
				</field>
941
				<field name="Abstract" type="string" mandatory="false" group="Metadata">
942
					<description>Extent Min X coordinate</description>
943
				</field>
944
				<field name="Keywords" type="string" mandatory="false" group="Metadata">
945
					<description>Extent Min X coordinate</description>
946
				</field>
947
				<field name="Fees" type="string" mandatory="false" group="Metadata">
948
					<description>Extent Min X coordinate</description>
949
				</field>
950
				<field name="AccessConstraints" type="string" mandatory="false"
951
					group="Metadata">
952
					<description>Extent Min X coordinate</description>
953
				</field>
954
			</fields>
955
		</class>
956

  
957
		<class name="MapserverOWSPgForm">
958
			<description>The CLUSTER configuration option provides to combine
959
				multiple features from the layer into single (aggregated) features
960
				based on their relative positions. Supported only for POINT layers.
961
			</description>
962
			<tags>
963
				<value name="layoutMode" value="0" />
964
			</tags>
965
			<fields>
966
				<field name="Host" type="string" mandatory="false" group="Pg">
967
					<description>Extent Min X coordinate</description>
968
				</field>
969
				<field name="User" type="string" mandatory="false" group="Pg">
970
					<description>Extent Min X coordinate</description>
971
				</field>
972
				<field name="Password" type="string" mandatory="false" group="Pg">
973
					<description>Extent Min X coordinate</description>
974
				</field>
975
				<field name="DBName" type="string" mandatory="false" group="Pg">
976
					<description>Extent Min X coordinate</description>
977
				</field>
978
				<field name="Port" type="Integer" mandatory="false" group="Pg">
979
					<description>Extent Min X coordinate</description>
980
				</field>
981
				<field name="Encoding" type="string" mandatory="false" group="Pg">
982
					<description>Extent Min X coordinate</description>
983
				</field>
984
			</fields>
985
		</class>
986

  
987

  
988
		<class name="MapserverTinyowsForm">
989
			<description>The CLUSTER configuration option provides to combine
990
				multiple features from the layer into single (aggregated) features
991
				based on their relative positions. Supported only for POINT layers.
992
			</description>
993
			<tags>
994
				<value name="layoutMode" value="0" />
995
			</tags>
996
			<fields>
997
				<field name="OnlineResource" type="string" mandatory="false"
998
					group="Tinyows">
999
					<description>Extent Min X coordinate</description>
1000
				</field>
1001
				<field name="SchemaDir" type="string" mandatory="false" group="Tinyows">
1002
					<description>Extent Min X coordinate</description>
1003
				</field>
1004
				<field name="Log" type="file" mandatory="false" group="Tinyows">
1005
					<description>Extent Min X coordinate</description>
1006
				</field>
1007
				<field name="LogLevel" type="integer" mandatory="false" group="Tinyows">
1008
					<description>Extent Min X coordinate</description>
1009
				</field>
1010
				<field name="DegreePrecision" type="integer" mandatory="false"
1011
					group="Tinyows">
1012
					<description>Extent Min X coordinate</description>
1013
				</field>
1014
				<field name="MeterPrecision" type="integer" mandatory="false"
1015
					group="Tinyows">
1016
					<description>Extent Min X coordinate</description>
1017
				</field>
1018
				<field name="DisplayBBox" type="boolean" mandatory="false"
1019
					group="Tinyows">
1020
					<description>Extent Min X coordinate</description>
1021
				</field>
1022
				<field name="EstimatedExtent" type="boolean" mandatory="false"
1023
					group="Tinyows">
1024
					<description>Extent Min X coordinate</description>
1025
				</field>
1026
				<field name="CheckSchema" type="boolean" mandatory="false"
1027
					group="Tinyows">
1028
					<description>Extent Min X coordinate</description>
1029
				</field>
1030
				<field name="CheckValidGeom" type="boolean" mandatory="false"
1031
					group="Tinyows">
1032
					<description>Extent Min X coordinate</description>
1033
				</field>
1034
				<field name="Encoding" type="string" mandatory="false" group="Tinyows">
1035
					<description>Extent Min X coordinate</description>
1036
				</field>
1037
				<field name="ExposePk" type="boolean" mandatory="false" group="Tinyows">
1038
					<description>Extent Min X coordinate</description>
1039
				</field>
1040
				<field name="WfsDefaultVersion" type="string" mandatory="false"
1041
					defaultValue="1.0.0" group="Tinyows">
1042
					<description>Extent Min X coordinate</description>
1043
					<availableValues>
1044
						<value label="1.0.0">1.0.0</value>
1045
						<value label="1.1.0">1.1.0</value>
1046
					</availableValues>
1047
				</field>
1048
				<field name="Metadata" type="DynObject" classOfValue="MapserverOWSMetadataForm"
1049
					mandatory="false" defaultValue="" group="Metadata">
1050
					<description>Sets the projection of the Layer.</description>
1051
				</field>
1052
				<field name="Limits" type="DynObject" classOfValue="MapserverOWSLimitsForm"
1053
					mandatory="false" defaultValue="" group="Limits">
1054
					<description>Sets the projection of the Layer.</description>
1055
				</field>
1056
				<field name="Pg" type="DynObject" classOfValue="MapserverOWSPgForm"
1057
					mandatory="false" defaultValue="" group="Pg">
1058
					<description>Sets the projection of the Layer.</description>
1059
				</field>
1060

  
1061
				<field name="Layers" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapserverOWSLayerForm"
1062
					mandatory="false" defaultValue="" group="Layers">
1063
					<description>Sets the color index to treat as transparent for
1064
						raster layers.
1065
					</description>
1066
					<tags>
1067
						<value name="allowNew" value="true" />
1068
						<value name="allowDelete" value="true" />
1069
						<value name="allowUpdate" value="false" />
1070
						<value name="allowSearch" value="false" />
1071
						<value name="allowClose" value="false" />
1072
					</tags>
1073
				</field>
1074

  
1075
			</fields>
1076
		</class>
1077

  
1078

  
1079
		<!-- MapServer 6.4.1 Definitions -->
1080

  
1081

  
1082
		<class name="MapserverLayerPointForm">
1083
			<description>The CLUSTER configuration option provides to combine
1084
				multiple features from the layer into single (aggregated) features
1085
				based on their relative positions. Supported only for POINT layers.
1086
			</description>
1087
			<tags>
1088
				<value name="layoutMode" value="0" />
1089
			</tags>
1090
			<fields>
1091
				<field name="x" type="float" mandatory="false" group="Layer">
1092
					<description>Extent Min X coordinate</description>
1093
				</field>
1094
				<field name="y" type="float" mandatory="false" group="Layer">
1095
					<description>Extent Min Y coordinate</description>
1096
				</field>
1097
			</fields>
1098
		</class>
1099
		<class name="MapserverLayerPatternForm">
1100
			<description>The CLUSTER configuration option provides to combine
1101
				multiple features from the layer into single (aggregated) features
1102
				based on their relative positions. Supported only for POINT layers.
1103
			</description>
1104
			<tags>
1105
				<value name="layoutMode" value="0" />
1106
			</tags>
1107
			<fields>
1108
				<field name="x" type="double" mandatory="false" group="Pattern">
1109
					<description>Extent Min X coordinate</description>
1110
				</field>
1111
				<field name="y" type="double" mandatory="false" group="Pattern">
1112
					<description>Extent Min Y coordinate</description>
1113
				</field>
1114
			</fields>
1115
		</class>
1116
		<class name="MapserverLayerSymbolForm">
1117
			<description>The CLUSTER configuration option provides to combine
1118
				multiple features from the layer into single (aggregated) features
1119
				based on their relative positions. Supported only for POINT layers.
1120
			</description>
1121
			<tags>
1122
				<value name="layoutMode" value="0" />
1123
			</tags>
1124
			<fields>
1125
				<field name="Name" type="string" mandatory="false" group="Symbol">
1126
					<description>Extent Min X coordinate</description>
1127
				</field>
1128
				<field name="Type" type="string" mandatory="false"
1129
					defaultValue="VECTOR" group="Symbol Options">
1130
					<description>Enables debugging of a layer in the current map.
1131
					</description>
1132
					<availableValues>
1133
						<value label="Ellipse">ellipse</value>
1134
						<value label="Vector">vector</value>
1135
						<value label="PixMap">pixmap</value>
1136
						<value label="SVG">svg</value>
1137
						<value label="TrueType">truetype</value>
1138
						<value label="Hatch">hatch</value>
1139
					</availableValues>
1140
				</field>
1141
				<field name="Image" type="file" mandatory="false" group="Symbol Options">
1142
					<description>Class symbol</description>
1143
				</field>
1144
				<field name="AnchorPoint" type="DynObject" classOfValue="MapserverLayerPointForm"
1145
					mandatory="false" defaultValue="" group="Symbol Options">
1146
					<description>Sets the color index to treat as transparent for
1147
						raster layers.
1148
					</description>
1149
				</field>
1150
				<field name="Font" type="string" mandatory="false" group="Symbol Options">
1151
					<description>Class symbol</description>
1152
				</field>
1153
				<field name="Filled" type="boolean" mandatory="false" group="Symbol Options">
1154
					<description>Class symbol</description>
1155
				</field>
1156
				<field name="AntiAlias" type="boolean" mandatory="false"
1157
					group="Symbol Options">
1158
					<description>Class symbol</description>
1159
				</field>
1160
				<field name="Points" type="List" subType="DynObject" typeOfItems="DynObject" classOfItems="MapserverLayerPatternForm"
1161
					mandatory="false" defaultValue="" group="Drawn Options">
1162
					<tags>
1163
						<value name="ViewMode" value="SimpleTable" />
1164
                                                <value name="dynform.height" value="200" />
1165
					</tags>
1166
					<description>This keyword allows for arbitrary data to be stored as
1167
						name value pairs.
1168
					</description>
1169
				</field>
1170
			</fields>
1171
		</class>
1172

  
1173
		<class name="MapserverColorForm">
1174
			<description>The CLUSTER configuration option provides to combine
1175
				multiple features from the layer into single (aggregated) features
1176
				based on their relative positions. Supported only for POINT layers.
1177
			</description>
1178
			<tags>
1179
				<value name="layoutMode" value="0" />
1180
			</tags>
1181
			<fields>
1182
				<field name="red" type="integer" mandatory="false" group="Layer">
1183
					<description>Red component</description>
1184
				</field>
1185
				<field name="blue" type="integer" mandatory="false" group="Layer">
1186
					<description>Blue component</description>
1187
				</field>
1188
				<field name="green" type="integer" mandatory="false" group="Layer">
1189
					<description>Green component</description>
1190
				</field>
1191
			</fields>
1192
		</class>
1193
		<class name="MapserverLayerClusterForm">
1194
			<description>The CLUSTER configuration option provides to combine
1195
				multiple features from the layer into single (aggregated) features
1196
				based on their relative positions. Supported only for POINT layers.
1197
			</description>
1198
			<tags>
1199
				<value name="layoutMode" value="2" />
1200
			</tags>
1201
			<fields>
1202

  
1203
			</fields>
1204
		</class>
1205
		<class name="MapserverLayerClassLabelForm">
1206
			<description>Graphic style of the Class</description>
1207
			<tags>
1208
				<value name="layoutMode" value="2" />
1209
			</tags>
1210
			<fields>
1211
				<field name="Text" type="string" mandatory="false"
1212
					defaultValue="" group="Text Options">
1213
					<description>Layer status </description>
1214
				</field>
1215
				<field name="Type" type="string" mandatory="false"
1216
					defaultValue="TRUETYPE" group="Text Options">
1217
					<description>Enables debugging of a layer in the current map.
1218
					</description>
1219
					<availableValues>
1220
						<value label="BitMap">BITMAP</value>
1221
						<value label="TrueType">TRUETYPE</value>
1222
					</availableValues>
1223
				</field>
1224
				<field name="Font" type="string" mandatory="false"
1225
					defaultValue="" group="Text Options">
1226
					<description>Layer status </description>
1227
				</field>
1228
				<field name="Size" type="string" mandatory="false"
1229
					defaultValue="" group="Text Options">
1230
					<description>Layer status </description>
1231
				</field>
1232
				<field name="Encoding" type="string" mandatory="false"
1233
					defaultValue="" group="Text Options">
1234
					<description>Layer status </description>
1235
				</field>
1236
				<field name="Priority" type="string" mandatory="false"
1237
					defaultValue="" group="Text Options">
1238
					<description>Layer status </description>
1239
				</field>
1240
				<field name="MaxLength" type="integer" mandatory="false"
1241
					defaultValue="" group="Text Options">
1242
					<description>Layer status </description>
1243
				</field>
1244
				<field name="Force" type="boolean" mandatory="false"
1245
					defaultValue="" group="Text Options">
1246
					<description>Layer status </description>
1247
				</field>
1248

  
1249
				<field name="Color" type="DynObject" classOfValue="MapserverColorForm"
1250
					mandatory="false" defaultValue="" group="Color Options">
1251
					<description>Sets the color index to treat as transparent for
1252
						raster layers.
1253
					</description>
1254
				</field>
1255
				<field name="OutlineColor" type="DynObject" classOfValue="MapserverColorForm"
1256
					mandatory="false" defaultValue="" group="Color Options">
1257
					<description>Sets the color index to treat as transparent for
1258
						raster layers.
1259
					</description>
1260
				</field>
1261
				<field name="OutlineWidth" type="integer" mandatory="false"
1262
					defaultValue="" group="Color Options">
1263
					<description>Maximum scale at which this LAYER is shown.
1264
					</description>
1265
				</field>
1266
				<field name="ShadowColor" type="DynObject" classOfValue="MapserverColorForm"
1267
					mandatory="false" defaultValue="" group="Color Options">
1268
					<description>Sets the color index to treat as transparent for
1269
						raster layers.
1270
					</description>
1271
				</field>
1272
				<field name="ShadowSize" type="DynObject" classOfValue="MapserverLayerOffsetForm"
1273
					mandatory="false" defaultValue="" group="Color Options">
1274
					<description>Sets the color index to treat as transparent for
1275
						raster layers.
1276
					</description>
1277
				</field>
1278

  
1279
				<field name="Align" type="string" mandatory="false"
1280
					defaultValue="CENTER" group="Position Options">
1281
					<description>Enables debugging of a layer in the current map.
1282
					</description>
1283
					<availableValues>
1284
						<value label="Left">LEFT</value>
1285
						<value label="Center">CENTER</value>
1286
						<value label="Right">RIGHT</value>
1287
					</availableValues>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff