forked from JJediny/DataSourceEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwms-parameters.json
More file actions
53 lines (53 loc) · 1.06 KB
/
Copy pathwms-parameters.json
File metadata and controls
53 lines (53 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"type": "object",
"title": "WMS parameters",
"description": "Additional parameters to pass to the WMS server.",
"additionalProperties": true,
"properties": {
"ABOVEMAXCOLOR": {
"title": "Color above maximum",
"type": "string"
},
"BELOWMINCOLOR": {
"title": "Color below minimum",
"type": "string"
},
"COLORSCALERANGE": {
"title": "Color scale range",
"type": "string"
},
"FORMAT": {
"title": "Format",
"type": "string"
},
"LOGSCALE": {
"title": "Log scale",
"type": "string"
},
"NUMCOLORBANDS": {
"title": "Number of color bands",
"type": "string"
},
"PALETTE": {
"title": "Palette",
"type": "string"
},
"STYLES": {
"title": "Styles",
"type": "string"
},
"TRANSPARENT": {
"title": "Transparent",
"type": "string"
},
"VERSION": {
"title": "Version",
"type": "string"
},
"tiled": {
"title": "Tiled",
"type": "boolean",
"format": "checkbox"
}
}
}