Add Support for Location Data #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You will need to make use of coordinate data that you store in your database for each ecoFacility. Location data (lat/lng) can be generated using a tool such as ChatGPT as demonstrated in lectures and realistic locations will earn more marks. You should use raw coded JavaScript AJAX techniques to implement your system.
Do not use web sockets or jQuery– these are beyond the scope of this work. Security to protect client server communications will earn higher marks.