mirage2d 1.1.56 → 1.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -249,6 +249,10 @@ export interface ICurveGraphic extends IGraphicOption {
|
|
|
249
249
|
}
|
|
250
250
|
export interface IPathLayerOption extends IGraphicLayerOption {
|
|
251
251
|
roadNetworkData: string;
|
|
252
|
+
pathDefaultStyle: {
|
|
253
|
+
color: string;
|
|
254
|
+
width: number;
|
|
255
|
+
};
|
|
252
256
|
pathStyle: {
|
|
253
257
|
color: string;
|
|
254
258
|
width: number;
|