Skip to content
Snippets Groups Projects
Commit 73374be5 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

fixed issue #43 (activating select spectral profile map tool from Spectral Library Viewer)

parent 81ef6f7f
No related branches found
No related tags found
No related merge requests found
...@@ -521,6 +521,7 @@ class TimeSeriesViewer(QgisInterface, QObject): ...@@ -521,6 +521,7 @@ class TimeSeriesViewer(QgisInterface, QObject):
D.dockRendering.sigMapCanvasColorChanged.connect(self.spatialTemporalVis.setBackgroundColor) D.dockRendering.sigMapCanvasColorChanged.connect(self.spatialTemporalVis.setBackgroundColor)
self.spatialTemporalVis.setMapSize(D.dockRendering.mapSize()) self.spatialTemporalVis.setMapSize(D.dockRendering.mapSize())
D.dockSpectralLibrary.SLW.sigLoadFromMapRequest.connect(D.actionIdentifySpectralProfile.trigger)
def onShowProfile(self, spatialPoint, mapCanvas, mapToolKey): def onShowProfile(self, spatialPoint, mapCanvas, mapToolKey):
#self.spatialTemporalVis.sigShowProfiles.connect(self.spectralTemporalVis.loadCoordinate) #self.spatialTemporalVis.sigShowProfiles.connect(self.spectralTemporalVis.loadCoordinate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment