Application using three.js to represent information about fishing in a 3D Globe.
The file that is read contains a description of severall fisheries in JSON. It has the following structure:
- id - id of fishing boat;
- weight - weight of fish that was caught (kgs);
- date;
- hour;
- latitude;
- longitude;
- speed - speed between 0 (slowest) and 1 (fastest);
The application runs in every browsers, it's just necessary to open the file index.html. For a better visualization, it's recommended to use Mozilla Firefox.