MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




Restricted Truck Routes

This is a discussion on Restricted Truck Routes within the Bing Maps and MapPoint Web Service forums, part of the Map Forums category; I recently got a request for routing trucks over restricted truck routes in the state of NY. I initially told ...


Go Back   MapPoint Forums > Map Forums > Bing Maps and MapPoint Web Service

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-03-2005
Junior Member
Yellow Belt
 
Join Date: Dec 2005
Posts: 14
Restricted Truck Routes

I recently got a request for routing trucks over restricted truck routes in the state of NY. I initially told the potential client that I didn't think MS MapPoint Web Services supported this but I read that Naviteq offers this:
http://locationintelligence.net/news/12808.html

Does MP Web Services allow access to this data?

Thanks,
Jeff
jeffwsmith@routesmith.com
http://www.routesmith.com
_________________
Jeff
__________________
Jeff
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 12-05-2005
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 3,498
Blog Entries: 3
I have only done this with MP '04 and it required a lot of custom digitizing.. I'm not sure MWS would support it out of the box. How many states are you looking at covering?

Eric
__________________
~ Now taking orders for MapPoint 2010 ~
~~
~ Upgrade to MapForums Plus membership ~
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 12-05-2005
Junior Member
Yellow Belt
 
Join Date: Dec 2005
Posts: 14
Truck Routes

Eric,
Thanks for your reply. This truck data is newly obtained by Naviteq (Oct 2005). Check out the link below. It describes the designated streets, etc. defined by 12 states to manage large truck traffic:

http://locationintelligence.net/news/12808.html

It would be great if MS WebServices provided a new SegmentPreference called something like "TruckRoute" which could be used, for example, in place of "Quickest" in the method below:

rt = RouteService.CalculateSimpleRoute(arrLatLong, MapPointUtils.DEFAULT_DATA_SOURCE, SegmentPreference.Quickest );

After posting this on several sites, my question is evolving to: "How do I directly access the Naviteq data?"

Thanks,
Jeff
__________________
Jeff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 12-06-2005
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 3,498
Blog Entries: 3
Although MWS uses Navteq data, I'm sure this part would not be loaded or exposed through MWS.
Eric
__________________
~ Now taking orders for MapPoint 2010 ~
~~
~ Upgrade to MapForums Plus membership ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 01-09-2006
Junior Member
Yellow Belt
 
Join Date: Dec 2005
Posts: 22
Send a message via AIM to Mark - MSFT
Truck rout Limits

Eric is correct the MWS does not have truck rout limitations, and I have not seen it as a high priority feature request. I have never done it, but it is feasible that you could get the routing from NavTech, and use those as Routing points (you can have up to 50 in a single rout call), and send those into the MWS affectively routing around the non truck friendly segments.

I'll check with the product team and see if this is on the roadmap, we did just implement real time traffic, so that may be helpful to you since avoiding traffic is also a major concern for drivers.

Thanks,

Mark - MSFT
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 01-21-2006
Junior Member
White Belt
 
Join Date: Jan 2006
Posts: 1
Restricted Truck Routes In Canada

Does anyone have an idea where the restricted truck route data can be found for Canada.

I am using mappoint for routing dangerous goods vehicles in Canada, and have been looking for sometime for data files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 01-22-2006
Winwaed's Avatar
Mapping-Tools.com
Black Belt
 
Join Date: Feb 2004
Posts: 1,345
Blog Entries: 33
Mark: This is a request I see on a fairly regular basis for desktop MapPoint - both here and on the newsgroups.

Things like low bridges, axle loadings, and possibly hazardous chemicals.
Most can be implemented with avoid polygons, but I think MapPoint users often have implementation problems and they also need to know where the bridges/etc are in the first place before they can draw the polygons.


Richard
__________________
Winwaed Software Technology LLC
http://www.winwaed.com
See http://www.mapping-tools.com for MapPoint Tools
See the Geoweb Guru for online mapping
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 12-20-2008
Junior Member
White Belt
 
Join Date: Dec 2008
Posts: 1
Re: Restricted Truck Routes

Hi All,

I have some questions around Hazmat restrictions.I recently called the Mappoint product team and learned that MapPoint doesn't provide Hazmat restrictions for large truck routing. I further investigated and learned, Navteq provide Hamzat map data which can be purchased seperately and comes with TAB file format. So my question is Can we import this file into Mappoint 2009 ( I guess desktop version ) and get the Hazmat restrictions? Please advice. If not possible , what all are my availalble options??

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
  #9 (permalink)  
Old 12-20-2008
Senior Member
Green Belt
 
Join Date: Oct 2007
Posts: 145
Re: Restricted Truck Routes

Quote:
Originally Posted by Winwaed View Post
Mark: This is a request I see on a fairly regular basis for desktop MapPoint - both here and on the newsgroups.

I second that. I have heard very many Streets & Trips users asking for this feature.

__________________
Trip Routing


.

Last edited by Marvin Hlavac; 01-27-2010 at 09:08 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 12-21-2008
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 3,498
Blog Entries: 3
Re: Restricted Truck Routes

Quote:
Originally Posted by tomylinson View Post
Hi All,

I have some questions around Hazmat restrictions.I recently called the Mappoint product team and learned that MapPoint doesn't provide Hazmat restrictions for large truck routing. I further investigated and learned, Navteq provide Hamzat map data which can be purchased seperately and comes with TAB file format. So my question is Can we import this file into Mappoint 2009 ( I guess desktop version ) and get the Hazmat restrictions? Please advice. If not possible , what all are my availalble options??

Many thanks.
To implement routing restrictions in MapPoint, you can use the Avoidance Polygons feature... however it requires a lot of detailed and tedious drawing in of all these polygons... depending on the area covered and the number of restrictions, it could take many hours or days.

Eric
__________________
~ Now taking orders for MapPoint 2010 ~
~~
~ Upgrade to MapForums Plus membership ~
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
restricted, routes, truck


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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Restricted Truck Routes routesmith MapPoint Desktop Discussion 1 12-03-2005 02:57 PM
More routes in the same map Anonymous MapPoint Desktop Discussion 1 03-09-2005 09:09 AM
How to managed restricted area tanguy_laverdure MapPoint Desktop Discussion 1 04-20-2004 04:11 AM
Routes Anonymous Wish List 1 09-03-2002 10:24 PM
I am from a medium duty truck manufacturer/distrib.... Anonymous MapPoint Desktop Discussion 1 12-19-2001 05:54 AM


All times are GMT -5. The time now is 06:02 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