Overlaying Image Map functionality | Community
Skip to main content
New Participant
October 16, 2015
Solved

Overlaying Image Map functionality

  • October 16, 2015
  • 2 replies
  • 1090 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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

New Participant
October 16, 2015

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!!