UI: Map widget: Improve default trip data layer settings.
This commit is contained in:
parent
ae95cef789
commit
23a71b36fd
@ -438,19 +438,19 @@ export const defaultBaseTripsDataLayerSettings = (mapType: MapType): Partial<Tri
|
||||
rotateMarker: true,
|
||||
offsetAngle: 0,
|
||||
markerShape: {
|
||||
shape: MarkerShape.tripMarkerShape1
|
||||
shape: MarkerShape.tripMarkerShape2
|
||||
},
|
||||
markerIcon: {
|
||||
iconContainer: MarkerIconContainer.tripIconContainer1,
|
||||
icon: 'arrow_forward'
|
||||
},
|
||||
markerImage: {
|
||||
image: '/assets/markers/tripShape1.svg'
|
||||
image: '/assets/markers/tripShape2.svg'
|
||||
},
|
||||
markerOffsetX: 0.5,
|
||||
markerOffsetY: 0.5,
|
||||
showPath: true,
|
||||
pathStrokeWeight: 2,
|
||||
pathStrokeWeight: 4,
|
||||
pathStrokeColor: {
|
||||
type: DataLayerColorType.constant,
|
||||
color: '#307FE5',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user