Hi everyone,
I have just created a new field plugin I want to share with you. This plugin lets users store in json format an image area map with N polygons. It saves data in the form of a json with two properties:
- imageUrl (string of the url of the image being mapped)
- areas (an array of objects with two properties)
- href (the href of the area or polygon)
- coords (an array with tuples of X Y coordinates of the image map forming the polygons)
I created a repo if anyone wants to fork, extend or pull request here:
https://github.com/neshte/seblod_plg_cck_field_htmlmap
Hope you find this plugin valuable for the project.
Thanks for reading...
Jaime Garza