I have a polygon on my map and I want to resize it in that way I add X km to all of the vertexes. Any idea?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
The spatial operation you need is called BUFFER and is implemented in most geographical database managers |
|||
|
|
if you use geodjango on server side, you can use buffer method in Topological Methods.
i hope it helps you... |
|||
|
|