Results 4 issues of Vladimir

Is it possible to add some options to polyline, created by control? For example, `window.LAYER = this.options.callback.call(map.editTools,{weight: 5});` in code ``` L.EditControl = L.Control.extend({ options: { position: 'bottomright', callback: null,...

"GPX points can be named, for example to denote certain POIs (points of interest). You can setup rules to match point names to create labeled markers" I have the POIs...

Yes, I rendered the image to sizes from `file_sizes` file. But bounding boxes are fully displaced. ![1](https://user-images.githubusercontent.com/32364744/84700765-713e9400-af5c-11ea-9eaa-6b03a7704e95.png) I see that pages numeration on math_gt .csv files start from 0, but...

Signal K Server version 2.8.3 The server plugin function [app.getFeatures](https://github.com/SignalK/signalk-server/blob/master/docs/src/develop/plugins/server_plugin_api.md#appgetfeaturesenabed) does not work. Code: ``` plugin.start = function (options, restartPlugin) { let features = app.getFeatures(); }; ``` Result: ``` TypeError:...