Skip to content
Snippets Groups Projects

feat(vector-map): implement line scaling

Merged Miłosz Grocholewski requested to merge feat/MIN-66-line-scaling into development
2 unresolved threads
Files
14
@@ -63,10 +63,11 @@ export const useOlMapReactionsLayer = ({
arrowTypes,
shapes: shape.shapes,
pointToProjection,
mapInstance,
});
return reactionObject.features;
});
}, [arrowTypes, lineTypes, modelReactions, pointToProjection, shapes]);
}, [arrowTypes, lineTypes, mapInstance, modelReactions, pointToProjection, shapes]);
const elements: Array<
MapElement | CompartmentCircle | CompartmentSquare | CompartmentPathway | Glyph
Loading