sggreener / GeoRaptor

GeoRaptor Repository
MIT License
7 stars 3 forks source link

Bugfix/issue 3 context menu #4

Closed PhilippSalvisberg closed 4 years ago

PhilippSalvisberg commented 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:

image

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.