@equinor/videx-map
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -72,4 +72,5 @@ import * as PIXI from 'pixi.js'; | ||
* @param keys Keys of groups to search. Can improve performance. | ||
* @returns Screen coordinates (in pixels) of highlighted wellbore's root | ||
*/ | ||
setHighlight(label: string, ...keys: string[]): void; | ||
setHighlight(label: string, ...keys: string[]): [number, number]; | ||
clearHighlight(onHighlightOff?: () => void): boolean; | ||
@@ -76,0 +77,0 @@ clearAll(): void; |
{ | ||
"name": "@equinor/videx-map", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Component for Pixi-overlay in Leaflet.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
292796
2339