Saltar al contingut Saltar a la navegació Informació de contacte

Visita teatralitzada

Amb l’arribada del tren, Mataró es va desenvolupar industrialment, amb maneres diferents d’entendre aquesta producció (el cooperativisme, el sindicalisme, els amos, la burgesia...). Una treballadora de la Cooperativa la Obrera Mataronense ens n’explicaran les diferències.

  • Visita teatralitzada
  • 2023-10-28T00:00:00+02:00
  • 2023-10-28T00:00:00+02:00
  • Amb l’arribada del tren, Mataró es va desenvolupar industrialment, amb maneres diferents d’entendre aquesta producció (el cooperativisme, el sindicalisme, els amos, la burgesia...). Una treballadora de la Cooperativa la Obrera Mataronense ens n’explicaran les diferències.
La nau Gaudí. Foto: Pere Vivas

Hora de la visita pendent de confirmar.

 

 

Info

  • Ubicació

  • Quan?
    28/10/2023 de 00:00 a 00:00
  • Categoria

    175Tren Mataró Visites teatralitzades

  • On?

    Nau Gaudí. Carrer de la Cooperativa, 47 (Mataró)

  • Organitzador

    Consorci Museu d’Art Contemporani de Mataró i Secció de paisatge urbà i patrimoni de l'Ajuntament de Mataró.

  • Nom de contacte
  • Telèfon de contacte

  • Assistents

    Actividad gratuita para el público en general, previa inscripción (teléfono y correo electrónico). Reservas de lunes a viernes de 9 a 14h. Aforo limitado a 25 personas.

  • Afegiu l'esdeveniment al calendari iCal
  • Lloc web extern
`; let descripcio = ''; if (obj.DESCRIPCIO !== null && obj.DESCRIPCIO !== undefined) descripcio = `

` + obj.DESCRIPCIO + `

`; let adreca = ''; if (obj.ADRECA !== null && obj.ADRECA !== undefined) adreca = `

` + obj.ADRECA + `

`; let telephone = ''; if (obj.TELEFON !== null && obj.TELEFON !== undefined) telephone = `

`; let email = ''; if (obj.EMAIL !== null && obj.EMAIL !== undefined) email = `

`; let schedule = ''; if (obj.HORARI !== null && obj.HORARI !== undefined) schedule = `

` + obj.HORARI + `

`; let category = `

` + obj.CATEGORIA + ` - ` + obj.TIPUS + `

`; let website = ''; if (obj.URL_WEB !== null && obj.URL_WEB !== undefined) website = `

` + obj.URL_WEB + `

`; let how_arrive = `

` + titles[lang]['how_arrive'] + `

`; let popup_info = title + imatge + descripcio + adreca + telephone + email + schedule + category + website + how_arrive; mapa_events.addLayer(varis.bindPopup( popup_info, {maxWidth : 280})); mapa_events.panTo(varis._layers[varis._leaflet_id - 1]._latlng); }); }; // Parse coordinates function parseLatLng(input){ if (typeof input == 'object') { if (typeof input.lat == 'function') { return input.lat() + '|' + input.lng() } else { return input.lat + '|' + input.lng } } else if (typeof input == 'string') { var coor = input.split('|') return { lat: parseFloat(coor[0]), lng: parseFloat(coor[1]) } } } // Layers var crs25831_events = new L.Proj.CRS('EPSG:25831','+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs', { bounds: L.bounds([257909.15, 4484800.15], [535906.39, 4751797.52]), resolutions: [10, 5, 2, 1, 0.5,0.25, 0.15, 0.05], origin: [257909.15, 4484800.15 ] }) var crs23031_events =new L.Proj.CRS('EPSG:23031','+proj=utm +zone=31 +ellps=intl +units=m +no_defs', { resolutions: [10, 5, 2, 1, 0.5,0.25, 0.15, 0.05], bounds: L.bounds([258000, 4485000], [536000, 4752000]), origin: [258000, 4485000 ] }) // Capes Leaflet var guiaUrbana_events = L.tileLayer(" http://serveisweb.mataro.cat/mapproxy/tms/1.0.0/ly_guiaurbana_tms/grd_25831_tms/{z}/{x}/{-y}.png", { maxZoom:7, minZoom:0, attribution: " Mataró " }); var guiaUrbana_nit_events = L.tileLayer("http://serveisweb.mataro.cat/mapproxy/tms/1.0.0/ly_guiaurbana_nit_tms/grd_25831_tms/{z}/{x}/{-y}.png", { maxZoom:7, minZoom:0, attribution: " Mataró " }); var serveiTopoCache_events = L.tileLayer.wms("http://mapcache.icc.cat/map/bases/service?", { layers: 'topo', format: 'image/jpeg', crs: crs25831_events, continuousWorld: true, attribution: 'Institut Cartogràfic i Geològic de Catalunya -ICGC' }); var serveiOrtoCache_events = L.tileLayer.wms("http://mapcache.icc.cat/map/bases/service?", { layers: 'orto', format: 'image/jpeg', crs: crs25831_events, continuousWorld: true, attribution: 'Institut Cartogràfic i Geològic de Catalunya -ICGC' }); var serveitopoGrisCache_events = L.tileLayer.wms("http://mapcache.icc.cat/map/bases/service?", { layers: 'topogris', format: 'image/jpeg', crs: crs25831_events, continuousWorld: true, attribution: 'Institut Cartogràfic i Geològic de Catalunya -ICGC' }); var wmsComarques_events = L.tileLayer.wms("http://geoserveis.icc.cat/icc_limadmin/wms/service?", { layers: '5,1', format: 'image/png', crs: crs25831_events, transparent: true, continuousWorld: true, attribution: 'Base Comarcal 1:50.000 -ICGC' }); // Objecte de les capes base de Leaflet var baseMaps_events = { 'Guia Urbana' : guiaUrbana_events, 'Guia Urbana Nit' : guiaUrbana_nit_events, 'Topogràfic': serveiTopoCache_events, 'Topogràfic gris': serveitopoGrisCache_events, 'Ortofoto': serveiOrtoCache_events }; // Creació del mapa var mapa_events = L.map('mapa-events-e20556f787b0482e89c9e864ce99e9ad',{ crs: crs25831_events, worldCopyJump: false, layers: [ baseMaps_events['Guia Urbana']], maxZoom:6, minZoom:0 }) .setView([41.54, 2.44], 1); L.control.layers(baseMaps_events).addTo(mapa_events); mapa_events.doubleClickZoom.disable(); let marker = $('#mapa-events-e20556f787b0482e89c9e864ce99e9ad').data('equipament'); if (marker){ $.get( "https://aplicacions.mataro.org:444/apex/rest/dobertes/elements_detall?dataset=DS_EQUIP01&par1=CODI_GUIA&val1=" + marker, function( data ) { mostraPunts(data, marker); }); } else { var value = parseLatLng($('#mapa-events-e20556f787b0482e89c9e864ce99e9ad').data('geolocation')); L.marker([value.lat, value.lng]).addTo(mapa_events); mapa_events.panTo(new L.LatLng(value.lat, value.lng)); } });