Reputation: 10580
How to draw areas in a image, based on points, like draw areas in google maps? Dynamically with javascript.
Editing: The question is about to put a map image on the page and draw an area on the top of a house, for example.
Upvotes: 4
Views: 2787
Reputation: 414
In addition to the JavaScript solution, you could always use PHP to dynamically draw lines. Then place the newly-created image on top of the map image.
Here is a small tutorial: Drawing shapes with GD
Upvotes: 1