04-13-2010 07:55 AM
hi,
i have a problem with routing in Germany.
The Routing Example of bb works fine :
StringBuffer stringBuffer = new StringBuffer("<location-document><GetRoute>");
stringBuffer.append("<location lon='-8030000' lat='4326000' label='Kitchener, ON' description='Kitchener, Ontario, Canada' />");
stringBuffer.append("<location lon='-7569792' lat='4542349' label='Ottawa, ON' description='Ottawa, Ontario, Canada' />");
stringBuffer.append("</GetRoute></location-documen t>");
but if i replace the coordinates with my own following happens :
the routing calculation starts, but then it interups with no calculating possible.
here is my code:
StringBuffer stringBuffer = new StringBuffer("<location-document><GetRoute>");
stringBuffer.append("<location lon='1156201' lat='4827401' label='1' description='11' />");
stringBuffer.append("<location lon='1157101' lat='4830001' label='2' description='22' />");
stringBuffer.append("</GetRoute></location-documen t>");
04-14-2010 05:04 AM
No one can help ?
Thanks
04-19-2010 05:37 AM
Still have no solution why the example works but with replacing with my coordinates it gets interupted after calculating route