avoc
avoc copied to clipboard
Working repo for the 2024 Bellingcat Tech Fellowship.
Currently, the first 5 digits of an entered latitude or longitude are visible. It would be good if the boxes were wider to support display of more characters (perhaps 10...
At the moment, navigation must either be done by hand (zooming and panning) or by entering coordinates to get to the desired location. It would be good if we could...
The configuration module already supports read and write from sessionStorage and localStorage. A dialog modal could be added on the frontend to let users configure Avoc directly on the UI...
Yandex provides a [JS API](https://yandex.com/dev/jsapi30/doc/en/) that looks like it would support aerial imagery, and [panoramas](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/Panorama). This would be a nice extension to the tool.
One of Avoc's goals is to be easily extendable, making the addition of new features or services a handy endeavor. Technical documentation should be added to explain the code architecture...
In the "Shortcuts" menu categories have English names (Social Media, Maps, Transport, Weather). It would be great to make them configurable via translation files.
Avoc already supports querying OpenMeteo to get current weather conditions. However, OpenMeteo also offers a [Historical Weather API](https://open-meteo.com/en/docs/historical-weather-api), which could be handy for investigations looking into past events. This can...