Is there a quick way of selecting the state of a ImageMapster map and saving to a database then retrieving it and displaying the saved map.
For example: I would like to color code several states red and some green (which I have working now) then save in a database using jQuery ajax. Then later return to the map and restore the selected colors from the database.
All I need to know is how to get the (key, fillColor) and restore it and I can handle the php and mysql stuff.
Currently I use:
key = $('#mapimg').mapster('get');
to get all keys but I also need the fillColor.
Thanks, Robert Campbell