Yves Jacolin
Yves Jacolin
Something as simple as for an user point of view is to create virtual LAYER in MapServer, something like this: ``` LAYER NAME 'group1' TYPE virtual DATA 'layer1,layer2,layer2' END ```...
Except that currently 2 groups can't contains the same layer as it could be, using the same example given in the first comment: ``` LAYER NAME 'default_sat' TYPE virtual DATA...
Hello, If it can help in any way, I am ok with any licence you want to choose. It seems however better to use the same as the GHC project....
I am ok with this move. Thanks! Take care that I merged some PR, https://github.com/mapserver/basemaps/pull/67 add a new b&w style
yes, we should add it alos in imposm-mapping.py or only support for imposm3. Any though? I am for support both.
@Nicolasribot thank you for you huge work on this. Unfortunatly this PR is too big and we can review it correctly. Could you split it in few part? Scripts, topobase...
Looks good to me. I will try to test it some days. If you fix conflicts before my test, feel free to merge it anyway (or ask to do it).
Here is a solution using a signal ``` @receiver(post_save, sender=Person) def gsheets_sync(sender, instance=None, **kwargs): print('post save callback') instance.push_to_sheet() ``` My choice finally goes to this better solution: ``` @receiver(post_save, sender=Person)...
I debug directly in PHP code and I find that this method is the one trigered the error message: https://github.com/opensupports/opensupports/blob/master/server/controllers/ticket/create.php#L229= When I go to the administration part, I can't change...
Finally, I get it, there is two missing parameters in setting table: * default-is-locked * default-department-id After adding it, everything is working. Is it possible to get a message somewhere...