int id_layer = 0;
for (TSPPlan plan : res) {
latlon_origin = new LatLon(plan.getOrigin()[1],
plan.getOrigin()[0]);
log.info(latlon_origin);
LineElemStyle ls = new LineElemStyle();
float f = random.nextFloat();
ls.color = Color
.getHSBColor(f * random.nextFloat(), 0.9f, 0.9f);
ls.width = LogicConstants.getInt("PLAN_WAY_WIDTH", 2);
MarkerLayer stops = new MarkerLayer(new GpxData(), "Stops "