better cartouch css

This commit is contained in:
2025-06-03 16:08:37 +02:00
parent bab0204ed7
commit f35493ea90
5 changed files with 85 additions and 67 deletions

View File

@@ -2625,7 +2625,7 @@ export default {
if (group_to_hit) {
let result = group_to_hit.hitTest(event.point);
console.log('click result', result);
if (result) {
if (result && result.item.item_id && (result.item.name != "label_click_zone" || this.detailsZoomValue > 2)) {
switch (this.map_mode) {
case "terraindevie":
case "superposition":