Wykres commitów

367 Commity (b2daeae2f8033bd6dc0f44a5ec623f4ebbb00370)

Autor SHA1 Wiadomość Data
Piero Toffanin b2daeae2f8 Ability to load globals via JS 2018-03-27 14:35:16 -04:00
Piero Toffanin 149d7b6729 ES6 plugins support 2018-03-19 16:46:28 -04:00
Piero Toffanin 9e07e297c6 Changed default presets 2018-03-19 14:21:01 -04:00
Piero Toffanin 2005194d94 npm install support for plugins, started moving volume code into plugin, API url mountpoints 2018-03-19 12:26:10 -04:00
Piero Toffanin 2747ad329a
Merge branch 'volume' into master 2018-03-13 22:23:04 -04:00
Piero Toffanin 4170db90d5
Merge pull request #407 from OpenDroneMap/pyup-update-django-1.11.7-to-2.0.3
Update django to 2.0.3
2018-03-11 13:37:34 -04:00
Piero Toffanin b1fbf61fcc Deprecation changes, package updates 2018-03-11 10:51:55 -04:00
Piero Toffanin b4bc12a3ea Updated foreignkeys 2018-03-11 10:06:09 -04:00
Piero Toffanin e695b33251
Support for comments in gcp files 2018-03-09 11:45:26 -05:00
Piero Toffanin 4c800f2448 Restart task console bug fix 2018-03-02 17:50:33 -05:00
Piero Toffanin b58abbcf9f Plugin unit tests, fixes 2018-03-02 11:30:16 -05:00
Piero Toffanin ad09cd71f5 404, 500 pages 2018-03-02 10:57:21 -05:00
Piero Toffanin 4fea36fc7e posm-gcpi integration, django template inclusion, minor refactoring 2018-03-01 16:29:23 -05:00
Piero Toffanin f97d4c1813 Plugin menu entry hook, posm-gcpi plugin skeleton, mount points 2018-02-23 17:48:32 -05:00
Abdelkoddouss IZem 7607a01086
Update Map.jsx
Need to install leaflet-draw via npm..then draw a polyon over the orthophoto annd you got the volume
2018-02-23 21:53:00 +00:00
Abdelkoddouss IZem b9a3be7c7b
Create cliprasterpol.py
Clip the corresponding user's geojson polygon from the DEM
2018-02-23 21:37:13 +00:00
Abdelkoddouss IZem ad3bfbede8
Create vertex.py
Extract polygon vertex in dem coordinate system (X, Y,Z)
2018-02-23 21:34:51 +00:00
Abdelkoddouss IZem 0eeba94e92
Create repro_json.py
Reproject th geojson polygon to the DEM coordinate system
2018-02-23 21:32:27 +00:00
Abdelkoddouss IZem b01c73705a
Update task.py
Add basic median plane function from where volume is extruded
2018-02-23 21:29:26 +00:00
Abdelkoddouss IZem f788913d35
Update urls.py 2018-02-23 21:17:39 +00:00
Abdelkoddouss IZem 141e34211c
Update urls.py
Volume url
2018-02-23 21:16:48 +00:00
Abdelkoddouss IZem a76e149469
Update tasks.py 2018-02-23 21:13:12 +00:00
Piero Toffanin 1bfcf80cb7 Added GCP resize tests 2018-02-23 14:48:59 -05:00
Piero Toffanin fd38281085 Unit test, better letsencrypt challenge, gunicorn service fix 2018-02-21 15:16:37 -05:00
Piero Toffanin 8304fc0991 Fixed unit test 2018-02-20 11:38:55 -05:00
Piero Toffanin 4dd472d8f4 GCP file resize (both in-browser and server side) 2018-02-20 11:11:24 -05:00
Piero Toffanin 2735942409 Added support for server resize, in-browser resize, or no resize 2018-02-19 15:50:26 -05:00
Piero Toffanin a0f51654c4 Fixed frontend tests 2018-02-17 14:46:48 -05:00
Piero Toffanin 510b1db237 Fixed unit tests 2018-02-17 12:35:03 -05:00
Piero Toffanin d9f1e7a154 Fixed some unit tests 2018-02-16 17:05:09 -05:00
Piero Toffanin 1aedfd5c7a Worker unit tests, changed version number 2018-02-16 15:07:53 -05:00
Piero Toffanin 22c3e66c02 Removed scheduler code, background decorator, added Celery workers, migrated code, added SharedTestWatch 2018-02-15 16:23:29 -05:00
Piero Toffanin e03e884ffc minWebodmVersion check in plugins 2018-02-09 13:46:45 -05:00
Piero Toffanin 66c2178da1 Measurement plugin and JS API working 2018-02-09 12:38:42 -05:00
Piero Toffanin e5a6628f4b Proof of concept JS-side communication between map component and plugin 2018-01-30 17:41:32 -05:00
Piero Toffanin d0b4a058bf Plugins skeleton, abstract class, public URL mounting 2018-01-30 11:48:16 -05:00
Piero Toffanin 8e7723bb2e Bug fix 2018-01-29 11:38:32 -05:00
Piero Toffanin 99037d1b71 Added public json endpoint, updated docs 2018-01-29 11:09:38 -05:00
Piero Toffanin 3653fe904c Added unit tests 2018-01-26 10:01:14 -05:00
Piero Toffanin 8be487b713 Added QR Code button in share dialog 2018-01-25 14:58:46 -05:00
Piero Toffanin 06e686241e Minor fixes, version change 2018-01-25 13:44:46 -05:00
Piero Toffanin 85ed5433d0 Added UI to restart tasks from a specific rerun-from value 2018-01-24 20:09:59 -05:00
Piero Toffanin 492fc56587 Restart dropdown, added task can_rerun_from field, fixed jest tests 2018-01-24 17:04:53 -05:00
Piero Toffanin 2bb43203dc Updated to React16, restart dropdown button 2018-01-24 11:07:06 -05:00
Piero Toffanin ef74672ccd Pass task options during restart to node-odm 2018-01-24 09:41:57 -05:00
Piero Toffanin 7698293631 Hide textured model when necessary, processing node options fix 2018-01-23 10:07:09 -05:00
Piero Toffanin 71905322db Ability to select images/gcps in multiple steps, ability to cancel a new task, better error handling 2018-01-18 13:03:02 -05:00
Piero Toffanin 757e71262b Added bad dataset help message 2018-01-11 14:41:06 -05:00
Piero Toffanin 6bfa48c242 Fixed image upload on Safari 2017-12-21 10:01:23 -05:00
Piero Toffanin d025b45473 CSS fix 2017-12-05 15:49:05 -05:00