aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
84 stars 27 forks source link

Multiple custom edges between nodes should be curved #221

Closed JimTharioAmazon closed 3 years ago

JimTharioAmazon commented 3 years ago

Edges are sitting on top of each other. The connection mapper for user-defined connections needs to consider this when setting the style on the edge.

JimTharioAmazon commented 3 years ago

Reuse this code from several MediaLive connection mappers for handling multiple pipelines.

https://github.com/awslabs/aws-media-services-application-mapper/blob/master/source/html/js/app/mappers/connections/medialive_channel_mediapackage_channel.js#L26

JimTharioAmazon commented 3 years ago

image