-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FIX] OWMap: minor fixes #2356
[FIX] OWMap: minor fixes #2356
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2356 +/- ##
==========================================
- Coverage 73.39% 73.35% -0.04%
==========================================
Files 317 317
Lines 55582 55597 +15
==========================================
- Hits 40792 40782 -10
- Misses 14790 14815 +25 |
This works for the workflow we talked about. However, the widget crashes when I connect it to a data set without any numerical features (say, bookexcerpts.tab), open GeoMap and press 'zoom in' function. Also it is constantly printing out all the tokens from the 'Unable to set ComboBox' error. Perhaps just something to keep the console clean? |
Thanks. Please see again. |
This is good! I like the changes. But again, what to do regarding the checks? |
3745df4
to
5613816
Compare
* when data subset is input and data input is cleared * on dataset w/ no latlon features when zoom-to-fit
Issue
Geo Map crashed when data input, then subset input, then data input cleared.
Geo Map showed warning when setting DomainModel-controlled master value attributes to None.
Description of changes
Neither of above should happen.
Includes