Dear Davide, glad to hear you!
About transparency. I create layers as geojson files (getting them from geoserver).
Here is a part of my template (from dynamic map), and I do not know where I'm able to see transparency configuration:
....
"layersLoaded": {
"ch_buildings2_kontur": true,
"ch_roads": true
},
"hiddenTargetLayer": [],
"filtersApplied": {},
"analitycalFilter": [],
"selectedAnalyticalFilter": {},
"accessibilityConf": {
"ranges": [
"very low",
"low",
"regular",
"high",
"very high"
]
},
"selectedBaseLayer": "OpenStreetMap"
}
There is no information of transparency in geojson files and as well in layers, created from them. But I'm already mentiond about some problem in Knowage - an error: "ERROR it.eng.spagobi.rest.interceptors.RestExceptionMapper.toResponse:59 - Catched service error:
javax.ws.rs.NotFoundException: RESTEASY003210: Could not find resource for full path: http://192.168.1.34:8080/knowage/restful-services/2.0/analyticalDriversee/getFileLayer"
The layers "ch_buildings2_kontur" & "ch_roads" are allright because I can see them as backgrounds layers in Cockpit map (the bad info here is that they are not backgrounds - they are over target layer, so I can not get DETAILS information clicking on some of the target layer objects).