cartodb/lib/assets/javascripts/builder/data/default-form-styles.json
2020-06-15 10:58:47 +08:00

49 lines
742 B
JSON
Executable File

{
"fill": {
"size": {
"fixed": 7
},
"color": {
"fixed": "#EE4D5A",
"opacity": 0.9
}
},
"stroke": {
"size": {
"fixed": 0
},
"color": {
"fixed": "#FFFFFF",
"opacity": 1
}
},
"blending": "none",
"aggregation": {},
"labels": {
"enabled": false,
"attribute": null,
"font": "Source Han Sans CN Regular",
"fill": {
"size": {
"fixed": 14
},
"color": {
"fixed": "#000000",
"opacity": 1
}
},
"halo": {
"size": {
"fixed": 2
},
"color": {
"fixed": "#FFFFFF",
"opacity": 1
}
},
"offset": -10,
"overlap": true,
"placement": "point"
}
}