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

  • Facebook Ajuntament de Mataro
  • Twitter Ajuntament de Mataro
  • Youtube Ajuntament de Mataro

Taula rodona "Espais d’acompanyament a les adolescències LGTBI+”

Escoltar

Taula rodona "Espais d’acompanyament a les adolescències LGTBI+”

27 de juny de 2023. Activitat en el marc del 28 de juny, Dia Internacional pels Drets del Col·lectiu LGTBI

Taula Rodona “Espais d’acompanyament a les adolescències LGTBI+”, moderada per espai Diversxs.

A la taula es parlarà i presentaran els diversos espais de trobada i socialització per a adolescents i post-adolescents amb expressions i identitats de gènere i sexualitats diverses del territori.

A les 18 h a l’Espai Mataró Connecta (plaça de la Muralla, 21)

Amb la participació de l’Associació Tiresias, Cooperativa Candela, SAI Mataró, Associació Mataró LGTBI i joves de l'Espai Diversxs 

Organitza: Espai Diversxs

Info

  • Ubicació

  • Quan?
    27/06/2023 des de 18:00
  • Categoria

    28J 2023 Gènere i diversitat sexual Escola Feminismes i LGTBI EMC

  • On?

    Plaça de la Muralla, 21

  • Organitzador

    Espai Diversxs

  • Afegiu l'esdeveniment al calendari iCal
`; 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-5dbf04b8db9e434faccc7ade409153b9',{ 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-5dbf04b8db9e434faccc7ade409153b9').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-5dbf04b8db9e434faccc7ade409153b9').data('geolocation')); L.marker([value.lat, value.lng]).addTo(mapa_events); mapa_events.panTo(new L.LatLng(value.lat, value.lng)); } });