@evergis/sgis
Advanced tools
Comparing version 0.5.0-alpha.48 to 0.5.0-alpha.49
@@ -65,3 +65,3 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export declare const version = "0.5.0-alpha.48"; | ||
export declare const version = "0.5.0-alpha.49"; | ||
export declare const releaseDate = "06.10.2023"; | ||
@@ -68,0 +68,0 @@ export declare const controls: { |
@@ -65,3 +65,3 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export declare const version = "0.5.0-alpha.48"; | ||
export declare const version = "0.5.0-alpha.49"; | ||
export declare const releaseDate = "06.10.2023"; | ||
@@ -68,0 +68,0 @@ export declare const controls: { |
@@ -67,3 +67,3 @@ import { PolyControl } from "./controls/PolyControl"; | ||
export { Control } from "./controls/Control"; | ||
export const version = "0.5.0-alpha.48"; | ||
export const version = "0.5.0-alpha.49"; | ||
export const releaseDate = "06.10.2023"; | ||
@@ -70,0 +70,0 @@ let utilsModulesExt = {}; |
@@ -25,10 +25,9 @@ import { Action } from '../features/Poly'; | ||
const result = []; | ||
const coordinates = this.getRenderedCoordinates(feature, resolution, crs); | ||
feature.values.forEach(polyline => { | ||
console.info("renderFunction-1", polyline, new Polyline(polyline)); | ||
const coordinates = this.getRenderedCoordinates(new Polyline(polyline), resolution, crs); | ||
console.info("renderFunction-2", coordinates); | ||
console.info("renderFunction-1", polyline, new Polyline(polyline), coordinates); | ||
result.push(new PolyRender(coordinates, polyline)); | ||
console.info("renderFunction-3", new PolyRender(coordinates, polyline)); | ||
console.info("renderFunction-2", new PolyRender(coordinates, polyline)); | ||
}); | ||
console.info("renderFunction-4", result); | ||
console.info("renderFunction-3", result); | ||
return result; | ||
@@ -35,0 +34,0 @@ } |
{ | ||
"name": "@evergis/sgis", | ||
"version": "0.5.0-alpha.48", | ||
"version": "0.5.0-alpha.49", | ||
"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
3172791
38516