MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




linking points

This is a discussion on linking points within the MapPoint Desktop 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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint Desktop Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-08-2005
starbuck's Avatar
Member
Green Belt
 
Join Date: Oct 2003
Posts: 68
linking points

Hi

I was thinking about somthing like what you see when you create a route plan, eg a line between the different stop points but in this case a line between the vehicles given poll readings for a selected day.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 01-09-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Location: Belgium
Posts: 2,318
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;
Loc1 and Loc2 are Location objects. You have one for each pushpin. And the Weight is because default mappoint draws otherwize very ugly fat lines
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 01-09-2005
starbuck's Avatar
Member
Green Belt
 
Join Date: Oct 2003
Posts: 68
That looks cool

Many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
linking, points


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Importing or linking data alwasl8 MapPoint Desktop Discussion 0 06-21-2005 12:47 PM
I've got a problem when linking a dataset ! Vincent BENNER MapPoint Desktop Discussion 4 04-20-2004 08:19 AM
Linking LinkData DrewD MapPoint Desktop Discussion 0 02-10-2004 10:22 AM
problem with linking to access Anonymous MapPoint Desktop Discussion 1 06-19-2003 05:32 PM
Linking a map to a map Anonymous MapPoint Desktop Discussion 1 01-10-2003 11:21 AM


All times are GMT -5. The time now is 11:20 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
MP2K Magazine
Visitor Map



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67