Community of VE/MapPoint Users and Developers
This is a discussion on linking points within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi I was thinking about somthing like what you see when you create a route plan, eg a line between ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Hi, Several approach possible the most nice (but far from accurate) is to let mappoint calculate a route with the various waypoints. But since GPS is many times not accurate you will have strange and wrong results. For example, vehicle is driving on a certain highway north, and 1 of the positions is on the left wide of the road (the side where they drive south. Then mappoint will calculate the route so that it gets off the higway, then back on to in in opposite direction etc. Also if there are many roads between 2 point then the calculated route is not nececary the one that is taken. So I think a program may NOT do imaginations because then it is a false program. A dispatcher may do imagintions. I ended up to connect all vehicle positions with an arrow. At least the program give the right information about driving directions. Like this: Code: Shape s = MP.ActiveMap.Shapes.AddLine(Loc1, Loc2);
s.Line.EndArrowhead = true;
s.Line.Weight = 1;
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| linking, points |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Importing or linking data | alwasl8 | MapPoint 2006/2009 Discussion | 0 | 06-21-2005 01:47 PM |
| I've got a problem when linking a dataset ! | Vincent BENNER | MapPoint 2006/2009 Discussion | 4 | 04-20-2004 09:19 AM |
| Linking LinkData | DrewD | MapPoint 2006/2009 Discussion | 0 | 02-10-2004 11:22 AM |
| problem with linking to access | Anonymous | MapPoint 2006/2009 Discussion | 1 | 06-19-2003 06:32 PM |
| Linking a map to a map | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-10-2003 12:21 PM |