Yuri Andreev Jr.

Results 4 issues of Yuri Andreev Jr.

Hello! I use `sass-vars-loader` with Vue Cli 3 and I try to move common scss-files to app config: ``` const path = require('path'); module.exports = { chainWebpack: (config) => {...

Is it possible to add some simple localization for tooltip? Now tooltip text is [hardcoded](https://github.com/leforthomas/cesium-drawhelper/blob/cf89d636e990e6413dc0fe8eb7d15f277cdd1d5e/DrawHelper.js#L1019), but maybe it's no so difficult to add options in settings for defining tooltip text...

When I pass to context bounds it loosing :( https://github.com/kartena/leaflet-tilejson/blob/069357eff980ec9de8c3548373828125376c2a1a/index.js#L164

When I pass option objects with '[pane](http://leafletjs.com/reference-1.2.0.html#tilelayer-pane)' attribute to [TileJSON.createTileLayer](https://github.com/kartena/leaflet-tilejson/blob/master/index.js#L174), it missing at new tile layer creation. And I can't control it by pane :( Short example ```javascript options.pane =...