@evergis/sgis
Advanced tools
Comparing version 0.5.0-alpha.54 to 0.5.0-alpha.55
@@ -65,4 +65,4 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export declare const version = "0.5.0-alpha.53"; | ||
export declare const releaseDate = "06.10.2023"; | ||
export declare const version = "0.5.0-alpha.55"; | ||
export declare const releaseDate = "12.10.2023"; | ||
export declare const controls: { | ||
@@ -69,0 +69,0 @@ Circle: typeof Circle; |
@@ -65,4 +65,4 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export declare const version = "0.5.0-alpha.53"; | ||
export declare const releaseDate = "06.10.2023"; | ||
export declare const version = "0.5.0-alpha.55"; | ||
export declare const releaseDate = "12.10.2023"; | ||
export declare const controls: { | ||
@@ -69,0 +69,0 @@ Circle: typeof Circle; |
@@ -67,4 +67,4 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export const version = "0.5.0-alpha.53"; | ||
export const releaseDate = "06.10.2023"; | ||
export const version = "0.5.0-alpha.55"; | ||
export const releaseDate = "12.10.2023"; | ||
let utilsModulesExt = {}; | ||
@@ -71,0 +71,0 @@ Object.assign(utilsModulesExt, utilsModule, { Color: Color }); |
@@ -32,3 +32,3 @@ import { Action } from '../features/Poly'; | ||
strokeWidth: polyline.stroke.width, | ||
lineDash: null, | ||
lineDash: polyline.stroke.intervals, | ||
shadow: null, | ||
@@ -35,0 +35,0 @@ lineCap: polyline.lineCap, |
{ | ||
"name": "@evergis/sgis", | ||
"version": "0.5.0-alpha.54", | ||
"version": "0.5.0-alpha.55", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/sGis_bundle.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3173735