-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshape_markers.cda
41 lines (40 loc) · 1.51 KB
/
shape_markers.cda
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
<?xml version="1.0" encoding="UTF-8"?>
<CDADescriptor>
<DataSources>
<Connection id="southAmericaDS" type="scripting.scripting">
<Initscript/>
<Language>beanshell</Language>
</Connection>
</DataSources>
<DataAccess access="public" connection="southAmericaDS" id="southAmericaDS"
type="jsonScriptable">
<Name>southAmericaDS</Name>
<Cache duration="3600" enabled="true"/>
<Columns/>
<Parameters/>
<Query><![CDATA[{
"resultset":[
["BRA", 10, -14.235004, -51.92528, 25, 100],
["PER", 20, -9.189967, -75.015152, 3, 120],
["BOL", 30, -16.290154, -63.588653, 12, 176],
["COL", 15, 4.570868, -74.297333, 25, 45],
["VEN", 25, 6.42375, -66.58973, 6, 10],
["ECU", 50, -1.831239, -78.183406, 10, 54],
["GUY", 5, 4.860416, -58.93018, 11, 23],
["PRY", 10, -23.442503, -58.443832, 1, 75],
["SUR", 10, 3.919305, -56.027783, 20, 3],
["URY", 35, -32.522779, -55.765835, 22, 15],
["ARG", 45, -38.416097, -63.616672, 21, 60],
["CHL", 40, -35.675147, -71.542969, 9, 41]
],
"metadata":[
{"colIndex":0,"colType":"String","colName":"abbrev"},
{"colIndex":1,"colType":"Integer","colName":"value"},
{"colIndex":2,"colType":"Numeric","colName":"latitude"},
{"colIndex":3,"colType":"Numeric","colName":"longitude"},
{"colIndex":4,"colType":"Numeric","colName":"r"},
{"colIndex":5,"colType":"Numeric","colName":"shape_value"}
]
}]]></Query>
</DataAccess>
</CDADescriptor>