Best approach for saving highlighted areas on geographical map.
Posted
by
Mohsen
on Programmers
See other posts from Programmers
or by Mohsen
Published on 2012-10-21T06:06:53Z
Indexed on
2012/10/21
11:19 UTC
Read the original article
Hit count: 263
I am designing an application that allow users to highlight areas of a geographical map using a tool that is like brush or a pen. The tool basically draw a circle with a single click and continue drawing those circles with move move.
Here is an example of drawing made by moving the tool. It is pretty much same as Microsoft Paint.
Regardless of programming language what is best approach (most inexpensive approach) for saving this kind of data?
© Programmers or respective owner