101 lines
2.0 KiB
JSON
101 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"fill":[
|
||
|
|
{
|
||
|
|
"name":"是否反锯齿",
|
||
|
|
"label":"fill-antialias",
|
||
|
|
"alabel":"fillAntialias",
|
||
|
|
"type":"radio",
|
||
|
|
"value":"",
|
||
|
|
"options":[
|
||
|
|
true,false
|
||
|
|
]
|
||
|
|
},{
|
||
|
|
"name":"填充透明度",
|
||
|
|
"label":"fill-opacity",
|
||
|
|
"alabel":"fillOpacity",
|
||
|
|
"type":"input",
|
||
|
|
"value":""
|
||
|
|
},{
|
||
|
|
"name":"填充颜色",
|
||
|
|
"label":"fill-color",
|
||
|
|
"alabel":"fillColor",
|
||
|
|
"type":"color",
|
||
|
|
"value":""
|
||
|
|
},{
|
||
|
|
"name":"边界线颜色",
|
||
|
|
"label":"fill-outline-color",
|
||
|
|
"alabel":"fillOutlineColor",
|
||
|
|
"type":"color",
|
||
|
|
"value":""
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"line":[
|
||
|
|
{
|
||
|
|
"name":"线透明度",
|
||
|
|
"label":"line-opacity",
|
||
|
|
"type":"input",
|
||
|
|
"value":1
|
||
|
|
},{
|
||
|
|
"name":"线颜色",
|
||
|
|
"label":"line-color",
|
||
|
|
"type":"color",
|
||
|
|
"value":"#00ff00"
|
||
|
|
},{
|
||
|
|
"name":"线宽度",
|
||
|
|
"label":"line-width",
|
||
|
|
"type":"input",
|
||
|
|
"value":1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"circle":[
|
||
|
|
{
|
||
|
|
"name":"圆点的不透明度",
|
||
|
|
"label":"circle-opacity",
|
||
|
|
"type":"input",
|
||
|
|
"value":1
|
||
|
|
},{
|
||
|
|
"name":"圆点的半径",
|
||
|
|
"label":"circle-radius",
|
||
|
|
"type":"input",
|
||
|
|
"value":5
|
||
|
|
},{
|
||
|
|
"name":"圆点颜色",
|
||
|
|
"label":"circle-color",
|
||
|
|
"type":"color",
|
||
|
|
"value":"#00ff00"
|
||
|
|
},{
|
||
|
|
"name":"圆点描边宽度",
|
||
|
|
"label":"circle-stroke-width",
|
||
|
|
"type":"input",
|
||
|
|
"value":1
|
||
|
|
},{
|
||
|
|
"name":"圆点描边颜色",
|
||
|
|
"label":"circle-stroke-color",
|
||
|
|
"type":"color",
|
||
|
|
"value":"#00ff00"
|
||
|
|
},{
|
||
|
|
"name":"圆点描边透明度",
|
||
|
|
"label":"circle-stroke-opacity",
|
||
|
|
"type":"input",
|
||
|
|
"value":1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"symbol":[
|
||
|
|
{
|
||
|
|
"name":"图标",
|
||
|
|
"label":"icon-image",
|
||
|
|
"type":"icon",
|
||
|
|
"value":""
|
||
|
|
},{
|
||
|
|
"name":"图标大小",
|
||
|
|
"label":"icon-size",
|
||
|
|
"type":"input",
|
||
|
|
"value":""
|
||
|
|
},{
|
||
|
|
"name":"图标旋转角",
|
||
|
|
"label":"icon-rotation",
|
||
|
|
"type":"input",
|
||
|
|
"value":0
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|