Apertura Scheda con pulsante “ì” … segue errore:
Uncaught TypeError: Cannot read property 'width' of null
at defaultGetZoomForExtent (MapUtils.js:190)
at Object.getZoomForExtent (MapUtils.js:221)
at PreviewMap.getZoom (PreviewMap.jsx:123)
at PreviewMap.render (PreviewMap.jsx:69)
at finishClassComponent (react-dom.development.js:18407)
at updateClassComponent (react-dom.development.js:18360)
react_devtools_backend.js:2430 The above error occurred in the component:
in PreviewMap (created by Context.Consumer)
in Connect(PreviewMap) (created by Template)
in div (created by Panel)
in div (created by Panel)
in Transition (created by Collapse)
in Collapse (created by Panel)
Le card sono correttamente visualizzate se il dato viene prima portato in mappa, tranne quelle relative a SIVIA e Derivazione che falliscono sempre con la stessa eccezione di cui sopra.
Rimuovendo dal template la section MappaScheda la card si apre. Si può osservare he SIVIA è il primo caso d’uso che utilizza geometrie di tipo MultiPolygon mentre Derviazione è particolare perché non ha la geometria.
Segnalazione da documento "Segnalazioni_DECSIRAv2_v2.docx" ricevuto dal cliente in data 12/02/2021, punto 1.
https://drive.google.com/file/d/1Kb_DqO675U5sLbWpe2J4cP9BSEHk2XOl/view?usp=sharing
Apertura Scheda con pulsante “ì” … segue errore: Uncaught TypeError: Cannot read property 'width' of null at defaultGetZoomForExtent (MapUtils.js:190) at Object.getZoomForExtent (MapUtils.js:221) at PreviewMap.getZoom (PreviewMap.jsx:123) at PreviewMap.render (PreviewMap.jsx:69) at finishClassComponent (react-dom.development.js:18407) at updateClassComponent (react-dom.development.js:18360)
react_devtools_backend.js:2430 The above error occurred in the component:
in PreviewMap (created by Context.Consumer)
in Connect(PreviewMap) (created by Template)
in div (created by Panel)
in div (created by Panel)
in Transition (created by Collapse)
in Collapse (created by Panel)
Le card sono correttamente visualizzate se il dato viene prima portato in mappa, tranne quelle relative a SIVIA e Derivazione che falliscono sempre con la stessa eccezione di cui sopra. Rimuovendo dal template la section MappaScheda la card si apre. Si può osservare he SIVIA è il primo caso d’uso che utilizza geometrie di tipo MultiPolygon mentre Derviazione è particolare perché non ha la geometria.