Hi
Can I get a HTML map of an image map ?
Thank you for your help
Amani
Hi
Can I get a HTML map of an image map ?
Thank you for your help
Amani
Amani,
Please try this:
Bitmap b = winformsMap1.GetBitmap(800, 600);
Regards,
Gary
Hello Gary
I need the HTML code of my image map. My map can contain dynamic image and mouse event.
Amani,
Sorry you can’t save the bitmap though HTML code, there is no map object in the web page.
Regards,
Gary
Hi,
I am not sure that i made myself clear. What I would like to know, is whether it is possible to generate an interactive image, without using any Web Control (it is a constraint of my developping environment). This can be done in HTML by using the tag to define regions in the image, and associate events, such as on click. Everything is then done on the client side (the events are of course quite simple, such as a javascript alert()). Of course, the image and the tag would be generated on the server side and sent to the client. Is it possible to use your library to generate this tag and have it define the regions from the Shapefile? I have already managed to get the png image.
Thanks for your time.
Amani,
Yes, it’s possible to do that. if you don’t want to use the Web Control, you can use Map Suite Service Edition, in the server side, you use DrawCore method to get the image you need, and sent it by WCF or httphandler as your wish.
Regards,
Gary