Eugene Huang
Eugene Huang
Dynamically instantiated maps's defaults are removed when other maps are removed. eg. using `ng-if` to toggle displaying of different tabs.
`LeafletPathsHelper.createPath` would remove any options that it does not recognise. Currently recognised options: `var availableOptions = [ // Path options 'stroke', 'weight', 'color', 'opacity', 'fill', 'fillColor', 'fillOpacity', 'dashArray', 'lineCap', 'lineJoin',...
After instructor process through the submission similarities, it could be handy to allow them to mark submission as not plagiarized.
Hiding some rows that have already been processed/marked could reduce the need for pagination.
When accepting only one submission, system could be smart enough to point that out to the uploader. Also an unintended behavior that the system displays no submission.
This thread can serve as a discussion for ideas. Any features approved will spinoff into a new issue for easier organisation. (1) Provide an interface for instructors to specify regex...
I'm experimenting with separation of concerns using nested components within the leaflet directive. And I was thinking there is no real limitation on why we shouldn't allow ui-leaflet-draw to still...
lfDraw currently supports adding of featureGroup but there is an issue. Given a configuration ``` edit: { edit: true, remove: false } ``` Expected: (adding featureGroup) ``` edit: { edit:...
Hi guys, I'm trying to design a 5 columns layout with the following constraints - There is always only one root node, and it should be positioned on the top-left...