The URL syntax is:
http://server:5000/viaroute&start=52.501477212889,13.402305318941&dest=52.507994749658,13.412168925167&z=15&output=json&jsonp=showResultsRoute&geomformat=cmp&instructions=true
but instead the more standardized syntax should be used, where the first parameter follows after a question mark. Ampersand should be only used afterwards.
http://server:5000/viaroute?start=52.501477212889,13.402305318941&dest=52.507994749658,13.412168925167&z=15&output=json&jsonp=showResultsRoute&geomformat=cmp&instructions=true
The URL syntax is:
but instead the more standardized syntax should be used, where the first parameter follows after a question mark. Ampersand should be only used afterwards.