-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
72 lines (69 loc) · 2.28 KB
/
config.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
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
70
71
72
{
"IdentificadorCapa":
{
"vectores": "capaVectoresDireccion",
"textos": "capaTextosFechaVectores"
},
"PropiedadesGraficas":
{
"Fuente":
{
"tamanioInicialFuente":10,
"colorInicialTexto":[0, 0, 0],
"escalaMinimaMostrarEtiqueta":10000000
},
"Lineas":
{
"anchoLinea":2,
"tipoLinea": "SimpleLineSymbol.STYLE_DOT"
},
"APP6":
{
"usarFechaLarga": false,
"tamanioSimbolo": 16,
"tamanioTextoInformacion": 45,
"grosorLíneasDelSimbolo": 4,
"symbolColorMode": "Dark",
"fontFamily": "Arial"
}
},
"CamposCapaPosicionesHistoricas":
{
"campoIdentificadorUnicoEntidadEnMovimiento": "HISTORICO_OBJECTID",
"campoCodigoAPP6": "SIDC",
"campoFechaInicioPosicion": "FECHA_POSICION_INICIAL",
"campoNumeralDesignadorUnico": "DESIGNADOR_UNICO",
"campoNombreCortoPais": "COD_COUNTRY",
"campoNombreEntidadEnMovimiento": "NOMBRE"
},
"paletaColores":
{
"simple": [
{"color":{"r":0,"g":0,"b":0}},
{"color":{"r":255,"g":255,"b":255}},
{"color":{"r":128,"g":128,"b":128}},
{"color":{"r":211,"g":211,"b":211}},
{"color":{"r":0,"g":0,"b":255}},
{"color":{"r":128,"g":224,"b":255}},
{"color":{"r":0,"g":128,"b":0}},
{"color":{"r":40,"g":237,"b":40}},
{"color":{"r":255,"g":255,"b":0}},
{"color":{"r":255,"g":0,"b":0}}
],
"treceColores":[
{"color":{"r":0,"g":0,"b":0}},
{"color":{"r":255,"g":255,"b":255}},
{"color":{"r":128,"g":128,"b":128}},
{"color":{"r":211,"g":211,"b":211}},
{"color":{"r":0,"g":0,"b":255}},
{"color":{"r":0,"g":168,"b":220}},
{"color":{"r":128,"g":224,"b":255}},
{"color":{"r":0,"g":128,"b":0}},
{"color":{"r":0,"g":226,"b":110}},
{"color":{"r":40,"g":237,"b":40}},
{"color":{"r":255,"g":255,"b":0}},
{"color":{"r":255,"g":0,"b":0}},
{"color":{"r":255,"g":48,"b":49}}
]
}
}