Denys Lazarenko

Results 9 comments of Denys Lazarenko

For the code 500, you mean [this line](https://github.com/FreeDiscovery/FreeDiscovery/blob/master/freediscovery/server/app.py#L76) ? {'message': 'help'} ?

hm, sounds tricky indeed. Those "debug" or "test" modes, how are they defined? In other words, what is it that says that we are in one or another mode? For...

Got it, so it's mostly Flask-related conf. Thanks

Consider this generated code, which adds a circle with a popup to a layer: ``` var circle_f4cd3b21ebb84d1897bee067cc1de213 = L.circle( [49.87654, 12.34567], { "bubblingMouseEvents": true, "color": "#0033ff", "dashArray": null, "dashOffset": null,...

@ocefpaf @Norrius what about default values of styling parameters (cf. my question just above), omitting them could reduce the size by 50% or something (rough estimation), right?

Thanks a lot, @Conengmo ! Sorry for the late answer. As I said, what I need is that Folium generate a JS object that can accept some **custom parameters**. I...

While trying to do the dev, I note the following: 1. Implementing LayerGroup class by copying and modifying FeatureGroup and its template is quite easy; I already have a simple...

Thanks for a fast response, Frank. Ok, I think I should give more details to be clear about the main reason I created this issue. Some time ago my colleague...

Hi everyone, As for myself, unfortunately i'm not working on that project anymore, the one where i had the use case i described back in 2019. So i will not...