Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Overlaying Image Map functionality

Avatar

Level 3

Hi,

In my project requirement I want to add more shapes in Image Map tools. Can someone please let me know the steps of overlaying the same.

 

Regards,

Kaustav Majoomder

1 Accepted Solution

Avatar

Correct answer by
Level 10

Is you use case to build an interactive map component. Where do you wan to  place you shapes - are they digital assets that you will place into the AEM DAM? 

TO overlay any component in CQ, you move the component from libs to apps and modify the application logic. See this topic for more information: 

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

You can also use third party APIs to build AEM components for mapping functionality:

https://helpx.adobe.com/experience-manager/using/integrating-custom-cq-widgets-third-party.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Is you use case to build an interactive map component. Where do you wan to  place you shapes - are they digital assets that you will place into the AEM DAM? 

TO overlay any component in CQ, you move the component from libs to apps and modify the application logic. See this topic for more information: 

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

You can also use third party APIs to build AEM components for mapping functionality:

https://helpx.adobe.com/experience-manager/using/integrating-custom-cq-widgets-third-party.html

Avatar

Level 3

smacdonald2008 wrote...

Is you use case to build an interactive map component. Where do you wan to  place you shapes - are they digital assets that you will place into the AEM DAM? 

TO overlay any component in CQ, you move the component from libs to apps and modify the application logic. See this topic for more information: 

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

You can also use third party APIs to build AEM components for mapping functionality:

https://helpx.adobe.com/experience-manager/using/integrating-custom-cq-widgets-third-party.html

 

 

Thanks a lot Scott!!