I am building a web site using googles Map API. However, as I am on a shared server, I do not have access to a database with spatial extensions.

Given an itinerary, which is nothing more than a series of line segments, I need to build a polygon at a given distance. For example 10km either side of the itinerary.

This is the classic buffering request, which I have seen as being referenced as the " Minkowski sum " algorithm. After having searched, I have not found a working example of an implementation.

Can anyone help me implement this ... please ?

link|improve this question

50% accept rate
feedback

1 Answer

You should take a look at CGAL. This library contains (among a lot of other things) an Open Source Minkowski sum implementation, which you could analyse. See here

link|improve this answer
Merci, j'y vais jeter un coup d'oeil. – Simon Apr 25 '11 at 18:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.