grinat

Results 8 comments of grinat

@jjhbw i replaced with in processTempalte and it works correct in LibreOffice and Ms office 2007, but breaks next line formatting ![2020-11-06_13-32](https://user-images.githubusercontent.com/16123366/98356369-82379100-2034-11eb-8640-4c234af568fa.png) With correct work only in ms office 2007.

@Jeromearsene for solve problem need manualy decrease zoom or hide elements with big distance. For example: if you have two markers, one in in africa and one in america, on...

I added function in options which calling after that error ```javascript this.simpleMapScreenshoter = new SimpleMapScreenshoter({ onPixelDataFail: function({ node, plugin, error, mapPane, domtoimageOptions }) { // Solutions: // decrease size of...

@Jeromearsene can you show errors in console and xhr requests? Probably have a problem on receiving tiles(images), see: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image#storing_an_image_from_a_foreign_origin or problem with font or css files which hosted on cdn...

@Jeromearsene which tile provider you used? Openstreetmap, mapbox?

Hi! I read about GeoTiff, it seems it makes sense to do it only as another plugin. And it will take a lot of time.

You can override in _openapi.service.js_ fetchServicesWithActions method and filter services/actions: ```js const Openapi = require("moleculer-auto-openapi"); module.exports = { name: 'openapi', mixins: [Openapi], methods: { async fetchServicesWithActions() { const services =...

I have similar problem. Time if ignore /dist disabled: ✔ ServiceBroker with 43 service(s) started successfully in 6s Time if ignore /dist enabled: ✔ ServiceBroker with 43 service(s) started successfully...