3
votes
2answers
134 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 …
2
votes
3answers
162 views
Smooth polyline with minimal deformation
I've got a 2D closed polyline, which is reasonably smooth. The vertices that define the polyline however are not spaced equally. Sometimes two will be very close, sometimes as many as four will be …
1
vote
2answers
68 views
Calculating in which country a coordinate is?
Is there somewhere a base of polylines for download, I need polylines of european countries and a solution in php for calculating in which country a certain coordinate resides.
I used google maps api …
1
vote
3answers
173 views
WPF Polyline relative point values and stretch for drawing a graph
I'm trying to create a pretty simple graphing component that consists of a series of Polylines within the same grid cell that represent graph lines. My strategy is to look at all the points in my …
1
vote
2answers
125 views
How to move all coordonate from a WPF PolyLine object?
I have a graphic made dynamically with a polyline object. It produces something interesting but I would like to keep only the last 10 coordonates and once we have reach the 10th position, every …
0
votes
0answers
10 views
Polyline in WPF
Hello,
I have a polyline in WPF, which contains some points. When the user clicks on a segment line it should drag the whole poly. when the user clicks on a single "knot" or point of the structure, …
0
votes
0answers
15 views
How to remove the end points line created from GpolyLine Implementation?
Hello,
I'm using the Ruby implementation provided in the following blog for encoding several Longitudes and Latitude positions.
…
0
votes
1answer
15 views
Best way to index a tracklog
Given a set of points (2D) representing a tracklog (i.e. a sequence of locations in a map, a GPS recording for instance) I am unsure which would be the most efficient way to index it, in order to …
0
votes
0answers
126 views
Google Maps v3, polyline mouse events
Is it possible to detect when the mouse has entered and exited a polyline region in Google Maps v3?
As a particular use-case, I would like to change the color of a polyline when then mouse is …
