@evergis/sgis
Advanced tools
Comparing version 0.5.0-alpha.53 to 0.5.0-alpha.54
@@ -19,7 +19,5 @@ import { Action } from '../features/Poly'; | ||
this.values = []; | ||
console.info("constructor", options); | ||
Object.assign(this, options); | ||
} | ||
renderFunction(feature, resolution, crs) { | ||
console.info("renderFunction-0", feature, this.values); | ||
const result = []; | ||
@@ -30,13 +28,2 @@ if (!(feature instanceof CombinedPolyline)) | ||
this.values.forEach(polyline => { | ||
console.info("renderFunction-1", polyline, coordinates, { | ||
fillStyle: FillStyle.Color, | ||
enclosed: false, | ||
strokeColor: polyline.stroke.color, | ||
strokeWidth: polyline.stroke.width, | ||
lineDash: null, | ||
shadow: null, | ||
lineCap: polyline.lineCap, | ||
lineJoin: polyline.lineJoin, | ||
miterLimit: polyline.miterLimit, | ||
}); | ||
result.push(new PolyRender(coordinates, { | ||
@@ -53,5 +40,3 @@ fillStyle: FillStyle.Color, | ||
})); | ||
console.info("renderFunction-2", new PolyRender(coordinates, polyline)); | ||
}); | ||
console.info("renderFunction-3", result); | ||
return result; | ||
@@ -58,0 +43,0 @@ } |
{ | ||
"name": "@evergis/sgis", | ||
"version": "0.5.0-alpha.53", | ||
"version": "0.5.0-alpha.54", | ||
"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
3173557
38537