Question about manual data update
See original GitHub issueI wonder why in the manual update case the removeMissing
option is not taken into account here ?
Indeed it is very convenient to let the plugin manages this for you in most use cases instead of having to manually split features between added/removed ones. If you still want to use this manual workflow simply set the removeMissing
option to false
.
This way it seems to me the API is more coherent to what is done when data fetching is delegated to the plugin here. However, I also understand this is a breaking change to endorse…
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Data Updates: Automatic or Manual? | by Jacob Baskin | Coord
Ask yourself how often you need to update the data and how much work is involved. Figure out how hard it would be...
Read more >Manual Data Entry - Errors, Problems, and Automation with ...
Manual data entry process is laden with problems like high error rates, slow turnaround, high paperwork and more. Go digital with AI-OCR ...
Read more >Manual Data Collection: Manufacturing's Biggest Problem
Manual data collection is a poor way to collect operational data. Processes that rely on paper and spreadsheets create many problems for ...
Read more >Everything wrong with manual data entry - ThinkAutomation
Here, we outline the top 3 problems with manual data entry, what causes them, and how automation software is the answer to the...
Read more >Digital Transformation: Put an End to Manual Data Entry
Is manual data entry ruining your productivity? Learn how to eliminate data entry for good with these smart tips on data automation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well I was thinking to simply replace this line by
this._onNewData(this.options.removeMissing, geojson)
since the_onNewData()
method already provide the flag and this will be similar than with auto-updates.However this is a breaking change, so we might add a flag in the update method as you seem to propose and keep the old behavior like this:
What do you think ?
Closing this since I believe it is fixed by #127.