I currently have a section on my website where I ask users to input information on various criteria and the answers get emailed to me (a form with submit button). I would like to add a map to the form in which users can draw shapes such as polygons and circles. Once they submit the form, I would like the map to be emailed along with the other input criteria to me. What is the best code to use?Thank you.
相关问题
- Free Silverlight mapping with Bing maps and OpenSt
- Google Maps event listeners not working properly i
- Google maps tiles doesn't load
- Popup on hovering over cluster group
- Clipping rasters in R
相关文章
- Snapshot from the map in android
- What is the “Simplest” way to add a scale to a map
- Names of the countries on the plot with rworldmap
- Associative array without toString, etc
- Plot geocode: ggmap error
- How can I generate an image in Ruby without extern
- iOS Maps draw route (line) between several points
- How to add maps in java GUI (like GMap.net for c#)
Never too late ...
You can let the browser open a mail client and send the shapes in the body of the mail.
Here is a full example