super(true, true, false);
RenderableLayer layer = new RenderableLayer();
// Create and set an attribute bundle.
ShapeAttributes attrs = new BasicShapeAttributes();
attrs.setOutlineMaterial(Material.RED);
attrs.setOutlineWidth(2d);
// Create a path, set some of its properties and set its attributes.
ArrayList<Position> pathPositions = new ArrayList<Position>();
/*pathPositions.add(Position.fromDegrees(49.01653274909177, -122.7349081128505, 1));
pathPositions.add(Position.fromDegrees(49.01715024535254, -122.7596194200486, 10));