|
|
@ -30,7 +30,7 @@ final_topo = combiner.get_complete_topology()
|
|
|
|
from birdvisu.visualisation import annotators
|
|
|
|
from birdvisu.visualisation import annotators
|
|
|
|
|
|
|
|
|
|
|
|
# annotators.create_qgritems does not like being run without Qt initialization.
|
|
|
|
# annotators.create_qgritems does not like being run without Qt initialization.
|
|
|
|
from PySide6 import QtCore, QtGui, QtWidgets
|
|
|
|
from PySide2 import QtCore, QtGui, QtWidgets
|
|
|
|
app = QtWidgets.QApplication([])
|
|
|
|
app = QtWidgets.QApplication([])
|
|
|
|
|
|
|
|
|
|
|
|
annotated_topology = maps_new.annotate_topology(final_topo,
|
|
|
|
annotated_topology = maps_new.annotate_topology(final_topo,
|
|
|
@ -62,4 +62,4 @@ for tagsrc in [
|
|
|
|
view = QtWidgets.QGraphicsView(scene)
|
|
|
|
view = QtWidgets.QGraphicsView(scene)
|
|
|
|
view.show()
|
|
|
|
view.show()
|
|
|
|
|
|
|
|
|
|
|
|
app.exec()
|
|
|
|
app.exec_()
|
|
|
|