Make route line narrower
This commit is contained in:
parent
729101faf2
commit
04b8076374
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class TransportStopsLayer extends OsmandMapLayer implements ContextMenuLa
|
|||
stopBus = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_transport_stop_bus);
|
||||
stopSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_transport_stop_small);
|
||||
attrs = new RenderingLineAttributes("transport_route");
|
||||
attrs.defaultWidth = (int) (12 * view.getDensity());
|
||||
attrs.defaultWidth = (int) (6 * view.getDensity());
|
||||
data = new OsmandMapLayer.MapLayerData<List<TransportStop>>() {
|
||||
{
|
||||
ZOOM_THRESHOLD = 0;
|
||||
|
|
Loading…
Reference in a new issue