Why Height Restriction is not working

3157
1
05-03-2015 02:58 AM
AshishRao
New Contributor II
            routeParams.restrictionAttributes = ["Use Preferred Truck Routes","Height Restriction"];
                        routeParams.attributeParameterValues = [{
                        "attributeName": "Use Preferred Truck Routes",
                        "parameterName": "Restriction Usage",
                        "value": "Prefer_High"
                        },{
                        "attributeName": "Height Restriction",
                        "parameterName": "Vehicle Height (meters)",
                        "value": 40000
                    }];
                    // For addres: 550 C St SW, Washington, District of Columbia, 20024 (here is one tunnel)
                    //to 500 5th St NW, Washington, District of Columbia, 20001
0 Kudos
1 Reply
SepheFox
Frequent Contributor

Hi Ashish, I believe you have another version of this question posted elsewhere on the forum, and you have marked it answered. Is this a new/different question, or is it also answered? Thanks.

0 Kudos