-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTYYP.json
38 lines (38 loc) · 1.04 KB
/
TYYP.json
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
{
"objectIdFieldName": "OBJECTID",
"uniqueIdField": { "name": "OBJECTID", "isSystemMaintained": true },
"globalIdFieldName": "GlobalID",
"geometryType": "esriGeometryPoint",
"spatialReference": { "wkid": 3301, "latestWkid": 3301 },
"fields": [
{
"name": "count_result",
"type": "esriFieldTypeDouble",
"alias": "count_result",
"sqlType": "sqlTypeFloat",
"domain": null,
"defaultValue": null
},
{
"name": "TYYP",
"type": "esriFieldTypeSmallInteger",
"alias": "Tüüp",
"sqlType": "sqlTypeOther",
"domain": {
"type": "codedValue",
"name": "Tyyp",
"codedValues": [
{ "name": "Äärekivi", "code": 0 },
{ "name": "Ebatasane tee", "code": 1 },
{ "name": "Muu", "code": 2 }
]
},
"defaultValue": null
}
],
"features": [
{ "attributes": { "count_result": 349, "TYYP": 0 } },
{ "attributes": { "count_result": 182, "TYYP": 1 } },
{ "attributes": { "count_result": 766, "TYYP": 2 } }
]
}