Tagged Questions

3
votes
2answers
561 views

Determining if a point is on a road

If I have a polyline that describes a road and I know the road width at all parts, is there an algorithm I can use to determine if a point is on the road? I'm not entirely sure how to do this since ...
1
vote
1answer
85 views

How to convert shape file type from polyline to polygon?

I have a shape file whose file type is polyline. But I want convert it to polygon. Is it possible with free sources? How can I convert shape file type from polyline to polygon?
0
votes
1answer
257 views

Algorithm - How to build a polygon around a polyline

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 ...