57 lines
855 B
JSON
Executable File
57 lines
855 B
JSON
Executable File
{
|
|
"simple": {
|
|
|
|
"point": {
|
|
"fill": {
|
|
"size": {
|
|
"fixed": 7
|
|
},
|
|
"color": {
|
|
"fixed": "#EE4D5A",
|
|
"opacity": 0.9
|
|
}
|
|
},
|
|
"stroke": {
|
|
"size": {
|
|
"fixed": 1
|
|
},
|
|
"color": {
|
|
"fixed": "#FFFFFF",
|
|
"opacity": 1
|
|
}
|
|
}
|
|
},
|
|
|
|
"line": {
|
|
"fill": {},
|
|
"stroke": {
|
|
"size": {
|
|
"fixed": 1.5
|
|
},
|
|
"color": {
|
|
"fixed": "#4CC8A3",
|
|
"opacity": 1
|
|
}
|
|
}
|
|
},
|
|
|
|
"polygon": {
|
|
"fill": {
|
|
"color": {
|
|
"fixed": "#826DBA",
|
|
"opacity": 0.9
|
|
}
|
|
},
|
|
"stroke": {
|
|
"size": {
|
|
"fixed": 1
|
|
},
|
|
"color": {
|
|
"fixed": "#FFFFFF",
|
|
"opacity": 0.5
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|