mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
show popup on map
This commit is contained in:
@@ -51,7 +51,7 @@ import { isWktGeometry } from 'dbgate-tools';
|
||||
return 'jsonRow';
|
||||
}
|
||||
|
||||
if (selection.length > 0 && _.every(selection, x => isWktGeometry(x.value))) {
|
||||
if (selection.length > 0 && _.find(selection, x => isWktGeometry(x.value))) {
|
||||
return 'map';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user