String style = opts.get("style");
final double domainOrigin = getDate(opts, "zoomStartTime");
final double endDomain = getDate(opts, "zoomEndTime");
final String scaleType = opts.get("scaleType");
GssContext gssContext = new DefaultGssContext();
if (style != null && !"".equals(style)) {
GVizAPIStyle gstyle = null;
try {
gstyle = GVizAPIStyle.valueOf(style.toUpperCase());