Closed PhilippSalvisberg closed 4 years ago
Fixes #3 to show context menu in RaporGridTable.
The context menu is shown now. Here's a screen shot in my SQL Developer 19.4.0 installation on macOS:
However, I had to disable makeVisible() here:
makeVisible()
https://github.com/sggreener/GeoRaptor/blob/3aa85d68b6b2198f46974822cc0b6cd005bad539/src/main/java/org/GeoRaptor/OracleSpatial/Grid/RenderResultSet.java#L214-L215
As soon as the view features have been made available again, this can be enabled again.
You can merge PR #2 first and then this one.
Fixes #3 to show context menu in RaporGridTable.
The context menu is shown now. Here's a screen shot in my SQL Developer 19.4.0 installation on macOS:
However, I had to disable
makeVisible()
here:https://github.com/sggreener/GeoRaptor/blob/3aa85d68b6b2198f46974822cc0b6cd005bad539/src/main/java/org/GeoRaptor/OracleSpatial/Grid/RenderResultSet.java#L214-L215
As soon as the view features have been made available again, this can be enabled again.
You can merge PR #2 first and then this one.