alien9 / placaview

Road Sign Database Management Plugin for QGIS
GNU General Public License v3.0
0 stars 0 forks source link

Two "SignsEditor" windows get opened in the macOS version #71

Open canales opened 1 week ago

canales commented 1 week ago

For some reason, when I click on a photograph in the "Road Sign Database" window, it then opens two "SignsEditor" windows, which then starts showing weird behavior in the maps and the workflow.

Screenshot 2024-11-22 at 10 28 13 AM

Some things noticed are:

  1. The arrows_popup_layer and the popup_sign being shown in two different places.

    Screenshot 2024-11-21 at 11 54 50 AM
  2. No traffic sign visible (popup_sign) in the map SignsEditor map.

    Screenshot 2024-11-21 at 11 57 00 AM
Plugin installed version 3.3.12 QGIS version 3.34.12-Prizren
Qt version 5.15.2
Python version 3.9.5
GDAL/OGR version 3.3.2
PROJ version 8.1.1
EPSG Registry database version v10.028 (2021-07-07)
GEOS version 3.9.1-CAPI-1.14.2
SQLite version 3.35.2
PDAL version 2.3.0
PostgreSQL client version unknown
SpatiaLite version 5.0.1
QWT version 6.1.6
QScintilla2 version 2.11.5
OS version macOS 13.7
       

Active Python plugins ORStools | 1.9.0 SpreadsheetLayers | 2.1.2 attributeBasedClustering | 2.2.1 google-street-view-layer-master | 0.1 QuickOSM | 2.2.3 DataPlotly | 4.2.0 felt | 3.1.5 joinmultiplelines | Version 0.4.1 network_gt | 1.0 vector_tiles_reader | 3.3.0 quick_map_services | 0.19.35 opencage_geocoder | 1.0.1 GeoCoding | 2.19 latlontools | 3.7.2 QuickWKT | 3.1 layer_tree_tools | 1.4.0 simple_tools | 1.3.0 qchainage | 3.0.1 OSMDownloader | 1.0.3 MemoryLayerSaver | 5.0.2 moving_feature | 2.0 BoundingBox | 2.2 LayerBoard | 1.0.1 ProcessX | 1.7.1 datetimetools | 3.1.1 qgis-maptiler-plugin | 3.3.2 autoSaver | 2.9 google_maps_geocoder | 0.0.3 nextgis_connect | 2.2.0 StreetView | 3.2 Submission | 0.10 processing | 2.12.99 grassprovider | 2.12.99 db_manager | 0.1.20 MetaSearch | 0.3.6 placaview-main | 3.3.12 mmqgis | 2024.11.8

alien9 commented 6 days ago

Version 3.3.13 addresses this issue, avoiding the double instancing of the Signs Editor. The existing editor will load the newly selected sign when already existing. It may appear in the background so the user may alternate to their window.

alien9 commented 6 days ago

Test pending on the Mac