-
Notifications
You must be signed in to change notification settings - Fork 10
Drag/drop BigDataViewer .xml support #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
BigDataServer provides category and description information, so that BigDataBrowserPlugin renders those information.
If the URL is http://{server}:{port}/category/{categoryName} then, only the category relevant datasets are shown.
In order to handle the higher version of BigDataServer, it should skip the String value with reader.nextString() call for default.
Fixed it for handling the situation that fiji.sc site does not provide Fiji-icon.png properly.
# Conflicts: # src/main/java/bdv/ij/BigDataBrowserPlugIn.java
Awesome! See you in a bit. On 13 Apr 2016, at 12:14, HongKee Moon [email protected] wrote:
|
This change set contains drag/drop support and category/description in BigDataBrowser.
Drag/drop support needs to have my fiji/IO PR (fiji/IO#8).