-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZOOSM.zcfg
69 lines (68 loc) · 1.6 KB
/
ZOOSM.zcfg
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[ZoOSM]
Title = Import vector data on OpenStreetMap.
Abstract = Automathic import of vector data on OpenStreetMap database.
processVersion = 1
storeSupported = true
statusSupported = true
serviceType = Python
serviceProvider = zoosm
<MetaData lang="en">
title = ZoOSM
</MetaData>
<MetaData lang="it">
title = ZoOSM
</MetaData>
<DataInputs>
[inputvector]
Title = The input data source name
Abstract = The input data source name.
minOccurs = 1
maxOccurs = 1
<ComplexData>
DataType = string
<Default>
mimeType = application/json
encoding = UTF-8
</Default>
<Supported>
mimeType = application/xml
encoding = UTF-8
schema = http://schemas.opengis.net/gml/3.1.1/feature.xsd
</Supported>
<Supported>
mimeType = application/xml
encoding = UTF-8
schema = http://schemas.opengis.net/gml/2.1.2/feature.xsd
</Supported>
</ComplexData>
[username]
Title = The OpenStreetMap's username
Abstract = The username of OpenStreetMap project.
minOccurs = 1
maxOccurs = 1
<LiteralData>
DataType = string
<Default>
</Default>
</LiteralData>
[password]
Title = The OpenStreetMap's password
Abstract = The password of OpenStreetMap project.
minOccurs = 1
maxOccurs = 1
<LiteralData>
DataType = string
<Default>
</Default>
</LiteralData>
</DataInputs>
<DataOutputs>
[output]
Title = A string of correct import
Abstract = When import terminate a success string is returned
<LiteralData>
DataType = string
<Default>
</Default>
</LiteralData>
</DataOutputs>