Wykres commitów

590 Commity (v1.2.0)

Autor SHA1 Wiadomość Data
Piero Toffanin 92ac792b7b BUG: Fixed React/ReactDOM imports 2019-12-03 22:59:44 -05:00
Piero Toffanin aa411e9935 More jest tests, increased version 2019-12-03 10:59:15 -05:00
Piero Toffanin c3ab68504b More tests 2019-12-03 09:57:52 -05:00
Piero Toffanin bf669857ed Fixed jest tests 2019-12-02 17:23:26 -05:00
Piero Toffanin 134ae42ac5 Fixed tests 2019-12-02 16:32:28 -05:00
Piero Toffanin fdebc8f157 Tiler metadata unit tests 2019-12-02 15:22:24 -05:00
Piero Toffanin 2bbcefa77a Fixed unit tests 2019-12-02 14:11:08 -05:00
Piero Toffanin 90b5a9ce91 Resize handling for TIFFs 2019-12-02 12:57:16 -05:00
Piero Toffanin cff90587e3 Cogeo migration 2019-11-29 16:44:38 -05:00
Piero Toffanin 4ac4e9e3c4 Drag & Drop button, fixes for stability 2019-11-29 16:20:51 -05:00
Piero Toffanin a0b30d18a6 Added assure_cogeo function 2019-11-28 21:47:32 -05:00
Piero Toffanin df1268de20 Camera filter selection 2019-11-27 11:41:17 -05:00
Piero Toffanin 05be174aec Algorithm selection working, histogram ranges 2019-11-26 16:29:11 -05:00
Piero Toffanin d32bd20468 Hillshade selection working 2019-11-26 13:39:05 -05:00
Piero Toffanin 510c177a95 Colormap selection working 2019-11-26 12:48:36 -05:00
Piero Toffanin 8f16c17e34 Rescale update working 2019-11-26 10:56:35 -05:00
Piero Toffanin 4d529715ed Dynamic colormap ranges 2019-11-25 19:57:49 -05:00
Piero Toffanin 6faaa44b97 Gradients, min/max controls 2019-11-25 10:40:04 -05:00
Piero Toffanin a5616523a5 Histogram tweaks 2019-11-21 17:23:23 -05:00
Piero Toffanin bf9575d67e Rough histograms draft 2019-11-21 14:58:34 -05:00
Piero Toffanin ee44283764 Metadata expression histogram working 2019-11-20 17:52:09 -05:00
Piero Toffanin 02215c8fc5 Histogram fixes 2019-11-19 16:27:42 -05:00
Piero Toffanin 451373ccb2 Veg index formulas 2019-11-19 13:35:59 -05:00
Piero Toffanin bc67dc9a51 Formula tests 2019-11-19 12:51:17 -05:00
Piero Toffanin 1c590e6bd4 Refactoring, algorithm index mock 2019-11-19 11:15:33 -05:00
Piero Toffanin d9bf04acad Dynamic hillshading improvements 2019-11-18 18:33:58 -05:00
Piero Toffanin 9a7888f2cb Hillshade POC working 2019-11-18 15:22:16 -05:00
Piero Toffanin 38149e5276 Hillshade POC, tile artifacts present 2019-11-15 16:52:23 -05:00
Piero Toffanin 899ede9a26 Fixes 2019-11-14 17:12:55 -05:00
Piero Toffanin da7d953120 Expr histogram support 2019-11-14 16:57:49 -05:00
Piero Toffanin 7625042ba2 Layers control panel mocks 2019-11-14 12:16:01 -05:00
Piero Toffanin 120bdd6447 Autolayers --> basemaps, layers control component skeleton, new icons 2019-11-07 16:24:02 -05:00
Piero Toffanin 115d860179 Cleanup, UI polishing 2019-11-07 13:27:34 -05:00
Piero Toffanin c347e02a73 Upgraded to font-awesome 5, cleanups, fixes 2019-11-07 11:22:49 -05:00
Piero Toffanin 344c421eb2 Updated measure plugin (better open/close panel) 2019-11-06 11:53:07 -05:00
Piero Toffanin 223033b784 VARI index POC 2019-11-05 17:07:40 -05:00
Piero Toffanin 6479d564ba COG streaming API (WIP) 2019-11-05 15:47:29 -05:00
Piero Toffanin a4a6f273be Implemented /tiles.json 2019-11-05 10:06:48 -05:00
Piero Toffanin 5a340d226d Find GRASS 7.8 2019-09-18 09:11:09 -04:00
vagrant 55ca86f6e9 Add admin api 2019-09-13 08:14:55 +00:00
Piero Toffanin c26c4ff7d1 Fix react warning 2019-09-07 14:35:30 -04:00
nchamo cdf77d3089 Added loading icon to NewTaskPanel 2019-09-07 13:31:26 -03:00
Piero Toffanin 0000cb988c Increased max_length for filenames 2019-09-07 10:00:26 -04:00
Piero Toffanin 7b15533541 Better plugin watch logic 2019-09-07 09:44:12 -04:00
nchamo 2254ff6ca7 Final doc changes 2019-08-31 18:56:48 -03:00
nchamo 93d362fca4 Uncomment import. Fix SystemJS 2019-08-31 12:33:57 -03:00
nchamo 909b9f1e5f Adding plugin 2019-08-28 23:16:39 -03:00
Piero Toffanin f5581504a0 More robust template tags 2019-08-14 09:36:54 -04:00
Gabriel Gadelha 9c61e27082
Get settings.py through django.conf
The previous "from webodm import settings"  would get the first settings.py
Using django.conf is a better option 
This is discussed in this Stack Overflow topic: https://stackoverflow.com/questions/19976115/whats-the-difference-between-from-django-conf-import-settings-and-import-set
And in the docs: https://docs.djangoproject.com/en/dev/topics/settings/#using-settings-in-python-code
2019-08-02 09:49:43 -03:00
Piero Toffanin a8b6b85662 Fixed console output off-by-one error 2019-07-21 14:26:36 -04:00