Massimiliano Moraca

Results 7 issues of Massimiliano Moraca

I'm trying to use a custom form but I see this error: > File "/home/maxdragonheart/DEV_FOLDER/Django/Enographiae/enographiae_dev/devenv/lib/python3.7/site-packages/bootstrap_datepicker_plus/_base.py", line 91, in __init__ > super().__init__(attrs, self._calculate_format()) > File "/home/maxdragonheart/DEV_FOLDER/Django/Enographiae/enographiae_dev/devenv/lib/python3.7/site-packages/bootstrap_datepicker_plus/_base.py", line 107, in _calculate_format >...

Hi! I've used this plugin with the 2.18 QGIS version, then the previous version of qgis2threejs. With that version was very simply to serve the 3D map on a Django...

question

Hi, I need to customize the default material image of 3D. I've changed the b0.png with a better quality image in jpg that have the same dimensions of b0.png and...

question

I'm trying to use a custom icon instead of the default using css but I can't do this. I'm using this style: > .layer-switcher { > top: 0 !important; >...

I need to get from a DEM all flat areas and make a binary mask. I'm using xarray and xarray-spatial, below the code: ``` from xrspatial.aspect import aspect import xarray...

bug

I think this is not a bug but my misunderstaning about the setting up between this package and [django-filebrowser](https://github.com/sehmaschine/django-filebrowser). I'm using: - django-tinymce 3.3.0 - django-filebrowser 3.14.1 In `settings.py `...

Hi! Thank you for sharing this notebooks :smiley: Can I suggest you to use [fastpages](https://github.com/fastai/fastpages) for publish more readable notebooks? I've discovered this github template last month and now I'm...