Ive been messing around with web odm and making measurements on maps that i process. i had a thought. when i make annotations on drone deploy and close the map, the annotations remain on the map and load automatically the next time i open it. is this not possible for webodm?
Currently this feature does not exist. But it would be a great addition. We’d welcome a pull request!
i would love to do this, but i dont know how to. can someone guide me?
This looks promising! I’ll add it to my fork of UAVArena so we can test it out there as well.
(Updated to a better library, IMO)
Some useful links: WebODM Documentation
Knowledge of Javascript/React and some Python/Django probably a requisite. But it’s a really fun journey to learn. I can provide recommendations for books and resources if needed !
please do, one has to get started somewhere.
Javascript:
- https://www.amazon.com/JavaScript-Definitive-Most-Used-Programming-Language/dp/1491952024/ref=sr_1_3?dchild=1&keywords=the+javascript+bible&qid=1605188610&sr=8-3
- https://www.amazon.com/Effective-JavaScript-Specific-Software-Development/dp/0321812182/ref=sr_1_3?dchild=1&keywords=effective+javascript&qid=1605188633&sr=8-3
Plenty of free resources are also available and the Javascript MDN page is a good place to start as an alternative (although I still recommend the books):
- https://developer.mozilla.org/en-US/docs/Web/JavaScript
- https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps
Also for learners that want a more guided approach:
React:
- Just do the tutorial: https://reactjs.org/tutorial/tutorial.html (after learning Javascript)
Python:
- Python official docs are excellent: https://docs.python.org/3/tutorial/index.html
Django:
- Also just do the tutorial: https://docs.djangoproject.com/en/3.1/intro/tutorial01/
I’m extremely grateful for this. I really need all the guidance i can get. am i feel a sense of security in taking your suggestions seeing how good you are at what you do.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.