NOTICIES
Coneix tota l'actualitat de Grupo ICA i uneix-te als nostres propers esdeveniments.
Inicio
Noticias
ICA, Patrocinador del Liferay Customer Summit 2023 celebrado en Madrid.
09 de juny 2023
ICA, Patrocinador del Liferay Customer Summit 2023 celebrado en Madrid.
Un año más, ICA presente como Patrocinador del Liferay Customer Summit 2023 celebrado en Madrid el pasado 8 de junio en la Sala Green Patio, coincidiendo con los 15 años que Liferay lleva en el mercado español.
En esta ocasión nos acompañaron algunos representantes de instituciones como la Dirección General de la Policía, la Dirección General de Protección Civil y Emergencias y el CIS (Centro de Investigaciones Sociológicas), clientes que confían desde hace años en ICA.
-->
var assetPublisherAutoScroll=false;
var initGoogleFrame = function(){
AUI().use('aui-node', function(A){
A.all('.map-google').each(function(mapa){
var latitud = parseFloat(mapa.attr("data-latitud"));
var longitud = parseFloat(mapa.attr("data-longitud"));
var descripcion = mapa.attr("data-descripcion");
var map = new google.maps.Map(mapa.getDOMNode(), {
center: {lat: latitud, lng: longitud},
zoom: 18,
styles:[ { "stylers": [ { "hue": "#00aaff" }, { "saturation": -100 }, { "gamma": 1.78 } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#4d5554" } ] }, { "featureType": "landscape", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "lightness": 55 } ] }, { "featureType": "road", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "labels.text.fill", "stylers": [ { "lightness": 25 }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "labels", "stylers": [ { "visibility": "off" } ] } ]
});
var icoICA = {
path: 'M11,0A11,11,0,0,0,0,11c0,5.46,9,16.15,11,18.41,2-2.26,11-13,11-18.41A11,11,0,0,0,11,0Zm0,16.15A5.15,5.15,0,1,1,16.15,11,5.16,5.16,0,0,1,11,16.15Z',
fillColor: '#13b5c4',
fillOpacity: 1,
scale: 1,
strokeWeight: 0
};
var marker = new google.maps.Marker({
position: {lat: latitud, lng: longitud},
map: map,
icon: icoICA,
title: descripcion
});
});
});
}
AUI().ready('aui-node', function(A){
if(A.all('.map-google').size() > 0) {
var s = document.createElement("script");
s.setAttribute("async","")
s.setAttribute("defer","")
s.type = "application/javascript";
s.src = 'https://maps.googleapis.com/maps/api/js?key=AIzaSyAF0XueAxOvKYjGu1bN-fWpMa2M5-uyhTU&callback=initGoogleFrame';
document.body.appendChild(s);
}
});
// ]]>